From 0a02361c4a6aa6347e0b900f59ede2d4b02e110b Mon Sep 17 00:00:00 2001 From: Zef Hemel Date: Fri, 26 May 2023 14:04:40 +0200 Subject: [PATCH] Implementation note for README --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index e8113782..8108da4b 100644 --- a/README.md +++ b/README.md @@ -12,6 +12,8 @@ your accumulated knowledge in creative ways specific to you. +SilverBullet is implemented as an offline-first PWA: it syncs all your content into the client (browser) and performs most processing there, allowing full offline operation after first load. + For more in-depth information, an interactive demo, and links to more background, check out the [SilverBullet website](https://silverbullet.md) (published from this repo’s `website/` folder).