🎃

Notion linux 桌面

下载地址:https://notion-enhancer.github.io/getting-started/installation/#-1

 
访问白屏问题

Notion 桌面版本不能使用的解决方式

解决方式
The solution is a bit all over the place, so here's the solution combined into one comment:

Install asar(安装解压工具asar)

npm install -g asar

Go to /opt/Notion/resources/

cd /opt/Notion/resources/

Extract the contents(解压文件)

sudo asar extract app.asar app

change code(修改代码)

vim ./app/renderer/preload.js
Paste the following code at the end of ./app/renderer/preload.js(在文件最后面添加下面的代码)

Repack(重新打包)

sudo asar pack app app.asar

再次打开Notion