1
0
mirror of https://github.com/laurent22/joplin.git synced 2024-11-27 08:21:03 +02:00
joplin/CliClient/tests
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
..
enex_to_html Desktop: Add ENEX to HTML export (#1795) 2019-09-17 21:19:32 +01:00
enex_to_md Desktop, Cli: Improved bold formatting support in Enex import (#1708) 2019-07-29 12:25:25 +02:00
html_to_md Clipper: Fixes #1783: Fixed importing tables that contain pipes 2019-09-07 10:32:52 +01:00
support All: Refactored encryption/decryption method to use same algorithm for both file and string encryption 2017-12-18 20:54:03 +01:00
ArrayUtils.js Linter update (#1777) 2019-07-30 09:35:42 +02:00
encryption.js Linter update (#1777) 2019-07-30 09:35:42 +02:00
EnexToHtml.js Desktop: Add ENEX to HTML export (#1795) 2019-09-17 21:19:32 +01:00
EnexToMd.js Linter update (#1777) 2019-07-30 09:35:42 +02:00
HtmlToMd.js Clipper: Fixes #1783: Fixed importing tables that contain pipes 2019-09-07 10:32:52 +01:00
htmlUtils.js Linter update (#1777) 2019-07-30 09:35:42 +02:00
markdownUtils.js Linter update (#1777) 2019-07-30 09:35:42 +02:00
models_BaseItem.js Linter update (#1777) 2019-07-30 09:35:42 +02:00
models_Folder.js Linter update (#1777) 2019-07-30 09:35:42 +02:00
models_ItemChange.js Linter update (#1777) 2019-07-30 09:35:42 +02:00
models_Note.js Linter update (#1777) 2019-07-30 09:35:42 +02:00
models_Resource.js Linter update (#1777) 2019-07-30 09:35:42 +02:00
models_Revision.js Linter update (#1777) 2019-07-30 09:35:42 +02:00
models_Setting.js Linter update (#1777) 2019-07-30 09:35:42 +02:00
models_Tag.js Linter update (#1777) 2019-07-30 09:35:42 +02:00
pathUtils.js Linter update (#1777) 2019-07-30 09:35:42 +02:00
services_InteropService.js Linter update (#1777) 2019-07-30 09:35:42 +02:00
services_KvStore.js Linter update (#1777) 2019-07-30 09:35:42 +02:00
services_ResourceService.js Linter update (#1777) 2019-07-30 09:35:42 +02:00
services_rest_Api.js Linter update (#1777) 2019-07-30 09:35:42 +02:00
services_Revision.js Linter update (#1777) 2019-07-30 09:35:42 +02:00
services_SearchEngine.js Linter update (#1777) 2019-07-30 09:35:42 +02:00
StringUtils.js Linter update (#1777) 2019-07-30 09:35:42 +02:00
synchronizer.js Linter update (#1777) 2019-07-30 09:35:42 +02:00
TaskQueue.js Linter update (#1777) 2019-07-30 09:35:42 +02:00
test-utils.js Linter update (#1777) 2019-07-30 09:35:42 +02:00
urlUtils.js Desktop, CLI: Fixed import of notes that contain links with hashes 2019-09-12 22:48:10 +01:00