| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| Notion 2.0.11 (Revision 6).tar.gz | 2021-02-06 | 43.3 kB | |
| Notion 2.0.11 (Revision 6).zip | 2021-02-06 | 48.8 kB | |
| README.md | 2021-02-06 | 1.5 kB | |
| Totals: 3 Items | 93.6 kB | 0 | |
Changes since last release:
- Produce
notion-enhancedpackages with Notion Enhancer mods applied - Vanilla Notion packages are still available using the
notion-desktoppackage - 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-desktoppackage, first uninstall it:sh npm remove -g notion-enhancer - Uninstall
notion-desktopusing the relevant command for your system:sh 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:
sh mv ~/.config/notion-{desktop,enhanced} - Install
notion-enhancedusing the installation steps in the README.
Update
To update on Ubuntu, Debian or Linux Mint:
:::sh
sudo apt update && sudo apt upgrade
To update on Fedora or CentOS:
:::sh
sudo dnf update --refresh
To update on openSUSE:
:::sh
sudo zypper refresh && sudo zypper update