Evernote To Notion(映像笔记同步到Notion)

将映像笔记用evernote_backup转换成.enex格式

下载地址https://github.com/vzhd1701/evernote-backup

需要注意的是-t是登录网页版映像笔记拿到你登录的token

java 复制代码
PS D:\bin_evernote_backup_1.9.3_win_x64> evernote-backup init-db --backend china
Logging in to Evernote...
Username or Email: Aborted!
PS D:\bin_evernote_backup_1.9.3_win_x64> ^C
PS D:\bin_evernote_backup_1.9.3_win_x64> evernote-backup init-db --backend china -t S=s7:U=fe4ac6:E=1981123a2ab:C=190b97276ab:P=1d5:A=en-chrome-clipper-xauth-new:V=3:H=620c9c377dec7f2145b8b76718b8b
Authorizing auth token, china backend...
Successfully authenticated as 597205393!
Current login will expire at 2025-07-16 02:50:04.
Initializing database en_backup.db...
Reading database en_backup.db...
Successfully initialized database for 597205393!

PS D:\bin_evernote_backup_1.9.3_win_x64> evernote-backup sync
Reading database en_backup.db...
Authorizing auth token, china backend...
Successfully authenticated as 597205393!
Current login will expire at 2025-07-16 02:50:04.
Syncing user notebooks...
User notebooks are up to date, nothing to sync!
120 note(s) to download...
Downloading 120 note(s)...
  [####################################]  120/120
Updated or added notebooks: 0
Updated or added notes: 120
Expunged notebooks: 0
Expunged linked notebooks: 0
Expunged notes: 0
Synchronization completed!

PS D:\bin_evernote_backup_1.9.3_win_x64> evernote-backup export D:/output_dir
Reading database en_backup.db...
Exporting notebooks...
  [####################################]  10/10
All notes have been exported!
PS D:\bin_evernote_backup_1.9.3_win_x64>

在用enex2notion同步到notion

下载地址https://github.com/vzhd1701/enex2notion

需要注意的是--token是登录网页版notion拿到你登录的token

java 复制代码
PS D:\bin_enex2notion_0.3.1_win_x64>  .\enex2notion.exe --token v02:user_token_or_cookies:A2X0PhvWoEia7zVaHdjL2aobkpj-Ei9w5W-7MJSa1Y4oGn9ivcyQaTlKvv8uySnxv-_GPU_NMNKzXlNggK_wimVl4kT2fWBQYaeEqrW9TokIVXLlgROMXrSOXp_1XsXMm  Linux日记.enex to upload Linuxi笔记.enex
INFO: 'Evernote ENEX Import' page found
INFO: Processing notebook 'Linux日记'...
INFO: Uploading note 1 out of 14 '(3条消息)Centos7修改IP地址_运维_Fickle.的博客-CSDN博客'
INFO: Uploading note 2 out of 14 'Cent OS 7 配置静态ip - 破而后立 - CSDN博客'
INFO: Uploading note 3 out of 14 'CentOS7.2配置本地yum源'
INFO: Uploading note 4 out of 14 'Linux shell脚本启动 停止 重启服务'
INFO: Uploading note 5 out of 14 'Linux 常用命令'
INFO: Uploading note 6 out of 14 'Linux下安装jdk'
INFO: Uploading note 7 out of 14 'Linux本地yum源配置以及使用yum源安装gcc编译环境 - ^不露声色的张扬^ - 博客园'
INFO: Uploading note 8 out of 14 'Xshell 6 提示 "要继续使用此程序,您必须应用最新的更新或使用新版本"_陈晓清的博客-CSDN博客_xshell 必须使用最新版'
INFO: Uploading note 9 out of 14 'centos7 防火墙设置'
INFO: Uploading note 10 out of 14 'java命令--jmap命令使用 - milkty - 博客园'
INFO: Uploading note 11 out of 14 'linux修改时间'
INFO: Uploading note 12 out of 14 'linux端口开放指定端口的两种方法 - tianlintest - 博客园'
INFO: Uploading note 13 out of 14 'var option = {'
INFO: Uploading note 14 out of 14 '解决CentOS下联网 ping通ip ping通域名 - qq_26036173的博客 - CSDN博客'
PS D:\bin_enex2notion_0.3.1_win_x64>
相关推荐
兴趣使然_3 小时前
【笔记】使用 html 创建网址快捷方式
笔记·html·js
aramae4 小时前
C++ -- STL -- vector
开发语言·c++·笔记·后端·visual studio
fen_fen5 小时前
学习笔记(32):matplotlib绘制简单图表-数据分布图
笔记·学习·matplotlib
饕餮争锋8 小时前
设计模式笔记_创建型_建造者模式
笔记·设计模式·建造者模式
萝卜青今天也要开心9 小时前
2025年上半年软件设计师考后分享
笔记·学习
吃货界的硬件攻城狮9 小时前
【STM32 学习笔记】SPI通信协议
笔记·stm32·学习
蓝染yy10 小时前
Apache
笔记
lxiaoj11110 小时前
Python文件操作笔记
笔记·python
半导体守望者11 小时前
ADVANTEST R4131 SPECTRUM ANALYZER 光谱分析仪
经验分享·笔记·功能测试·自动化·制造
啊我不会诶12 小时前
倍增法和ST算法 个人学习笔记&代码
笔记·学习·算法