1
0
silverbullet/website/Manual.md

71 lines
2.8 KiB
Markdown
Raw Normal View History

2023-12-19 11:58:18 +00:00
Welcome to 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 08:31:52 +00:00
2023-12-19 11:58:18 +00: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 08:31:52 +00:00
2023-12-19 11:58:18 +00:00
# Keeping up-to-date
2023-12-19 15:18:33 +00:00
* [[CHANGELOG]]: whats new in SilverBullet? This page will give you the latest details. Its worth monitoring this page.
2023-07-25 15:33:24 +00:00
2023-12-19 11:58:18 +00: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
2023-07-25 15:33:24 +00:00
* [[Deployments]]: various deployment options
* [[Authelia]]: configuring SilverBullet with [Authelia](https://www.authelia.com/) authentication.
For more additional guides, check out [our community guides](https://community.silverbullet.md/c/guides/6).
2023-07-25 15:33:24 +00:00
2023-12-19 11:58:18 +00:00
# User interface
2023-12-19 15:18:33 +00: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 11:58:18 +00:00
# Core Concepts
2023-12-19 15:18:33 +00:00
These are the core concepts used in SilverBullet:
2023-12-19 11:58:18 +00:00
* [[Spaces]]
* [[Pages]]
* [[Frontmatter]]
2023-12-19 15:18:33 +00:00
* [[Page Name Rules]]
2023-12-19 11:58:18 +00:00
* [[Folders]]
* [[Attachments]]
* [[Templates]]
# Editing and Formatting
2023-12-19 15:18:33 +00:00
* Content is written using [[Markdown]] and rendered using [[Live Preview]]
* Markdown [[Markdown/Basics]]
* Markdown [[Markdown/Extensions]]
* [[Markdown/Admonitions]]
* [[Plugs/Tasks]]
* [[Markdown/Syntax Highlighting]]
* [[Markdown/Code Widgets]]
* [[Slash Commands]]
2023-12-19 18:02:43 +00:00
* [[Outlines]]
2023-12-19 15:18:33 +00:00
# Navigation
The main ways to roam your space, beside following page links, are:
* [[Page Picker]]
* [[Template Picker]]
2023-12-19 15:18:33 +00:00
* [[Full Text Search]]
2023-12-22 15:40:38 +00:00
# Advanced topics
2023-12-19 15:18:33 +00:00
* [[Objects]]
* [[Frontmatter]]
* [[Attributes]]
* [[Live Queries]]
* [[Templates]]
* [[Federation]]: it possibly to “sync in” content from outside sources, such as [[Libraries]]
2023-12-19 15:18:33 +00:00
# Extending SilverBullet
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]].
# Contributing
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]].
# Personalization
Want to tweak something? [[SETTINGS]] gives you a few settings you can tweak.