logseq-export/README.md

38 lines
779 B
Markdown
Raw Permalink Normal View History

2025-01-09 23:17:30 +09:00
# 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