1
0
silverbullet/website/Spaces.md

13 lines
937 B
Markdown
Raw Permalink Normal View History

2023-12-19 11:58:18 +00:00
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.
2023-12-21 18:19:09 +00:00
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.
2023-12-19 11:58:18 +00:00
A space consists of
* [[Folders]]
* [[Pages]]
* [[Attachments]]
# Folder lay-out
2023-12-22 15:40:38 +00:00
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.
2023-12-19 11:58:18 +00:00