Spelling and grammar corrections to website (#1242)

* Spelling corrections

* Grammar corrections
pull/1255/head
vance 2025-02-22 06:14:09 -05:00 committed by GitHub
parent bd733398b8
commit 99eab8b3ac
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 5 additions and 5 deletions

View File

@ -1,6 +1,6 @@
#meta
We would like to keep our space clean, these are some tools that help you do that.
We would like to keep our space clean. These are some tools that help you do that.
# Aspiring pages
This shows all page links that link to a page that does not (yet) exist. These could be broken links or just pages _aspiring_ to be created.
@ -17,8 +17,8 @@ No aspiring pages, all good!
{{/let}}
```
# Conflict copies
These are pages that have conflicted copies (as a result of sync), have a look at them as well as their original (non-conflicted versions) and decide which one to keep.
# Conflicting copies
These are pages that have conflicting copies (as a result of sync). Have a look at them as well as their original (non-conflicting) versions and decide which one to keep.
```template
{{#let @conflictPages = {

View File

@ -2,14 +2,14 @@
A _space_ is SilverBullet terminology for a workspace, or project. [Obsidian](https://obsidian.md/) calls this a vault, [LogSeq](https://logseq.com/) calls it a graph. You may think of it as a [[Folders|folder]] or a directory — because in practical terms, thats all it is.
Feel free to back-up or manipulate your spaces folder and its files with whatever tool you like — you dont have to use SilverBullet exclusively. You may want to turn your spaces folder into a git repository, for instance, and do version control and back-ups that way — in which case you may appreciated the [[Plugs/Git]] plug.
Feel free to back up or manipulate your spaces folder and its files with whatever tool you like — you dont have to use SilverBullet exclusively. You may want to turn your spaces folder into a git repository, for instance, and do version control and back-ups that way — in which case you may appreciate the [[Plugs/Git]] plug.
A space consists of
* [[Folders]]
* [[Pages]]
* [[Attachments]]
# Folder lay-out
# Folder layout
Every space in SilverBullet at the very least has an index page (by default named `index.md`) and a [[SETTINGS]] page (named `SETTINGS.md`). If you install custom [[Plugs]], these will be kept under `_plug` in your spaces folder.
Likely you will be using [[Libraries]] that implement core functionality. In this case there will be a `Library` folder in your space as well.