silverbullet/website/Manual.md

75 lines
2.8 KiB
Markdown
Raw Permalink Normal View History

2024-01-28 13:30:40 +08:00
Welcome to the wonderful world of SilverBullet. The goal of this manual is to give you a broad sense of how to use this tool and what its capable of. However, its full capabilities are yet to be discovered. You too may find new and creative ways to use the various SilverBullet features in ways nobody previously thought of.
2023-11-15 16:31:52 +08:00
2023-12-19 19:58:18 +08:00
However, that is all unlikely to happen unless you understand what SilverBullet can actually do. So lets give you a bit of a sense.
2023-11-15 16:31:52 +08:00
2023-12-19 19:58:18 +08:00
# Keeping up-to-date
2023-12-19 23:18:33 +08:00
* [[CHANGELOG]]: whats new in SilverBullet? This page will give you the latest details. Its worth monitoring this page.
2023-07-25 23:33:24 +08:00
2023-12-19 19:58:18 +08:00
# Installation and deployment
The biggest hurdle to get over with SilverBullet is that you need to get this thing running. And as of yet, the only way to do that is to install and deploy it yourself. 🤷
* [[Install]]: Installation instructions for various setups
For more additional guides, check out [our community guides](https://community.silverbullet.md/c/guides/6).
2023-07-25 23:33:24 +08:00
2023-12-19 19:58:18 +08:00
# User interface
2023-12-19 23:18:33 +08:00
SilverBullets UI is minimalist by design. Lets look at the few UI elements and how to use them.
* The [[Top Bar]] contains:
* [[Page Namer]]
* [[Client Modes]] (the 🔄 button)
* [[Index Page]] (the 🏠 button)
* [[Page Picker]]
* [[Command Palette]]
* The main [[Editor]] component contains your pages text
2023-12-19 19:58:18 +08:00
# Core Concepts
2023-12-19 23:18:33 +08:00
These are the core concepts used in SilverBullet:
2023-12-19 19:58:18 +08:00
* [[Spaces]]
2024-07-16 02:39:03 +08:00
* [[Pages]] (and [[Meta Pages]])
2023-12-19 19:58:18 +08:00
* [[Frontmatter]]
2023-12-19 23:18:33 +08:00
* [[Page Name Rules]]
2023-12-19 19:58:18 +08:00
* [[Folders]]
* [[Attachments]]
* [[Templates]]
# Editing and Formatting
2023-12-19 23:18:33 +08:00
* Content is written using [[Markdown]] and rendered using [[Live Preview]]
* Markdown [[Markdown/Basics]]
* Markdown [[Markdown/Extensions]]
2024-01-25 23:05:48 +08:00
* [[Links]]
2023-12-19 23:18:33 +08:00
* [[Markdown/Admonitions]]
* [[Plugs/Tasks]]
* [[Markdown/Syntax Highlighting]]
* [[Markdown/Code Widgets]]
* [[Slash Commands]]
2023-12-20 02:02:43 +08:00
* [[Outlines]]
2023-12-19 23:18:33 +08:00
# Navigation
The main ways to roam your space, beside following page links, are:
* [[Page Picker]]
* [[Meta Picker]]
2023-12-19 23:18:33 +08:00
* [[Full Text Search]]
2023-12-22 23:40:38 +08:00
# Advanced topics
2023-12-19 23:18:33 +08:00
* [[Objects]]
* [[Frontmatter]]
* [[Attributes]]
* [[Live Queries]]
* [[Templates]]
2024-07-16 02:39:03 +08:00
* [[Libraries]]
* [[Federation]]
* [[Space Script]] & [[Space Style]]
# Customization
2024-08-15 22:39:17 +08:00
* [[SETTINGS]] and [[Space Config]]
2024-07-16 02:39:03 +08:00
* [[Shortcuts]]
* [[Page Decorations]]
* [[Space Style]]
2023-12-19 23:18:33 +08:00
# Extending SilverBullet
2024-07-16 02:39:03 +08:00
A lot of SilverBullets functionality is built as [[Plugs]] using the robust [[PlugOS]] extension mechanism. If you are adventurous you can try to build [[Plugs/Development|such plugs yourself]]. A lighter, but also powerful way to extend SilverBullet is through [[Space Script]].
2023-12-19 23:18:33 +08:00
# Contributing
2024-01-28 13:30:40 +08:00
SilverBullet is free and open-source software. You can contribute to it [via Github](https://github.com/silverbulletmd/silverbullet). For some details on how to do this, have a look at [[Development]].