flomo export to markdown for obsidian/logseq;
- step1,使用
python 3.6+
- step2, 安装需要的包,
pip install beautifulsoup4
- step3,运行命令
python flomo-export.py
- 参数:
--input
, 从 flomo 中导出的 html文件位置,放到和flomo 同目录可忽略--out
,最终生成的 markdown 路径。
更多内容可见:让 flomo 更好用
flomo export to markdown for obsidian/logseq;
python 3.6+
pip install beautifulsoup4
python flomo-export.py
--input
, 从 flomo 中导出的 html文件位置,放到和flomo 同目录可忽略--out
,最终生成的 markdown 路径。更多内容可见:让 flomo 更好用