mirror of
https://github.com/abort-retry-ignore/joplock.git
synced 2026-07-15 12:19:21 +00:00
- 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 |
||
|---|---|---|
| .. | ||
| auth | ||
| items | ||
| proxy | ||
| routes | ||
| templates | ||
| adminService.js | ||
| backupService.js | ||
| createServer.js | ||
| env.js | ||
| historyService.js | ||
| markdownRenderer.js | ||
| recoveryService.js | ||
| settingsService.js | ||
| templates.js | ||
| vaultService.js | ||