2022-10-28 14:17:40 +00:00
|
|
|
* **Powerful Markdown editor** at its core (powered by
|
2022-10-12 09:47:13 +00:00
|
|
|
[CodeMirror](https://codemirror.net))
|
2022-10-28 14:17:40 +00:00
|
|
|
* **Distraction-free** UI with
|
2022-10-12 09:47:13 +00:00
|
|
|
[What You See is What You Mean](https://en.wikipedia.org/wiki/WYSIWYM)
|
|
|
|
Markdown editing.
|
2022-10-28 14:17:40 +00:00
|
|
|
* **Future proof**: stores all notes in a regular folder with markdown files, no
|
2022-10-12 09:47:13 +00:00
|
|
|
proprietary file formats. While SB uses an SQLite database for indexes, this
|
|
|
|
database can be wiped and rebuilt based on your pages at any time. Your
|
|
|
|
Markdown files are the single source of truth.
|
2022-10-28 14:17:40 +00:00
|
|
|
* **Run anywhere**: run it on your local machine, or install it on a server. You
|
2022-10-12 09:47:13 +00:00
|
|
|
access it via your web browser (desktop or mobile), or install it as a PWA
|
|
|
|
(giving it its own window frame and dock/launcher/dock icon).
|
2022-10-28 14:17:40 +00:00
|
|
|
* **Keyboard oriented:** you can fully operate SB via the keyboard (on
|
2022-10-12 09:47:13 +00:00
|
|
|
laptop/desktop machines as well as iPads with a keyboard).
|
2022-10-28 14:17:40 +00:00
|
|
|
* **Extensible** through [[🔌 Plugs]]
|