Official Verstak plugins monorepo — files, notes, markdown-editor, preview, activity, journal, browser-inbox, search, secrets, templates + shared packages
 
 
 
 
 
 
Go to file
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
docs docs: add plugin packaging documentation 2026-06-16 17:44:02 +08:00
plugins feat: Notes plugin + Files improvements + Default editor wiki links 2026-06-21 23:23:07 +08:00
scripts fix: scope files plugin to workspace folders 2026-06-19 23:37:10 +08:00
.gitignore chore: stop tracking compiled backend binary, add to gitignore 2026-06-17 16:33:48 +08:00
AGENTS.md docs: add AGENTS.md with platform architecture rules 2026-06-16 11:53:19 +08:00
README.md Initial commit 2026-06-16 06:35:43 +03:00

README.md

verstak-official-plugins

Official Verstak plugins monorepo — files, notes, markdown-editor, preview, activity, journal, browser-inbox, search, secrets, templates + shared packages