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>
相关推荐
刘心奶黄包qaq37 分钟前
Git学习笔记
笔记·git·学习
z2014z1 小时前
系统架构设计师教程 第5章 5.2需求工程 笔记
笔记·系统架构
内心如初2 小时前
安全政策与安全意识(下)
笔记·等保测评·蓝队·安全政策与安全意识
LilKevinRay3 小时前
【JAVA基础】实现Tomcat基本功能
java·开发语言·笔记·tomcat
Petrichorzncu3 小时前
计算机网络八股总结
笔记·计算机网络
zenpluck4 小时前
GS-SLAM论文阅读笔记--MM-Gaussian
论文阅读·笔记
weixin_470880264 小时前
如何建设数据中台(五)——数据汇集—打破企业数据孤岛
经验分享·笔记·数据中台·中台
qiaocccccc4 小时前
项目中遇到的问题
前端·笔记
吃葡萄不图葡萄皮7 小时前
幻灯片放映过程中如何调出激光笔
笔记·wps·ppt
小黄酥7 小时前
Python学习笔记--列表、字典、集合、元组
笔记·python·学习