[?]What is a FictionBook (.fb2) file?
FictionBook 2.0 (FB2) is an open XML-based e-book format created by Dmitry Gribov and Michael Matsnev. It encodes structured literature containing bibliographic metadata, hierarchical sections, epigraphs, poems, citations, and base64-encoded binary images directly inside a single document.
[?]Why convert FB2 e-books to Markdown?
Modern personal knowledge management (PKM) systems like Obsidian, Logseq, and Notion, as well as e-readers and note-taking apps, rely on standard Markdown. Converting FB2 e-books into Markdown allows readers to annotate literature, cross-reference quotes, and build private digital libraries without proprietary e-reader software.
[?]How does convrtr handle poems, epigraphs, and book covers?
convrtr preserves book structure by mapping <section> and <title> tags to proportional Markdown headings (# and ##), formatting <epigraph> and <cite> as blockquotes (>), converting <poem> stanzas into formatted verse, and decoding embedded base64 <binary> cover and inline illustrations into clean Markdown images.
[?]Are my e-books uploaded to any server?
Never. All XML decoding, text normalization, and Markdown generation happen 100% in your browser's local memory using pure TypeScript. Your books and reading materials are never transmitted to any third party.
[?]Why convert from FB2 to MD?
FB2 Document (FB2) and Markdown Document (MD) serve distinct roles across the digital workflow. Converting to MD provides optimized compatibility, modern compression efficiency, or standardized playback across web browsers, operating systems, and media production environments.
[?]Is the FB2 to MD conversion lossless or lossy?
The output format (MD) is inherently lossless or supports lossless operation. Your original visual or audio fidelity is mathematically preserved without quantization artifacts.
[?]Does convrtr upload my files to any cloud server?
Never. convrtr is architected with a strict zero-upload model. All processing, decoding, decompression, and encoding happen 100% locally on your machine using sandboxed WebAssembly and Web Workers. Your data never touches an external server, database, or analytics collector.
[?]How can I convert FB2 to MD from the terminal / command line?
You can execute this conversion locally via command-line utilities such as ffmpeg, cwebp, or ImageMagick. For example: see the developer terminal recipe provided in the technical specifications dossier above. convrtr provides the identical local-first capability directly inside your browser without installing CLI packages.
[?]Can I batch convert multiple FB2 files to MD simultaneously?
Yes. You can drop multiple .fb2 files into the instrument to process them concurrently in browser Web Workers, or click 'Open in Master Studio' to queue mixed formats, configure individual targets, and export as a single ZIP archive.