This repository has been archived by the owner on Nov 29, 2021. It is now read-only.
Notion 2.0.11 (Revision 6)
Changes since last release:
- Produce
notion-enhanced
packages with Notion Enhancer mods applied- Vanilla Notion packages are still available using the
notion-desktop
package
- Vanilla Notion packages are still available using the
- Refactor and improve build scripts
Migrate to notion-enhanced
This step is optional; you can continue using notion-desktop
package for the vanilla version of Notion.
If you would like to migrate from notion-desktop
to notion-enhanced
, follow the steps below:
- If you've applied Notion Enhancer to the vanilla
notion-desktop
package, first uninstall it:npm remove -g notion-enhancer
- Uninstall
notion-desktop
using the relevant command for your system:sudo apt remove notion-desktop # Ubuntu, Debian, Linux Mint sudo dnf remove notion-desktop # Fedora, CentOS sudo zypper remove notion-desktop # openSUSE
- Migrate your configuration directory:
mv ~/.config/notion-{desktop,enhanced}
- Install
notion-enhanced
using the installation steps in the README.
Update
To update on Ubuntu, Debian or Linux Mint:
sudo apt update && sudo apt upgrade
To update on Fedora or CentOS:
sudo dnf update --refresh
To update on openSUSE:
sudo zypper refresh && sudo zypper update