Open and edit CSV files directly inside Obsidian mobile with the bundled csvzall WASM viewer.
csvzall Mobile is the phone and tablet companion to csvzall for Obsidian. It does not install the desktop helper binary and does not require a local server.
If csvzall Mobile saves you time, please star this repository. It helps other Obsidian users find the plugin and helps me gauge demand for continued mobile support.
.csv files in an Obsidian mobile pane..csv files.csvzall binary is required.For desktop-native features such as chart generation, SQLite queries, large-file viewing through the native helper process, and managed helper binary updates, install csvzall for Obsidian.
It is safe to keep both plugins in the same synced vault. The desktop plugin is desktop-only, and csvzall Mobile only registers itself as a CSV handler on Obsidian mobile.
csvzall Mobile does not collect telemetry and does not download executable code
at runtime. The WASM viewer assets are embedded in main.js and materialized
into the plugin directory when the plugin loads.
This repository is generated from
vincentlaucsb/obsidian-csvzall.
The TypeScript source snapshot used for review lives in mobile-src/ and
src/. Do not edit generated plugin assets or source snapshots here by hand;
make source changes in the desktop/source repository and sync this distribution
repo.