diff --git a/README.md b/README.md index 30762005..e7337730 100644 --- a/README.md +++ b/README.md @@ -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. - + For more in-depth information, an interactive demo, and links to more background, check out the [Silver Bullet website](https://silverbullet.md) diff --git a/web/styles/editor.scss b/web/styles/editor.scss index 690c1a5d..8d51eeae 100644 --- a/web/styles/editor.scss +++ b/web/styles/editor.scss @@ -9,7 +9,7 @@ } .sb-inline-img { - max-width: calc(var(--max-width) * 0.9); + max-width: 100%; } &.cm-focused { diff --git a/website/Silver Bullet.md b/website/Silver Bullet.md index 0e8273d1..43632876 100644 --- a/website/Silver Bullet.md +++ b/website/Silver Bullet.md @@ -2,9 +2,13 @@ Silver Bullet (SB) is highly-extensible, [open source](https://github.com/silverbulletmd/silverbullet) **personal knowledge management** software. Indeed, that’s 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 Bullet’s 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: diff --git a/website/silverbullet-ios.png b/website/silverbullet-ios.png new file mode 100644 index 00000000..b7e8924b Binary files /dev/null and b/website/silverbullet-ios.png differ diff --git a/website/silverbullet-pwa.png b/website/silverbullet-pwa.png index 2d4ee6bc..88c190da 100644 Binary files a/website/silverbullet-pwa.png and b/website/silverbullet-pwa.png differ