README file from
GithubSiltflow Importer
Import your Siltflow language-learning data into Obsidian as Markdown notes with bilingual AI annotation cards.
- Click the ribbon icon or run "Import Siltflow database" to sync your Siltflow SQLite database into the vault as structured notes — one per document, with an AI summary and a callout card per annotation.
- Incremental sync updates only changed annotations; per-type filters include only words, phrases, or sentences.
- Install from the community marketplace, or copy
main.js,manifest.json, andstyles.cssfrom Releases into.obsidian/plugins/siltflow-importer/. - Requires Obsidian 1.13+ (desktop). Reads your
data.dbdirectly via Node.js — everything stays local, nothing is uploaded.
Build locally with npm install && npm run build.