1
0

Updated screenshots

This commit is contained in:
Zef Hemel 2022-11-18 16:59:55 +01:00
parent 1edfb7cc67
commit 5ff53be3fb
5 changed files with 10 additions and 4 deletions

View File

@ -10,7 +10,7 @@ However, once you leverage its various extensions (called _plugs_) it can feel
more like a _knowledge platform_, allowing you to annotate, combine and query
your accumulated knowledge in creative ways specific to you.
<img src="https://github.com/silverbulletmd/silverbullet/raw/main/images/silverbullet-pwa.png" height="400"/><img src="https://github.com/silverbulletmd/silverbullet/raw/main/images/silverbullet-ios.png" height="400"/>
<img src="https://github.com/silverbulletmd/silverbullet/raw/main/website/silverbullet-pwa.png" height="400"/><img src="https://github.com/silverbulletmd/silverbullet/raw/main/website/silverbullet-ios.png" height="400"/>
For more in-depth information, an interactive demo, and links to more
background, check out the [Silver Bullet website](https://silverbullet.md)

View File

@ -9,7 +9,7 @@
}
.sb-inline-img {
max-width: calc(var(--max-width) * 0.9);
max-width: 100%;
}
&.cm-focused {

View File

@ -2,9 +2,13 @@
Silver Bullet (SB) is highly-extensible, [open source](https://github.com/silverbulletmd/silverbullet) **personal
knowledge management** software. Indeed, thats fancy language for “a note taking app with links.”
Here is a screenshot:
Here is a screenshot when installed as a PWA on desktop:
![Silver Bullet PWA screenshot](silverbullet-pwa.png)
![Silver Bullet PWA Screenshot](silverbullet-pwa.png)
It also works in mobile browsers:
![Silver Bullet on mobile](silverbullet-ios.png)
At its core, SB is a Markdown editor that stores _pages_ (notes) as plain
markdown files in a folder referred to as a _space_. Pages can be cross-linked using the `[[link to other page]]` syntax. However, once you leverage its various extensions (called _plugs_) it can feel more like a _knowledge platform_, allowing you to annotate, combine and query your accumulated knowledge in creative ways, specific to you. To get a good feel for it, [watch this video](https://youtu.be/RYdc3UF9gok).
@ -35,6 +39,8 @@ Some core principles that underly Silver Bullets philosophy:
- **Keyboard oriented**. You can use SB fully using the keyboard, typin the keys.
- **Extend it your way**. SB is highly extensible with [[🔌 Plugs]], and you can customize it to your liking and your workflows.
I need [[]]
## Installing Silver Bullet
This consists of two steps (unless Deno is already installed:

Binary file not shown.

After

Width:  |  Height:  |  Size: 322 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 144 KiB

After

Width:  |  Height:  |  Size: 375 KiB