Document live vault search

This commit is contained in:
mirivlad 2026-06-28 02:50:33 +08:00
parent 7317206c49
commit a84fdc9dcc
2 changed files with 7 additions and 3 deletions

View File

@ -232,9 +232,11 @@ search.indexer
``` ```
Текущий статус: базовый `verstak.search` implemented as a workspace item and Текущий статус: базовый `verstak.search` implemented as a workspace item and
`searchProviders` contribution. It searches text-like vault files through `searchProviders` contribution. It searches as the user types, matches vault
`api.files.list` / `api.files.readText` and opens results through Workbench. file/folder names and paths, scans text-like file contents through
Persistent indexing and cross-provider runtime hosting are still future work. `api.files.list` / `api.files.readText`, and opens file results through
Workbench. Persistent indexing and cross-provider runtime hosting are still
future work.
## 10. `official.secrets` ## 10. `official.secrets`

View File

@ -132,6 +132,8 @@ Tasks:
- [x] implement basic image metadata preview plugin; - [x] implement basic image metadata preview plugin;
- [x] implement baseline `verstak.search` workspace plugin and expose - [x] implement baseline `verstak.search` workspace plugin and expose
`searchProviders` in contribution summaries; `searchProviders` in contribution summaries;
- [x] add type-as-you-search behavior and vault path/name matches to
`verstak.search`;
- implement persistent search index and cross-provider runtime hosting; - implement persistent search index and cross-provider runtime hosting;
- implement activity event log plugin; - implement activity event log plugin;
- implement journal/worklog plugin that can consume activity suggestions. - implement journal/worklog plugin that can consume activity suggestions.