1
0
mirror of https://github.com/laurent22/joplin.git synced 2024-12-12 08:54:00 +02:00
joplin/ElectronClient/app
Devon Zuegel 2f14832c34 Desktop: Add ENEX to HTML export (#1795)
* Add `escape` to go back from Dropbox Login screen

* Add .vscode/ to .gitignore

* Remove call to enexXmlToMd

* The 2 enex importers have distinct functionality!

* Add tmp #deleteAllNotebooks

* checkbox state still not persisting

* images now fixed, but checkboxes still broken

* Figured out that #ipcProxySendToHost is important for handling checkbox

* cleanup closing br and en-todo tags + add notes

* Handle en-media, add NOTEs & TODOs, & format html

* Clean up some of the logging

* cleanHtml is a nice beautifier, but callback hell ensues...

* Rm #htmlFormat

* Recreating the xml actually seems to work

* Add test (not functional rn)

* Add test for checkboxes

* Add test for image en-media

* Separate tests into 2 function calls

* Clean up test

* Add `en-media-audio` test

* Add bad resource test

* Misc cleanup

* Rm SlateEditor files

* Misc cleanup

* Remove #deleteAllNotebooks button

* Add names to tests

* Extract resourceUtils

* Rm DropboxLoginScreen esc behavior, part of another PR

* Misc cleanup

* Improve audioElement, add attachment import support

* Misc cleanup

* Add svg test for enex_to_html

* Clean up test

* Set markup_language to MARKUP_LANGUAGE_HTML to tell renderer that the content is only HTML

* Rename to newModuleByFormat_ for clarity

* Add comment to clarify newModuleFromPath_
2019-09-17 21:19:32 +01:00
..
build Desktop: Cleaned up and improved config screen design, move all screens under same one, and added section buttons 2019-09-10 23:53:01 +00:00
css Electron: Switched icons to Fork Awesome 2018-06-14 09:02:01 +01:00
fonts Electron: Switched icons to Fork Awesome 2018-06-14 09:02:01 +01:00
gui Chore: Apply eslint no-unused-vars eslint config and add TypeScript config 2019-09-12 22:16:42 +00:00
locales Update translations 2019-09-09 18:22:20 +01:00
plugins Chore: Apply eslint no-unused-vars eslint config and add TypeScript config 2019-09-12 22:16:42 +00:00
app.js Desktop: Add ENEX to HTML export (#1795) 2019-09-17 21:19:32 +01:00
bridge.js Desktop: Cleaned up and improved config screen design, move all screens under same one, and added section buttons 2019-09-10 23:53:01 +00:00
checkForUpdates.js Linter update (#1777) 2019-07-30 09:35:42 +02:00
compile-package-info.js Linter update (#1777) 2019-07-30 09:35:42 +02:00
compile.js More refactoring to easily handle multiple renderers 2019-07-16 19:05:47 +01:00
dev-app-update.yml-FORTESTING
ElectronAppWrapper.js Chore: Apply eslint no-unused-vars eslint config and add TypeScript config 2019-09-12 22:16:42 +00:00
electronRebuild.js Chore: Apply eslint no-unused-vars eslint config and add TypeScript config 2019-09-12 22:16:42 +00:00
eventManager.js Linter update (#1777) 2019-07-30 09:35:42 +02:00
index.html Desktop: use nodeIntegration 2019-02-24 10:17:37 +00:00
InteropServiceHelper.js Linter update (#1777) 2019-07-30 09:35:42 +02:00
main-html.js Linter update (#1777) 2019-07-30 09:35:42 +02:00
main.js Linter update (#1777) 2019-07-30 09:35:42 +02:00
package-lock.json Desktop: Add ENEX to HTML export (#1795) 2019-09-17 21:19:32 +01:00
package.json Desktop: Add ENEX to HTML export (#1795) 2019-09-17 21:19:32 +01:00
style.css Desktop: Cleaned up and improved config screen design, move all screens under same one, and added section buttons 2019-09-10 23:53:01 +00:00
theme.js Desktop: Cleaned up and improved config screen design, move all screens under same one, and added section buttons 2019-09-10 23:53:01 +00:00