Siltflow Importer

by MYQ
5
4
3
2
1
Score: 50/100

Description

Import Siltflow SQLite database into Obsidian as Markdown notes with bilingual annotations (V1/V2 AI results) and Base dashboard

Reviews

No reviews yet.

Stats

0
stars
47
downloads
0
forks
49
days
47
days
48
days
0
total PRs
0
open PRs
0
closed PRs
0
merged PRs
0
total issues
0
open issues
0
closed issues
41
commits

Latest Version

2 months ago

Changelog

Release 1.0.4 of the Siltflow Importer Obsidian plugin.

README file from

Github

Siltflow 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, and styles.css from Releases into .obsidian/plugins/siltflow-importer/.
  • Requires Obsidian 1.13+ (desktop). Reads your data.db directly via Node.js — everything stays local, nothing is uploaded.

Build locally with npm install && npm run build.