1
0
silverbullet/website/🔌 Core/Indexing.md
Nguyen Long Nhat acec440444
Fix some grammars (#170)
Fix grammar
2022-12-07 17:05:27 +01:00

7 lines
678 B
Markdown

Silver Bullet has a generic indexing infrastructure. Pages are reindexed upon saving, so about every second. Manual reindexing can be done running the {[Space: Reindex]} command.
The [[🔌 Core]] plug indexes the following:
* Page metadata encoded in [[Frontmatter]] (queryable via the `page` query source)
* Page backlinks (queryable via the `link` query source), this information is used when renaming a page (automatically updating pages that link to it). Renaming can be done either by editing the page name in the header and hitting `Enter`, or using the {[Page: Rename]} command.
* List items, such as bulleted and numbered lists (queryable via the `item` query source)