mirror of
https://github.com/laurent22/joplin.git
synced 2024-11-24 08:12:24 +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/svg | ||
.gitignore | ||
gulpfile.js | ||
IconDimensions.png | ||
package-lock.json | ||
package.json | ||
postinstall.js | ||
README.md |
Joplin TinyMCE Icon Pack
Created from template: https://raw.githubusercontent.com/tinymce/oxide-icon-pack-template
Adding an icon
- Get it from Fork Awesome
- Using https://vectr.com/Resize Resize vector graphics to between 15x15 to 20x20 max. Set page dimensions to 24x24 pixels
- Save to src/svg
Building
Open a terminal and navigate to the project folder, then
- Install dependencies using
npm install
. - Place your icons in
src/svg
- Run
gulp
to build the icon pack