diff --git a/scripts/build_website.sh b/scripts/build_website.sh index ced612a..d887534 100755 --- a/scripts/build_website.sh +++ b/scripts/build_website.sh @@ -29,7 +29,7 @@ cp -r dist_plug_bundle/_plug/* website_build/_plug/ #echo "And additional ones" curl https://raw.githubusercontent.com/silverbulletmd/silverbullet-mermaid/main/mermaid.plug.js > website_build/_plug/mermaid.plug.js echo "But remove some plugs" -rm -rf website_build/_plug/{plugmd}.plug.js +rm -rf website_build/_plug/{plugmd,directive}.plug.js # Generate random modified date, and replace in _headers too diff --git a/website/SilverBullet.md b/website/SilverBullet.md index 61d280f..5f6a5e8 100644 --- a/website/SilverBullet.md +++ b/website/SilverBullet.md @@ -31,7 +31,7 @@ Here’s the kicker: That’s right, **this very website is powered by SilverBullet itself**. 🤯 -On this site, everything is editable, just none of it syncs back (successfully) to the server. You are editing a local copy of this website, so changes do persist locally. +On this site, everything is editable, just none of it syncs back (successfully) to the server. You are editing a local copy of this website, so changes do persist locally. (Note that a few other features including _directive_ updating are also disabled.) Don’t just sit there, try it!