Notion 使用
Notion 使用
介绍
跨平台同步的笔记软件;也有网页版,但网页版的体验不如客户端,很卡
可查看每一个页面的内容更新情况(页面右上角的时钟图标)
Notion 可用教育邮箱使用教育版
缺点
- 不可以改变图片大小
- task list 没有快捷键
- Notion工具资源集合
- Notion 开源替代品:GitHub - docmost/docmost
- 备份(不好用,且复杂):GitHub - LoneKingCode/notion-backup
- 使用 Notion 的 Authorization:Authorization
使用
快捷键
1 | # + Space # 一级标题;其他类推 |
notion2md
Notion 自带的导出 md 效果不是很好
notion 转 md:GitHub - echo724/notion2md
设置 Notion Integration,获取 API KEY,在 Notion 每个 page 下 add connection 设置的 Notion Integration
1 | export NOTION_TOKEN='<token>' |
md2notion
md 转成 notion(在 Notion 的页面中生成子页面):GitHub - Cobertos/md2notion: A better Notion.so Markdown importer
安装出现
Invalid input
报错解决方法:HTTPError - Invalid Input · Issue #40 · Cobertos/md2notion · GitHub
1 | pip install notion-cobertos-fork |
- CLI 形式
1 | python -m md2notion token_v2 [[test]] [[]] |
- Python 脚本形式
1 | from notion.client import NotionClient |
本博客所有文章除特别声明外,均采用 CC BY-NC-SA 4.0 许可协议。转载请注明来自 Seek Another Land!