1
0
silverbullet/website/Slash Commands.md

12 lines
504 B
Markdown
Raw Normal View History

Slash commands are built-in to SilverBullet. You can trigger them by typing a `/` in your text (after whitespace).
2022-11-27 08:16:44 +00:00
2023-12-19 15:18:33 +00:00
The [[Plugs/Editor]] plug provides a few helpful ones:
2022-11-25 15:01:05 +00:00
* `/h1` through `/h4` to turn the current line into a header
* `/hr` to insert a horizontal rule (`---`)
* `/table` to insert a markdown table (whoever can remember this syntax without it)
* `/today` to insert todays date
* `/tomorrow` to insert tomorrows date
2023-11-11 13:28:46 +00:00
You can create custom slash commands using [[Slash Templates]].