More copy edits

pull/138/head
Zef Hemel 2022-11-27 09:16:44 +01:00
parent 3d96716265
commit 45b84ab05b
2 changed files with 8 additions and 6 deletions

View File

@ -22,11 +22,11 @@ Heres the kicker:
==You are looking at a (more or less) operational copy of Silver Bullet **right now**==.
Thats right, this very website is powered by a quasi-read-only version of Silver Bullet itself. 🤯
Thats 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, dont just sit there, try this!
So, dont 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 wont 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 dont get to fully experience in this environment, because they rely on a working back-end, such as:
There are a few features you dont 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 dont update their content dynamically).
* Intelligent **page renaming**, automatically updating any pages that link to it.
* **Full text search**.
* **Extending** and updating SBs functionality by installing additional [[🔌 Plugs]] (SB parlance for plug-ins) and writing your own.

View File

@ -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 (`---`)