diff --git a/desktop/package-lock.json b/desktop/package-lock.json index 0902ef2..2a83752 100644 --- a/desktop/package-lock.json +++ b/desktop/package-lock.json @@ -1,12 +1,12 @@ { "name": "silverbullet", - "version": "0.2.8", + "version": "0.2.9", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "silverbullet", - "version": "0.2.8", + "version": "0.2.9", "license": "MIT", "dependencies": { "@electron-forge/publisher-github": "^6.0.4", diff --git a/desktop/package.json b/desktop/package.json index e363fa2..32ba325 100644 --- a/desktop/package.json +++ b/desktop/package.json @@ -1,6 +1,6 @@ { "name": "silverbullet", - "version": "0.2.8", + "version": "0.2.9", "description": "Markdown as a platform", "main": ".webpack/main", "scripts": { diff --git a/website/🔌 Mermaid.md b/website/🔌 Mermaid.md index 0e03c02..3d3bc3e 100644 --- a/website/🔌 Mermaid.md +++ b/website/🔌 Mermaid.md @@ -6,8 +6,8 @@ author: Zef Hemel --- -# SilverBullet plug for Mermaid diagrams -This plug adds basic [Mermaid](https://mermaid.js.org/) support to SilverBullet. +# Silver Bullet plug for Mermaid diagrams +This plug adds basic [Mermaid](https://mermaid.js.org/) support to Silver Bullet. **Note:** The Mermaid library itself is not bundled with this plug, it pulls the JavaScript from the JSDelivr CDN. This means _this plug will not work without an Internet connection_. The reason for this is primarily plug size (bundling the library would amount to 1.1MB). This way Mermaid is only loaded on pages with actual Mermaid diagrams rather than on every SB load. @@ -28,7 +28,7 @@ Put a mermaid block in your markdown: And move your cursor outside of the block to live preview it! ## Build -Assuming you have Deno and SilverBullet installed, simply build using: +Assuming you have Deno and Silver Bullet installed, simply build using: ```shell deno task build