From c53640f4f10c8ca4d4f0253d7d0b64c60f01811f Mon Sep 17 00:00:00 2001 From: Zef Hemel Date: Mon, 1 Aug 2022 12:12:36 +0200 Subject: [PATCH] Screenshot fix --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 4b7923c..5ebed1f 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,8 @@ # Silver Bullet Silver Bullet (SB) is an extensible, open source **personal knowledge platform**. At its core it’s a clean markdown-based writing/note taking application that stores your _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. This makes it a simple tool for [Personal Knowledge Management](https://en.wikipedia.org/wiki/Personal_knowledge_management). 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) (published from this repo’s `website/` folder).