Skip to content

Unofficial Notion desktop app for linux platform.

Notifications You must be signed in to change notification settings

coopshop/notion.so

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Electron based desktop application for notion.so (Linux only as official apps are available for macOS and Windows)

Download

To Build

git clone git@github.com:tokozedg/notion.so.git
cd notion.so
npm install
npm run build
npm run deb

This will create an application in the dist/notion-linux-x64 folder and deb package in dist/installers/.

Color Emoji

To enable color emoji, I followed instruction commented by Jop on this link:

wget https://noto-website.storage.googleapis.com/pkgs/NotoColorEmoji-unhinted.zip
sudo unzip NotoColorEmoji-unhinted.zip -d /usr/share/fonts/truetype/noto
sudo rm /usr/share/fonts/truetype/noto/LICENSE_OFL.txt
sudo rm /usr/share/fonts/truetype/ancient-scripts/Symbola_hint.ttf
sudo apt-get remove ttf-ancient-fonts-symbola
sudo chmod 644 /usr/share/fonts/truetype/noto/NotoColorEmoji.ttf
fc-cache -f -v
rm NotoColorEmoji-unhinted.zip

About

Unofficial Notion desktop app for linux platform.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 100.0%