835 B
835 B
logseq-export
このツールは Logseq のデータを Obsidian Vault として変換して出力するためのものです。
使用方法
引数
-i, --input
: 入力ディレクトリ-o, --output
: 出力ディレクトリ
実行例
$ cargo install --git https://git.fogtype.com/nebel/logseq-export.git
$ logseq-export --input path/to/logseq --output path/to/obsidian
調整事項
- インデントの調整
- トップレベルの箇条書き記号の削除
{{video URL}}
の変換- 画像サイズ指定の削除(例:
![alt](url){:height 100, :width 200}
->![alt](url)
) - 特定の行(
collapsed::
,id::
,title::
)の無視
開発方法
$ git clone https://git.fogtype.com/nebel/logseq-export.git
$ cd logseq-export
$ cargo build
ライセンス
MIT