From da013c9333e83f15053f2df10da4c29cb77327f0 Mon Sep 17 00:00:00 2001 From: Flancian <0@flancia.org> Date: Fri, 29 Aug 2025 16:00:19 +0200 Subject: [PATCH] autopushed --- CONFIG.md | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 CONFIG.md diff --git a/CONFIG.md b/CONFIG.md new file mode 100644 index 000000000..5965b0453 --- /dev/null +++ b/CONFIG.md @@ -0,0 +1,10 @@ +This is where you configure SilverBullet to your liking. See [[^Library/Std/Config]] for a full list of configuration options. + +```space-lua +config.set { + plugs = { + -- Add your plugs here (https://silverbullet.md/Plugs) + -- Then run the `Plugs: Update` command to update them + } +} +```