1
0
mirror of https://github.com/laurent22/joplin.git synced 2024-12-24 10:27:10 +02:00
joplin/Tools
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
..
gulp Desktop: Resolves #176: Added experimental WYSIWYG editor (#2556) 2020-03-09 23:24:57 +00:00
PortableAppsLauncher Documentation: Extend copyright date range to 2020 (#2495) 2020-02-12 05:14:08 -05:00
.gitignore Tools: Add developer names to changelog 2020-01-22 20:33:43 +00:00
build-all.sh Tools: Fixed building of API doc 2020-03-08 09:05:52 +00:00
build-release-stats.js Chore: Apply eslint rules 2019-09-19 22:51:18 +01:00
build-translation.js Tools: Improve and simplify how to build the apps (#2538) 2020-02-20 22:59:18 +00:00
build-website.js Tools: Linter: Enforce array-bracket-spacing - never 2020-02-04 22:11:35 +00:00
build-welcome.js Docs: Add documentation about Joplin privacy. (#2650) 2020-03-05 23:36:28 +00:00
git-changelog.js Tools: Allow creating simplified changelog for app stores 2020-01-25 10:42:36 +00:00
package-lock.json Desktop: Resolves #176: Added experimental WYSIWYG editor (#2556) 2020-03-09 23:24:57 +00:00
package.json Tools: Build tools on initial install, and removed build warnings 2020-03-01 11:42:44 +00:00
release-android.js Update release-android.js 2020-03-08 14:42:32 +00:00
release-cli.js Cli: Fix build 2020-03-07 01:00:11 +00:00
release-clipper.js Tools: Fix clipper release script 2020-03-02 18:22:51 +00:00
release-electron.js Tools: Improve and simplify how to build the apps (#2538) 2020-02-20 22:59:18 +00:00
tool-utils.js Tools: Linter: Enforce object-curly-spacing - always 2020-02-04 22:09:34 +00:00
update-homebrew.js Chore: Apply eslint rules 2019-09-19 22:51:18 +01:00
update-readme-contributors.js Tools: Linter: Enforce object-curly-spacing - always 2020-02-04 22:09:34 +00:00
update-readme-download.js Tools: Linter: Enforce object-curly-spacing - always 2020-02-04 22:09:34 +00:00
validate-translation.js Tools Added support for translation validation in CI, and added support for plural translations 2019-12-10 21:10:47 +00:00