logseq-export/README.md

37 lines
835 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 のデータを 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