mirivlad
95d16092d3
feat: convert browser file captures
2026-06-29 09:57:21 +08:00
mirivlad
b46a973fd3
feat: convert browser captures to link files
2026-06-29 09:47:10 +08:00
mirivlad
6fa0dd350d
feat: record browser conversion activity
2026-06-29 09:41:25 +08:00
mirivlad
8cadc957cf
feat: convert browser captures to notes
2026-06-29 09:36:53 +08:00
mirivlad
fdc5bd0f46
feat: add browser inbox domain binding
2026-06-29 09:30:43 +08:00
mirivlad
607535358c
feat: add journal worklog plugin
2026-06-29 04:46:25 +08:00
mirivlad
018dacc805
feat: suggest worklogs from activity
2026-06-29 04:40:29 +08:00
mirivlad
5011ddf89c
feat: persist search index and run providers
2026-06-29 04:31:21 +08:00
mirivlad
60909d3e46
feat: mount sync status bar component
2026-06-29 04:24:24 +08:00
mirivlad
efaeed7bcb
feat: show sync conflict details
2026-06-29 03:38:03 +08:00
mirivlad
a4d4e5ed0e
feat: show persisted sync errors
2026-06-29 03:23:45 +08:00
mirivlad
f0c7b31c9e
feat: render inline image previews
2026-06-29 03:16:16 +08:00
mirivlad
7b249fcf48
feat: refresh files and notes on file events
2026-06-28 22:57:09 +08:00
mirivlad
914c8a7204
feat: restore files from trash view
2026-06-28 22:19:41 +08:00
mirivlad
4e6188e7cf
fix: style notes sort dropdown
2026-06-28 22:09:08 +08:00
mirivlad
67ac99c24d
feat: show files trash metadata
2026-06-28 17:03:50 +08:00
mirivlad
10bc28cef7
fix: improve notes rename conflicts
2026-06-28 16:49:08 +08:00
mirivlad
f2e837a776
feat: add notes list filtering
2026-06-28 16:45:43 +08:00
mirivlad
7a0964892b
feat: record workspace lifecycle activity
2026-06-28 16:34:35 +08:00
mirivlad
48fe942028
feat: host file and note actions
2026-06-28 16:29:04 +08:00
mirivlad
3b7258ed3e
fix: make activity view passive
2026-06-28 16:14:59 +08:00
mirivlad
8010d6c601
Show tagged global records in workspace views
2026-06-28 04:00:50 +08:00
mirivlad
4a1550acf6
Read legacy inbox and activity storage
2026-06-28 03:47:58 +08:00
mirivlad
b4ef3b38b0
Scope inbox and activity by workspace
2026-06-28 03:35:35 +08:00
mirivlad
2c19dd2132
Expose inbox and activity as global views
2026-06-28 03:23:19 +08:00
mirivlad
47ae318094
Add baseline activity plugin
2026-06-28 03:04:00 +08:00
mirivlad
59e48d7ea4
Enhance vault search behavior
2026-06-28 02:50:19 +08:00
mirivlad
e465658be7
Add official search plugin
2026-06-28 01:04:21 +08:00
mirivlad
20d1059edb
Clean plugin dist before packaging
2026-06-28 00:06:40 +08:00
mirivlad
a7aa176e67
Remove redundant Markdown preview provider
2026-06-27 23:58:30 +08:00
mirivlad
ff805c28ad
Add File preview plugin
2026-06-27 23:49:53 +08:00
mirivlad
950a7f3d8c
Add Markdown preview plugin
2026-06-27 23:45:22 +08:00
mirivlad
9928094b77
Add browser inbox plugin
2026-06-27 19:07:37 +08:00
mirivlad
18b9dc0bca
Add sync key reset action
2026-06-27 18:46:05 +08:00
mirivlad
5349973f04
Add Notes trash action
2026-06-27 13:37:11 +08:00
mirivlad
084580d3fd
Use external open API in Files plugin
2026-06-27 13:34:16 +08:00
mirivlad
bf21df14f1
Clarify notes plugin manifest
2026-06-27 12:56:27 +08:00
mirivlad
5f48c003db
Add files external open fallback
2026-06-27 12:55:43 +08:00
mirivlad
92ac1f730b
Avoid overview defaults in plugin demos
2026-06-27 12:46:18 +08:00
mirivlad
fca7716e75
Keep files plugin note-neutral
2026-06-27 12:39:51 +08:00
mirivlad
39d8df339b
Align official plugins with v2 runtime
2026-06-27 12:36:31 +08:00
mirivlad
321c8e58d1
feat: Notes plugin + Files improvements + Default editor wiki links
...
plugins/files:
- SVG icons for toolbar actions (iconButton helper)
- Multi-select cut/copy/paste (Ctrl+X/C/V)
- Mouse back/forward button navigation (history stack)
- Navigation history persisted per workspace (window.__filesHistoryByWorkspace)
- Context menu: icons, notes integration (Create Note, Open Overview)
- Drag-and-drop folder target fix
plugins/default-editor:
- Wiki links [[Title]] in notes context (renderInline with isNotesContext)
- Save/Read via Notes API when editorMode === 'notes-markdown'
- Internal link click handler (open note via api.request.open)
plugins/platform-test:
- Mouse Event Inspector card for debugging back/forward buttons
plugins/notes (new):
- Basic notes plugin scaffold (plugin.json + frontend entry)
- Contributes workspace item 'Notes'
2026-06-21 23:23:07 +08:00
mirivlad
d3079be007
fix: Cut/copy/paste path consistency and folder cut support
...
- pasteEntry: source path now scoped for readText, relative for trash
- cutEntry: removed folder guard — folder cut via api.files.move
- copyEntry: hidden from context menu for folders (not supported)
- Clipboard object now carries isFolder flag
2026-06-20 20:23:02 +08:00
mirivlad
8f8f431d4d
plugins(files): Feature 11 — Rename validation
...
- Invalid chars: \ / : * ? " < > | and control chars (0x00-0x1f)
- Invalid names: '.', '..', leading/trailing spaces, trailing dot
- Collision check via api.files.metadata before rename
- Special case for case-only difference
- Errors shown in renameInput.placeholder
2026-06-20 20:02:32 +08:00
mirivlad
c3a14411ab
plugins(files): Feature 10 — Navigation history
...
- History stack with Back/Forward (goBack/goForward)
- historyIndex + navigatingHistory flag for correct stack management
- Toolbar buttons: ← (back) and → (forward) before Up button
- Alt+Left / Alt+Right and Ctrl+[ / Ctrl+] keyboard shortcuts
- Future path trimmed on new navigation (forward state discarded)
- Duplicate paths not pushed to stack
- Refresh and direct loadEntries don't pollute history
2026-06-20 20:01:20 +08:00
mirivlad
4a0656cd09
plugins(files): Feature 9 — Rich file type icons
...
- Added FILE_ICONS lookup with SVG paths for 15 categories
- Added EXT_MAP with 70+ extension-to-category mappings
- Images, video, audio, archives, PDFs get distinct icons
- Documents, spreadsheets, presentations get office-style icons
- Code files (JS/Python/Go/Rust/C/etc.) get a dedicated code icon
- Database, font, config files also get proper icons
- Existing behavior preserved: folder, markdown, json->{ }, generic
- fileIcon simplified to use lookup tables
2026-06-20 19:59:12 +08:00
mirivlad
194b68890b
plugins(files): Feature 8 — Keyboard navigation
...
- ArrowUp/Down: move selection by one item
- Shift+ArrowUp/Down: extend selection range
- Ctrl+ArrowUp/Down: scroll viewport without changing selection
- Home/End: jump to first/last item (Shift to extend)
- PageUp/PageDown: jump by one viewport height
- All navigation keys get preventDefault()
- Existing Enter/Delete/F2/Ctrl+A preserved
2026-06-20 19:56:40 +08:00
mirivlad
e5c63576d0
plugins(files): Feature 7 — Drag-and-Drop
...
- Items are draggable (draggable='true')
- Multi-file drag from selection (selectedPaths)
- Drop on folder moves files via api.files.move()
- Visual feedback: .files-dragging (opacity) + .files-drag-over (dashed outline)
- No-op when source === target folder
2026-06-20 19:55:20 +08:00
mirivlad
e74499a329
plugins(files): Feature 6 — Multi-select
...
- Ctrl+click: toggle single file selection
- Shift+click: range select from last clicked to current
- Ctrl+A: select all visible entries
- Click on empty space: deselect all
- Bulk trash: delete all selected files via Promise.allSettled
- Open/Rename disabled when multiple selected; Trash enabled for bulk
- Refactored: selectedPath (string) → selectedPaths (hash map)
2026-06-20 19:51:13 +08:00
mirivlad
281614e1b4
plugins(files): Feature 5 — Cut/Copy/Paste
...
- pasteEntry: reads clipboard, copies file with collision resolution,
handles 'cut' action (trashe source + clear clipboard)
- Paste toolbar button: disabled when clipboard empty, enabled after cut/copy
- Paste in context menu: shown on empty-space right-click when clipboard
has content
- Folder guard: cut/copy for folders logs not-supported and skips
- updateButtons() toggles paste button state on cut/copy
2026-06-20 19:48:53 +08:00