silverbullet/website/Slash Commands.md

12 lines
658 B
Markdown
Raw Normal View History

2024-08-15 22:39:17 +08:00
#level/beginner
2024-07-16 02:31:37 +08:00
Slash commands are quick ways to perform repetitive tasks. 99% of the time this will mean inserting a [[Snippets|snippet]], but they can also be configured to trigger commands (see [[Shortcuts]]).
2022-11-27 16:16:44 +08:00
2024-07-16 02:31:37 +08:00
# Invoking a slash command
You can trigger a slash command by typing a `/` in your text (after some white space) followed by its name (this will auto complete).
2022-11-25 23:01:05 +08:00
Technically, no slash commands ship with SilverBullet directly. However, you can easily add useful ones via [[Libraries]].
2024-07-16 02:31:37 +08:00
# Triggering commands with slash commands
To trigger any existing [[Commands]] via a slash command, you can configure them as shortcuts, see: [[Shortcuts]].