logseq-export/README.md
2025-01-09 23:17:30 +09:00

37 lines
779 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# logseq-export
Logseq Graph を 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
```
## 機能
- インデントの調整
- 特定の行(`collapsed::`, `id::`, `title::`)の無視
- トップレベルの箇条書き記号の削除
- `{{video URL}}` の変換
- 画像サイズ指定の削除(例: `![alt](url){:height 100, :width 200}` -> `![alt](url)`
## 開発方法
```
$ git clone https://git.fogtype.com/nebel/logseq-export.git
$ cd logseq-export
$ cargo build
```
## ライセンス
MIT License