From 45b84ab05bb7bbe943713c67545b4b3d10b57543 Mon Sep 17 00:00:00 2001 From: Zef Hemel Date: Sun, 27 Nov 2022 09:16:44 +0100 Subject: [PATCH] More copy edits --- website/Silver Bullet.md | 10 +++++----- website/🔌 Core/Slash Commands.md | 4 +++- 2 files changed, 8 insertions(+), 6 deletions(-) diff --git a/website/Silver Bullet.md b/website/Silver Bullet.md index ad04ab1..e431a2e 100644 --- a/website/Silver Bullet.md +++ b/website/Silver Bullet.md @@ -22,11 +22,11 @@ Here’s the kicker: ==You are looking at a (more or less) operational copy of Silver Bullet **right now**==. -That’s right, this very website is powered by a quasi-read-only version of Silver Bullet itself. 🤯 +That’s right, **this very website is powered by Silver Bullet itself**. 🤯 -On this site, everything is editable as in a regular copy of Silver Bullet, just none of it persists (the back-end is read-only). +On this site, everything is editable as in a regular copy of Silver Bullet, just none of it persists (the back-end is read-only). So, edit away, reload the page and everything resets. -So, don’t just sit there, try this! +So, don’t just sit there, try it! * Click on the page picker (folder tree) icon at the top right, or hit `Cmd-k` (Mac) or `Ctrl-k` (Linux and Windows) to open the **page switcher**. Type the name of a nonexistent page to create it (although it won’t save in this environment). * Click on the run button (top right) or hit `Cmd-/` (Mac) or `Ctrl-/` (Linux and Windows) to open the **command palette** (note that not all commands will work in this mode). @@ -63,9 +63,9 @@ name: Silver Bullet rating: 5 ``` -There are a few Features you don’t get to fully experience in this environment, because they rely on a working back-end, such as: +There are a few features you don’t get to fully experience in this environment, because they rely on a working back-end, such as: -* Using Silver Bullet [[🔌 Directive|directives]] where part of pages are automatically rendered and kept up to date by querying various data sources (such as pages and their metadata, back links, tasks embedded in pages, and list items) with an SQL like syntax, rendered with handlebars templates. +* [[🔌 Directive|Directives]] are disabled, although you will see them being used across this site (they just don’t update their content dynamically). * Intelligent **page renaming**, automatically updating any pages that link to it. * **Full text search**. * **Extending** and updating SB’s functionality by installing additional [[🔌 Plugs]] (SB parlance for plug-ins) and writing your own. diff --git a/website/🔌 Core/Slash Commands.md b/website/🔌 Core/Slash Commands.md index e4baea6..8b9c292 100644 --- a/website/🔌 Core/Slash Commands.md +++ b/website/🔌 Core/Slash Commands.md @@ -1,4 +1,6 @@ -Slash commands are built-in to Silver Bullet, the [[🔌 Core]] plug provides a few helpful ones: +Slash commands are built-in to Silver Bullet. You can trigger them by typing a `/` in your text (after whitespace). + +The [[🔌 Core]] plug provides a few helpful ones: * `/h1` through `/h4` to turn the current line into a header * `/hr` to insert a horizontal rule (`---`)