Key improvements in v2 include: - A more consistent Lua API (using snake_case conventions) - A built‑in “Std” library that works out of the box - Better sync performance and reliability - A smaller, more efficient Docker base image (Alpine instead of Ubuntu)
: Written in Go, the server runs locally or on a private VPS, serving file data from a standard folder called a "Space". silverbullet.v1.1.2
One of SilverBullet's greatest strengths is its extensibility. v1.1.2 includes under-the-hood adjustments that make life easier for plug-in developers. These API refinements ensure that third-party extensions integrate more smoothly with the core editor, preventing conflicts and improving the overall performance of the SilverBullet ecosystem. Key improvements in v2 include: - A more
Because SilverBullet is scriptable, you can build small knowledge applications on top of your notes without ever leaving Markdown. For example, you could create a mini CRM that lists all people you’ve met, the last conversation you had with each, and follow‑up tasks – all defined through simple Lua scripts and live templates. SilverBullet requires self‑hosting – you run the server,
SilverBullet requires self‑hosting – you run the server, and you connect to it via your browser. Here’s how to get it running.
The SilverBullet Clipper version 1.1.2 release fixed critical pipeline bugs encountered during web clipping. Prior iterations sometimes suffered from undefined active tabs when fetching payloads. Version 1.1.2 explicitly injected explicit tab permissions into the extension manifest to guarantee that page URLs, selections, and metadata smoothly convert into markdown frontmatter without clipping dropouts. 2. Service Worker Controls