verstak/internal/core
mirivlad 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
..
actions fix: global search case-insensitive + keyboard layout swap 2026-06-15 10:52:34 +08:00
activity feat: ШАГ 1 — Bridge HTTP-сервер для браузерного расширения 2026-06-06 18:23:47 +08:00
bridge test(bridge): add integration tests for empty/undefined secret, full flow 2026-06-09 01:11:51 +08:00
browser feat: ШАГ 2 — Staging-таблица browser_events + Store 2026-06-06 18:27:00 +08:00
config feat: plugin install/uninstall lifecycle + UI buttons 2026-06-07 15:28:37 +08:00
files refactor: unified EditorPanel for notes and files, SaveFileText backend 2026-06-16 10:40:09 +08:00
nodes Notes: sync templates, fix Create layout, repair direct children, ListItems+ListNotes merge 2026-06-15 17:24:56 +08:00
notes Files tab: .md → note editor via CheckFileAction + frontend 2026-06-15 18:42:37 +08:00
plugins fix(plugins): empty Lua tables now serialize as [] instead of {} in luaValueToGo 2026-06-08 14:15:37 +08:00
search fix: global search case-insensitive + keyboard layout swap 2026-06-15 10:52:34 +08:00
storage fix: global search case-insensitive + keyboard layout swap 2026-06-15 10:52:34 +08:00
sync test: comprehensive sync package unit tests (37 new tests) 2026-06-03 09:16:38 +08:00
templates Notes: sync templates, fix Create layout, repair direct children, ListItems+ListNotes merge 2026-06-15 17:24:56 +08:00
util step 2: init command + SQLite storage + migrations + config 2026-05-30 18:58:47 +08:00
vault step 2: init command + SQLite storage + migrations + config 2026-05-30 18:58:47 +08:00
watcher feat: плагин-система Lua + Calendar reference plugin 2026-06-07 14:59:46 +08:00
worklog feat: edit and delete worklog entries 2026-06-05 00:48:12 +08:00
doc.go step 1: skeleton - go module, CLI stub with --version, structure 2026-05-30 18:42:19 +08:00
smoke_test.go fix: third stabilization pass — template children as nodes, atomicity, fs_path validation, sync_apply compat, smoke test 2026-06-03 02:05:53 +08:00