diff --git a/desktop/package-lock.json b/desktop/package-lock.json index 0902ef208..2a8375226 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 e363fa2af..32ba32534 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/\360\237\224\214 Mermaid.md" "b/website/\360\237\224\214 Mermaid.md" index 0e03c020e..3d3bc3edf 100644 --- "a/website/\360\237\224\214 Mermaid.md" +++ "b/website/\360\237\224\214 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