1
0
mirror of https://github.com/laurent22/joplin.git synced 2024-12-27 10:32:58 +02:00
joplin/CliClient
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
..
app Chore: Apply eslint no-unused-vars eslint config and add TypeScript config 2019-09-12 22:16:42 +00:00
locales Update zh_CN.po Chinese translation (#1871) 2019-09-15 00:02:53 -04:00
tests Desktop: Add ENEX to HTML export (#1795) 2019-09-17 21:19:32 +01:00
.eslintrc.js Chore: Apply eslint no-unused-vars eslint config and add TypeScript config 2019-09-12 22:16:42 +00:00
.gitignore All: Refactored REST API to make it testable and to allow further extension 2018-09-27 09:14:05 +01:00
build-doc.sh Made scripts executable 2017-08-04 22:23:47 +02:00
build.sh All: Made model naming more consistent 2017-12-14 18:12:14 +00:00
cli-integration.sh Bug fixes and integration tests for cli 2017-07-11 18:41:18 +00:00
fuzzing.sh Removed requirement for unique folder title 2017-07-03 18:03:14 +00: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
publish.sh CLI v0.10.90 2018-01-26 17:19:42 +00:00
run_test.sh Added missing test 2019-06-07 23:39:34 +01:00
run.sh CLI: Fixed regression which was preventing decryption on newly created profiles 2019-06-10 08:55:36 +01:00