Mark Beerman81 downloadsRead FictionBook (.fb2) files directly in Obsidian.
An Obsidian plugin for reading FictionBook (.fb2) files directly in your vault. Works on desktop and mobile.
.fb2 file and it renders as a formatted book: cover, title page, authors, annotation, chapters, poems, quotes, footnotes, images, and tables.Put a .fb2 file anywhere in your vault and click it — it opens in the reader. Use the Open table of contents command (or switch to a reader tab) to show the chapter panel.
Note: zipped books (.fb2.zip) are not supported — unpack them to plain .fb2 first. Obsidian identifies files by their final extension only, so claiming .zip would hijack every archive in the vault.
Search for FB2 Reader in Settings → Community plugins (once the plugin is accepted into the catalog).
main.js, manifest.json, and styles.css from the latest release.<your vault>/.obsidian/plugins/fiction-book-reader/.npm install
npm run dev # watch mode, rebuilds main.js on change
npm run build # typecheck + production build
The entire plugin lives in src/main.ts; esbuild bundles it into main.js.