More docs updates
parent
43d7003290
commit
8662357799
|
@ -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]]
|
||||
|
|
|
@ -28,7 +28,7 @@ SilverBullet’s UI is minimalist by design. Let’s 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 SilverBullet’s 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 SilverBullet’s 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.
|
||||
|
|
|
@ -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.
|
||||
|
||||
|
|
Loading…
Reference in New Issue