joplock/public
igor 2b5cf597bd feat(editor): initial TinyMCE 8 integration (WIP)
- Install TinyMCE 8 via npm
- Replace CodeMirror6 + contenteditable preview with TinyMCE
- Add TinyMCE initialization and markdown conversion (Turndown)
- Update editor fragment template with TinyMCE textarea
- Add TinyMCE toolbar helper functions
- Keep existing toolbar buttons for Joplin-specific actions

Remaining work:
- Complete app.js migration (77 references to old editor)
- Update tests to match new editor structure
- Handle vault lock/unlock with TinyMCE
- Handle search/highlight with TinyMCE
- Handle expander/autocomplete with TinyMCE
- Mobile editor integration
- Remove old CM6/preview code
2026-06-28 00:24:24 +12:00
..
apple-splash fix mobile resume startup and editor targeting 2026-04-25 20:51:37 +12:00
fonts fix mobile resume startup and editor targeting 2026-04-25 20:51:37 +12:00
tinymce feat(editor): initial TinyMCE 8 integration (WIP) 2026-06-28 00:24:24 +12:00
app.js feat(editor): initial TinyMCE 8 integration (WIP) 2026-06-28 00:24:24 +12:00
apple-touch-icon.png fix mobile resume startup and editor targeting 2026-04-25 20:51:37 +12:00
codemirror.min.js add expander-based AI autocomplete triggers 2026-06-07 14:56:30 +12:00
hljs.min.js Add BASIC language syntax highlighting support 2026-05-18 12:17:14 +12:00
htmx.min.js fix mobile resume startup and editor targeting 2026-04-25 20:51:37 +12:00
icon-192.png fix mobile resume startup and editor targeting 2026-04-25 20:51:37 +12:00
icon-512.png fix mobile resume startup and editor targeting 2026-04-25 20:51:37 +12:00
icon.svg fix mobile resume startup and editor targeting 2026-04-25 20:51:37 +12:00
manifest.webmanifest fix mobile resume startup and editor targeting 2026-04-25 20:51:37 +12:00
maskable-icon-192.png fix mobile resume startup and editor targeting 2026-04-25 20:51:37 +12:00
maskable-icon-512.png fix mobile resume startup and editor targeting 2026-04-25 20:51:37 +12:00
service-worker.js feat(sync): detect and handle concurrent note edits across browsers 2026-06-23 17:32:03 +12:00
styles.css fix(spacing): unify blank-line margins with paragraph spacing and underline links in markdown mode 2026-06-27 23:00:11 +12:00
turndown.min.js fix mobile resume startup and editor targeting 2026-04-25 20:51:37 +12:00