#offline-access
  • 1.
    5 months ago by Caleb Campbell
    favorite
    share
    The Local Bible Ref plugin enables seamless offline Bible referencing by pulling passages from locally stored markdown files within your vault. Users can fetch verses, chapters, or ranges using a simple `--` prefix syntax, like `--John 1:1`, and enhance the output with format options such as `+quote`, `+paragraph`, or `+callout`. It supports multiple Bible versions through a folder-based structure, letting you switch between translations like ESV or WEB. Each Bible must follow a defined markdown format where each chapter is stored as an individual file and verses are marked using `<sup>` tags. While the setup may take some initial effort, the result is a fast, flexible, and entirely offline Bible referencing experience.
    Repo
  • 2.
    11 days ago by NateScarlet
    favorite
    share
    The Content-Addressed Attachments plugin stores files by their content instead of their original names, so duplicate attachments collapse into a single stored copy and links stay tied to a stable content ID. It can turn pasted or dragged files into IPFS style links, resolve those links through local storage first and fall back to configurable external gateways when needed. Another useful part is web image locking. The plugin can download remote images, verify them with a CID checksum, cache them locally and replace the original links with an internal reference format. It also includes bulk migration commands for existing local attachments and external images, which makes it practical for cleaning up a vault that already has a lot of scattered files.
    Repo