使用教程
借助 Go 语言跨平台的特性,已预先编译好了 x86 平台的可执行文件,可以在 Release 中下载,并将相应平台的 feishu2md 可执行文件放置在 PATH 路径中即可。
查阅帮助文档:
$ feishu2md -h
NAME:
feishu2md - download feishu doc as markdown file
USAGE:
feishu2md [global options] command [command options] [arguments...]
COMMANDS:
help, h Shows a list of commands or help for one command
GLOBAL OPTIONS:
--config generate config file (default: false)
--help, -h show help (default: false)
生成配置文件:
通过 feishu2md --config 命令即可生成该工具的配置文件。生成的配置文件路径为:
Windows: %AppData%/feishu2md/config.json
Linux: $XDG_CONFIG_HOME/feishu2md/config.json
Mac: $XDG_CONFIG_HOME/feishu2md/config.json
如无配置 XDG_CONFIG_HOME 环境变量,则默认为 ~/.config 目录。
生成的配置文件需要填写 APP ID 和 APP SECRET 信息
Image Dir 为存放文档中图片的文件夹名称。