2024-01-04 19:08:12 +00:00
---
tags: plug
---
2023-11-25 13:49:02 +00:00
SilverBullet has a generic indexing infrastructure for [[Objects]]. Pages are automatically index upon save, so about every second.
2023-08-29 19:17:29 +00:00
2023-12-19 15:18:33 +00:00
The [[Plugs/Index]] plug also defines syntax for [[Tags]].
2023-08-29 19:17:29 +00:00
## Content indexing
2023-12-19 15:18:33 +00:00
The [[Plugs/Index]] plug indexes the following:
2023-08-29 19:17:29 +00:00
* [[Metadata]]
* [[Tags]]
* Page backlinks (queryable via the `link` query source), this information is used when renaming a page (automatically updating pages that link to it).
* List items, such as bulleted and numbered lists (queryable via the `item` query source)
2023-11-25 13:49:02 +00:00
* Paragraphs
2023-08-29 19:17:29 +00:00
## Commands
2023-11-25 13:49:02 +00:00
* {[Space: Reindex]}: Reindexes the entire space
2023-08-29 19:17:29 +00:00
* {[Page: Rename]}: Rename a page
#ProTip Renaming is more conveniently done by editing the page name in the header and hitting `Enter` .
* {[Page: Batch Rename Prefix]}: Rename a page prefix across the entire space
* {[Page: Extract]}: Extract the selected text into its own page