导出Trello看板和卡片到Markdown
项目描述
trello2md
导出Trello看板和卡片到Markdown。目前针对我的笔记工作流程定制。
安装
使用pipx在您的系统上安装
$ pipx install --python python3.8 trello2md
授权使用Trello API
$ trello2md auth
导出Trello看板
使用Trello看板的URL作为唯一参数运行,以将Markdown文件写入目录。例如
$ trello2md https://trello.com/b/WODq2cwg/sample-board
$ tree sample-board/
sample-board/
├── another-card-1.md
├── another-card-2.md
├── another-card.md
├── copied-card.md
├── index.md
└── sample-card.md
$ cat sample-board/index.md
# {Sample Board}
## Sample List
- [Sample Card](sample-card.md) 2019-05-07, @bhrutledge, `green`, `Sample Label`
- [Copied Card](copied-card.md) 2019-05-07
## Empty List
## Another List
- [Another Card](another-card.md)
- [Another Card](another-card-1.md)
- [Another Card](another-card-2.md)
导出Trello卡片
使用Trello卡片的URL作为唯一参数运行,以打印Markdown。例如
$ trello2md https://trello.com/c/HGYGb5iM/2-sample-card
# Sample Card
2019-05-07, @bhrutledge, `green`, `Sample Label`
Sample description
## Checklist
- [x] Completed item
- [ ] Incomplete item
## Attachments
- [Example link](https://example.com)
## Comments
### bhrutledge on 2019-05-06
Sample comment
开发
项目详情
关闭
trello2md-0.5.0.tar.gz 的哈希值
算法 | 哈希摘要 | |
---|---|---|
SHA256 | 5eda2a94ecd98a167d140a31867fc152ee5e5c6de4f74d85d804689b47b1f66a |
|
MD5 | a9638476701f3886aa10cf483d38238a |
|
BLAKE2b-256 | 9fbacc7b76a09579bfbd1528061c0753b93e6db2deb012025e7a484ab90778a0 |
关闭
trello2md-0.5.0-py2.py3-none-any.whl 的哈希值
算法 | 哈希摘要 | |
---|---|---|
SHA256 | 2114a28ca466d642b555b7d9e814290ae1f7b6457d2f63f94431f436d2b04c16 |
|
MD5 | f6bcd165973d378d5cf8cf5a799ef80f |
|
BLAKE2b-256 | 685dd818da31db6e4c3fbdda6d3f9654a70483ac5e89cf27b38102f541ac6e8e |