Document live vault search
This commit is contained in:
parent
7317206c49
commit
a84fdc9dcc
|
|
@ -232,9 +232,11 @@ search.indexer
|
|||
```
|
||||
|
||||
Текущий статус: базовый `verstak.search` implemented as a workspace item and
|
||||
`searchProviders` contribution. It searches text-like vault files through
|
||||
`api.files.list` / `api.files.readText` and opens results through Workbench.
|
||||
Persistent indexing and cross-provider runtime hosting are still future work.
|
||||
`searchProviders` contribution. It searches as the user types, matches vault
|
||||
file/folder names and paths, scans text-like file contents through
|
||||
`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`
|
||||
|
||||
|
|
|
|||
|
|
@ -132,6 +132,8 @@ Tasks:
|
|||
- [x] implement basic image metadata preview plugin;
|
||||
- [x] implement baseline `verstak.search` workspace plugin and expose
|
||||
`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 activity event log plugin;
|
||||
- implement journal/worklog plugin that can consume activity suggestions.
|
||||
|
|
|
|||
Loading…
Reference in New Issue