mirror of
https://github.com/laurent22/joplin.git
synced 2024-12-18 09:35:20 +02:00
cb8dca747b
Refactor note editor using React Hooks and TypeScript and moved editor-specific code to separate files. Moved business logic into more maintainable custom hooks. Squashed commit of the following: commit f243d9bf89bdcfa1849ee26df5c0dd3e33405010 Author: Laurent Cozic <laurent@cozic.net> Date: Sat May 2 16:04:14 2020 +0100 Fixed saving issue commit 055f68d2e8b6cf6f130336c38ac2ab480887583d Author: Laurent Cozic <laurent@cozic.net> Date: Sat May 2 15:43:38 2020 +0100 Fixed HTML notes commit 99a3cf71f58d2fedcdf3001bf4110b6e8e3993da Merge: 9be85c45f2 |
||
---|---|---|
.. | ||
src/main/ts | ||
.gitignore | ||
global.d.ts | ||
Gruntfile.js | ||
LICENSE.txt | ||
package.json | ||
README.md | ||
tsconfig.json | ||
tslint.json | ||
yarn.lock |
TinyMCE Joplin Lists Plugin
This is based on 59748a1130/modules/tinymce/src/plugins/lists
But with support for Joplin checkboxes.
Building
Use npm run build
to build the plugin, which will also copy the compiled version to the right ElectronClient sub-directory.
To test the plugin, use npm run buildAndStart
, which will build the plugin and start the desktop application.