飞书文档如何转markdown
- 实现效果
- 实现步骤
- 其他方法
实现效果
导出的结果挂在这了 https://thinkasany.github.io/docs/#/
实现步骤
以https://upyun.feishu.cn/docx/KERsd1DpioPb1xxye9VcuXbhnBC这篇文章为例
使用工具 https://github.com/Wsine/feishu2md,提供了在线链接,输入地址即可导出文章。
其他方法
如果网络链接不稳定,我们可以使用命令docker pull wwwsine/feishu2md
, 拉取镜像到本地。
配置飞书企业应用,开通doc权限
执行
docker run -it --rm -p 8080:8080 -e FEISHU_APP_ID=<your id> -e FEISHU_APP_SECRET=<your secret> -e GIN_MODE=release wwwsine/feishu2md
, 通过http://localhost:8080/打开链接。
最终导出成功