1
0
silverbullet/website/Space.md
Zef Hemel 9f082c83a9
Major backend refactor (#599)
Backend refactor
2023-12-13 17:52:56 +01:00

1.4 KiB
Raw Blame History

A space is SilverBullet terminology for a workspace, or project. Obsidian calls this a vault, LogSeq calls it a graph. You may think of it as a folder or a directory — because in practical terms, thats all it is.

Feel free to back-up or manipulate your space;s 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 🔌 Git plug.

Pages

All pages in your space are stored as files with a .md file extension. While folders are not really a first-class concept in SilverBullet, you can create pages with a / in their name, which will (under the hood) automatically create a folder structure to match it. So creating a page named people/John will ensure a people folder in your spaces root, and put a John.md file in it.

Attachments

Attachments are kept alongside the rest of your files with whatever file extension they have (e.g. .jpg for images, or .pdf for PDFs).

Folder lay-out

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.