
mirivladandOWL
120ff7d6fe
refactor: unified EditorPanel for notes and files, SaveFileText backend
- Create EditorPanel.svelte: shared editor component for notes + files
- Markdown: edit/preview/split modes via MarkdownEditor + MarkdownPreview
- Plain text: monospace textarea
- Header: title, mode switcher, external open button
- Footer: save + close buttons, dirty indicator
- Rewrite NoteEditorPanel.svelte as thin wrapper over EditorPanel
- FilesTab: browser/editor modes (editor replaces file list, not appended)
- Add SaveFileText Wails binding: writes text files atomically (tmp+rename)
- Add WriteText to files.Service with SHA256 update
- Remove separate TextFileEditor.svelte (replaced by EditorPanel)
- Note context: SaveNote API, noteId/title props
- File context: SaveFileText API, fileId prop
- Linked .md (CheckFileAction=note) → note editor tab
- Unlinked .md / text files → EditorPanel in FilesTab
- Images/PDF/binary → FilePreviewModal only
Co-Authored-By: OWL (Hermes Agent) <hermes@nousresearch.com>
2026-06-16 10:40:09 +08:00
..
2026-06-16 10:40:09 +08:00
2026-06-15 18:42:37 +08:00
2026-06-04 00:37:14 +08:00
2026-06-07 14:59:46 +08:00
2026-06-07 14:59:46 +08:00
2026-06-06 18:58:39 +08:00
2026-06-05 12:29:19 +08:00
2026-06-05 12:29:19 +08:00
2026-06-08 11:45:35 +08:00
2026-06-08 12:34:14 +08:00
2026-06-16 10:40:09 +08:00
2026-06-05 16:17:22 +08:00
2026-06-15 10:52:34 +08:00
2026-06-16 02:22:44 +08:00
2026-06-15 17:24:56 +08:00
2026-06-15 17:24:56 +08:00
2026-06-08 12:26:43 +08:00
2026-06-15 10:52:34 +08:00
2026-06-05 12:37:25 +08:00
2026-06-04 00:37:14 +08:00
2026-06-15 09:19:26 +08:00
2026-06-07 00:15:34 +08:00
2026-06-05 12:37:25 +08:00
2026-06-05 12:29:19 +08:00
2026-06-04 19:44:28 +08:00
2026-06-05 07:33:10 +08:00
2026-06-04 00:37:14 +08:00
2026-06-03 05:27:20 +08:00
2026-06-08 00:14:49 +08:00
2026-06-04 03:28:32 +08:00
2026-06-04 00:37:14 +08:00
2026-06-15 17:24:56 +08:00
2026-06-05 00:48:12 +08:00
2026-06-15 17:24:56 +08:00
2026-06-04 00:37:14 +08:00
2026-06-15 18:42:37 +08:00
2026-06-15 17:24:56 +08:00
2026-06-04 00:37:14 +08:00
2026-06-03 01:48:12 +08:00