From 31f1b4cb8884cacab908472f4a47502c0b6d900f Mon Sep 17 00:00:00 2001 From: Zef Hemel Date: Tue, 2 Aug 2022 13:26:04 +0200 Subject: [PATCH] Migrate website to use indexPage setting --- website/PLUGS.md | 4 ---- website/SETTINGS.md | 5 +++++ website/{index.md => Silver Bullet.md} | 2 +- website/๐Ÿ”Œ Plugs.md | 4 ++-- 4 files changed, 8 insertions(+), 7 deletions(-) create mode 100644 website/SETTINGS.md rename website/{index.md => Silver Bullet.md} (98%) diff --git a/website/PLUGS.md b/website/PLUGS.md index c817302..0032d39 100644 --- a/website/PLUGS.md +++ b/website/PLUGS.md @@ -3,11 +3,7 @@ This file lists all plugs that SilverBullet will load. Run the `Plugs: Update` c ```yaml - builtin:core - builtin:emoji -- builtin:ghost -- builtin:git -- builtin:github - builtin:markdown -- builtin:mattermost - builtin:plugmd - builtin:query - builtin:tasks diff --git a/website/SETTINGS.md b/website/SETTINGS.md new file mode 100644 index 0000000..977cd34 --- /dev/null +++ b/website/SETTINGS.md @@ -0,0 +1,5 @@ +This page contains settings for configuring SilverBullet and its Plugs. +Any changes outside of the yaml block will be overwritten. +```yaml +indexPage: Silver Bullet +``` \ No newline at end of file diff --git a/website/index.md b/website/Silver Bullet.md similarity index 98% rename from website/index.md rename to website/Silver Bullet.md index aec0bd0..8dd73bb 100644 --- a/website/index.md +++ b/website/Silver Bullet.md @@ -37,7 +37,7 @@ What type of extensions, you ask? Let us demonstrate this in a very meta way: by Hereโ€™s a list of (non-built in) plugs documented in this space (note the `#query` ... `/query` notation used): - + * [[๐Ÿ”Œ Backlinks]] by **Guillermo Vayรก** ([repo](https://github.com/Willyfrog/silverbullet-backlinks)) * [[๐Ÿ”Œ Ghost]] by **Zef Hemel** ([repo](https://github.com/silverbulletmd/silverbullet-ghost)) * [[๐Ÿ”Œ Git]] by **Zef Hemel** ([repo](https://github.com/silverbulletmd/silverbullet-github)) diff --git a/website/๐Ÿ”Œ Plugs.md b/website/๐Ÿ”Œ Plugs.md index e08adea..cd7686c 100644 --- a/website/๐Ÿ”Œ Plugs.md +++ b/website/๐Ÿ”Œ Plugs.md @@ -3,12 +3,12 @@ Silver Bullet at its core is bare bones in terms of functionality, most of its p Plugs are an extension mechanism (implemented using a library called `plugos` that runs plug code on the server in a sandboxed v8 node.js process, and in the browser using web workers). Plugs can hook into SB in various ways: plugs can extend the Markdown parser and its syntax, define new commands and keybindings, respond to various events triggered either on the server or client side, as well as run recurring and background tasks. Plugs can even define their own extension mechanisms through custom events. Each plug runs in its own sandboxed environment and communicates with SB via _syscalls_ that expose a vast range of functionality. Plugs can be loaded, unloaded and updated without having to restart SB itself. ## Directory - -* [[๐Ÿ”Œ Mattermost]] by **Zef Hemel** ([repo](https://github.com/silverbulletmd/silverbullet-mattermost)) + * [[๐Ÿ”Œ Backlinks]] by **Guillermo Vayรก** ([repo](https://github.com/Willyfrog/silverbullet-backlinks)) * [[๐Ÿ”Œ Ghost]] by **Zef Hemel** ([repo](https://github.com/silverbulletmd/silverbullet-ghost)) * [[๐Ÿ”Œ Git]] by **Zef Hemel** ([repo](https://github.com/silverbulletmd/silverbullet-github)) * [[๐Ÿ”Œ Github]] by **Zef Hemel** ([repo](https://github.com/silverbulletmd/silverbullet-github)) +* [[๐Ÿ”Œ Mattermost]] by **Zef Hemel** ([repo](https://github.com/silverbulletmd/silverbullet-mattermost)) * [[๐Ÿ”Œ Mount]] by **Zef Hemel** ([repo](https://github.com/silverbulletmd/silverbullet-mount)) * [[๐Ÿ”Œ Query]] by **Silver Bullet Authors** ([repo](https://github.com/silverbulletmd/silverbullet))