silverbullet/website/Spaces.md

17 lines
1.1 KiB
Markdown
Raw Normal View History

2024-08-15 22:39:17 +08:00
#level/beginner
2023-12-19 19:58:18 +08: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-22 02:19:09 +08: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 19:58:18 +08:00
A space consists of
* [[Folders]]
* [[Pages]]
* [[Attachments]]
# Folder lay-out
2023-12-22 23:40:38 +08: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 19:58:18 +08:00
Likely you will be using [[Libraries]] that implement core functionality. In this case there will be a `Library` folder in your space as well.