1
0
mirror of https://github.com/laurent22/joplin.git synced 2024-12-12 08:54:00 +02:00
joplin/CliClient/tests
Laurent Cozic 84c3ef144d
Desktop: Resolves #176: Added experimental WYSIWYG editor (#2556)
* Trying to get TuiEditor to work

* Tests with TinyMCE

* Fixed build

* Improved asset loading

* Added support for Joplin source blocks

* Added support for Joplin source blocks

* Better integration

* Make sure noteDidUpdate event is always dispatched at the right time

* Minor tweaks

* Fixed tests

* Add support for checkboxes

* Minor refactoring

* Added support for file attachments

* Add support for fenced code blocks

* Fix new line issue on code block

* Added support for Fountain scripts

* Refactoring

* Better handling of saving and loading notes

* Fix saving and loading ntoes

* Handle multi-note selection and fixed new note creation issue

* Fixed newline issue in test

* Fixed newline issue in test

* Improve saving and loading

* Improve saving and loading note

* Removed undeeded prop

* Fixed issue when new note being saved is incorrectly reloaded

* Refactoring and improve saving of note when unmounting component

* Fixed TypeScript error

* Small changes

* Improved further handling of saving and loading notes

* Handle provisional notes and fixed various saving and loading bugs

* Adding back support for HTML notes

* Added support for HTML notes

* Better handling of editable nodes

* Preserve image HTML tag when the size is set

* Handle switching between editor when the note has note finished saving

* Handle templates

* Handle templates

* Handle loading note that is being saved

* Handle note being reloaded via sync

* Clean up

* Clean up and improved logging

* Fixed TS error

* Fixed a few issues

* Fixed test

* Logging

* Various improvements

* Add blockquote support

* Moved CWD operation to shim

* Removed deleted files

* Added support for Joplin commands
2020-03-09 23:24:57 +00:00
..
enex_to_html Fix tests 2019-10-31 09:55:39 +00:00
enex_to_md Desktop, Cli: enex_to_md: Support italic in span tags (#1966) 2019-10-12 00:39:13 +02:00
html_to_html All: Fixes #2667: Fixed sanitize function so that it does not break HTML 2020-03-06 00:54:21 +00:00
html_to_md Desktop: Resolves #176: Added experimental WYSIWYG editor (#2556) 2020-03-09 23:24:57 +00:00
md_to_html Desktop: Resolves #176: Added experimental WYSIWYG editor (#2556) 2020-03-09 23:24:57 +00:00
md_to_md Desktop: when importing MD files create resources for local linked files (#2262) 2020-01-19 15:39:38 +00:00
support Desktop: when importing MD files create resources for local linked files (#2262) 2020-01-19 15:39:38 +00:00
ArrayUtils.js Tests: Make all tests use asyncTest for better error handling 2019-09-23 23:23:10 +01:00
encryption.js All: Fixes #2591: Handle invalid UTF-8 data when encrypting 2020-03-06 19:11:51 +00:00
EnexToHtml.js Desktop: Fix import interop service (#1887) 2019-09-23 22:18:30 +01:00
EnexToMd.js Chore: Apply eslint rules 2019-09-19 22:51:18 +01:00
HtmlToHtml.js All: Security: Fixed potential Arbitrary File Read via XSS 2020-02-13 23:59:23 +00:00
HtmlToMd.js Desktop: Resolves #176: Added experimental WYSIWYG editor (#2556) 2020-03-09 23:24:57 +00:00
htmlUtils.js Clipper: Fixes #2489: Fixed clipping of pages that contain images without sources (YouTube), and improved support for SVG graphics 2020-02-12 18:15:16 +00:00
integration_ShowAllNotes.js Tests: Integration harness fixes and refactors. (#2569) 2020-02-27 18:25:42 +00:00
integration_TagList.js Desktop: Fix to update tag list when note is deleted. (#2554) 2020-02-26 23:42:14 +00:00
markdownUtils.js Clipper: Fixes #2489: Fixed clipping of pages that contain images without sources (YouTube), and improved support for SVG graphics 2020-02-12 18:15:16 +00:00
MdToHtml.js Desktop: Resolves #176: Added experimental WYSIWYG editor (#2556) 2020-03-09 23:24:57 +00:00
MdToMd.js Desktop: when importing MD files create resources for local linked files (#2262) 2020-01-19 15:39:38 +00:00
models_BaseItem.js Tests: Make all tests use asyncTest for better error handling 2019-09-23 23:23:10 +01:00
models_Folder.js Desktop: Don't count completed to-dos in note counts when they are not shown (#2288) 2020-01-18 13:46:04 +00:00
models_ItemChange.js Fix tests 2019-11-12 16:16:39 +00:00
models_Note.js Desktop: Resolves #2330: Fix rendering of tabs in code blocks (#2446) 2020-02-05 22:15:40 +00:00
models_Resource.js Chore: Apply eslint rules 2019-09-19 22:51:18 +01: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 Desktop: Resolves #2330: Fix rendering of tabs in code blocks (#2446) 2020-02-05 22:15:40 +00:00
pathUtils.js Tests: Fail test units when an uncaught exception is thrown inside asyncTest 2019-09-23 22:30:25 +01:00
reducer.js Tests: Integration harness fixes and refactors. (#2569) 2020-02-27 18:25:42 +00:00
services_InteropService_Exporter_Md.js Desktop, Cli: Fixes #2455: Fix markdown export (#2463) 2020-02-07 23:36:25 +00:00
services_InteropService.js Desktop, Cli: Fixes #2455: Fix markdown export (#2463) 2020-02-07 23:36:25 +00:00
services_KvStore.js Linter update (#1777) 2019-07-30 09:35:42 +02:00
services_ResourceService.js Chore: Apply eslint rules 2019-09-19 22:51:18 +01:00
services_rest_Api.js Tools: Linter: Enforce object-curly-spacing - always 2020-02-04 22:09:34 +00:00
services_Revision.js Linter update (#1777) 2019-07-30 09:35:42 +02:00
services_SearchEngine.js All: Resolves #2279: Handle Thai language in search (#2387) 2020-01-29 12:50:52 +00:00
StringUtils.js Tests: Make all tests use asyncTest for better error handling 2019-09-23 23:23:10 +01:00
synchronizer.js All: Security: Changed default encryption method to CCM 2020-03-06 22:33:33 +00:00
TaskQueue.js Linter update (#1777) 2019-07-30 09:35:42 +02:00
test-utils.js Desktop: Resolves #176: Added experimental WYSIWYG editor (#2556) 2020-03-09 23:24:57 +00:00
urlUtils.js Doc: Fix documentation and source comment typos (#2037) 2019-10-29 09:02:42 +00:00