#plugThe editor plug implements foundational editor functionality for SilverBullet. Commands
- : toggles dark mode
- : toggle vim mode, see: Vim
- : shows some stats about the current page (word count, reading time etc.)
- : Open getting started guide
- : Show version number
Pages
- : Create a new (untitled) page. Note that usually you would create a new page simply by navigating to a page name that does not yet exist.
- : delete the current page
- : copy the current page
Navigation
- : navigate to the home (index) page
- : navigate to the page under the cursor
- : center the cursor at the center of the screen
- : move cursor to a specific (numeric) cursor position (# of characters from the start of the document)
- : move cursor to a specific line, counting from 1; write two numbers (separated by any non-digit) to also move to a column, counting from 1.
Text editing
- : turns the selection into a blockquote (> prefix)
- : turns the lines in the selection into a bulleted list
- : turns the lines in the selection into a numbered list
- : turns the selection into a link.
#ProTip You can can also select text and paste a URL on it via Ctrl-v/Cmd-v to turn it into a link) - : make text bold
- : make text italic
- : mark text with a marker color
- : “Unfurl” a link, see Link Unfurl
Outlines
page: "[[Outlines]]"
Debug
Commands you shouldn’t need, but are nevertheless there:- : clean out all cached data on the client and reload
- : reload the UI (same as refreshing the page)
- : (when using built-in Authentication) Logout