kotobase
メニュー

vaultを手放さずに使うObsidian

Markdownで書き続けながら、linkを回答へ変え、AIには必要な文脈だけを渡し、持ち出せる再現可能な履歴を保ちます。

ノートにはすでにグラフがあります

folderを越えて尋ねる

同じkeywordを含むpageだけでなく、何年分ものnoteをまたいでつながる人、意思決定、情報源、未解決の問いを探せます。

vault全体ではなく文脈をAIへ

taskに関係するrelationshipだけをqueryし、境界のある結果をagentへ渡します。vault全体を巨大なpromptにする必要はありません。

無言の上書きがない同期

localとremoteの両方が変更された場合、Kotobaseはremote版をconflict fileに保存し、作業を上書きせず明示的な解決を待ちます。

根拠を再確認する

各graph commitはcontent-addressedです。AIの回答や意思決定と一緒にCIDを保存し、後から同じknowledge snapshotへ戻れます。

あなたの手元に残るもの

Markdownがsource of truth

Notes, frontmatter, and [[wikilinks]] remain ordinary files in your vault. Kotobase adds a queryable graph beside them; it does not replace Obsidian with a proprietary editor.

移行経路がある

Stop syncing and the vault still works. A portable Datomic transaction EDN export is available for migration, audit, or self-hosted workflows.

権限を絞ったidentityを使う

Connect a dedicated editor service account limited to graph read and write. Tokens go only to the configured Kotobase origin; remote paths cannot escape the vault or write into .obsidian.

今あるvaultから始める

現在の対応範囲

The current plugin syncs Markdown notes, frontmatter, wikilinks, renames, and tombstones. Attachments, Canvas files, and Obsidian plugin settings are not synchronized. Installation currently uses the repository build rather than the Obsidian community-plugin directory.