mrrepac1 downloadsRead offline ZIM archives (Kiwix, Wikipedia) inside Obsidian: search by title and read articles with working links and images, straight from a local .zim file.
Read offline ZIM archives — the format used by Kiwix for
offline Wikipedia and other wikis — directly inside Obsidian. Point the plugin at a
local .zim file, search by title, and read articles with working internal links and
images, without any external server or process.
Everything is read on demand straight from disk: only the file header, the search indexes, and one decompressed cluster at a time are ever touched, so a 38 GB Wikipedia archive opens instantly and uses almost no memory.
.zim file.
Add as many archives as you like — Wikipedia, Wiktionary, a medical
reference… Get archives at https://library.kiwix.org..zim file directly with Node's fs
module, because the archive lives outside the vault and is far too large for the
vault API. It only reads the archive you point it at, and only writes when you use
Add to notes. There is no network access.Zstandard decompression by fzstd (MIT),
inlined into main.js (see fzstd-LICENSE). ZIM is an open format by the
openZIM project.
MIT