More docs updates

pull/951/head
Zef Hemel 2024-07-15 20:39:03 +02:00
parent 43d7003290
commit 8662357799
3 changed files with 15 additions and 10 deletions

View File

@ -1,7 +1,7 @@
By design, the vast majority of the SilverBullet UI is taken up by the [[Markdown]] editor. This is where the magic happens.
By design, the vast majority of the SilverBullet UI is taken up by the editor. This is where the magic happens.
This is where you write.
This is where you write in [[Markdown]].
[[Slash Commands]]
[[Templates]]
[[Query Language]]

View File

@ -28,7 +28,7 @@ SilverBullets UI is minimalist by design. Lets look at the few UI elements
# Core Concepts
These are the core concepts used in SilverBullet:
* [[Spaces]]
* [[Pages]]
* [[Pages]] (and [[Meta Pages]])
* [[Frontmatter]]
* [[Page Name Rules]]
* [[Folders]]
@ -59,13 +59,18 @@ The main ways to roam your space, beside following page links, are:
* [[Attributes]]
* [[Live Queries]]
* [[Templates]]
* [[Federation]]: it is possible to “sync in” content from outside sources, such as [[Libraries]]
* [[Libraries]]
* [[Federation]]
* [[Space Script]] & [[Space Style]]
# Customization
* [[SETTINGS]]
* [[Shortcuts]]
* [[Page Decorations]]
* [[Space Style]]
# 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]].
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]].
# 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.

View File

@ -1,4 +1,4 @@
Space Style is [[Space Script]]s stylish sibling. It enables you to add your own styling to SilverBullet with `space-style` [[Blocks]].
Space Style is [[Space Script]]s stylish sibling. It enables you to add your own styling to SilverBullet with `space-style` [[Blocks]].
This can be used to achieve various things, such as overriding the default editor font or setting wider page widths. It is also possible to develop custom themes this way.