Updates and advanced settings
Mostly, but not only, the desktop app
Use native titlebar, Zoom factor and Use custom DNS are desktop-only. The update controls, Release track, Proxy and the CORS proxy also appear in the web app, where an "update" means swapping the service worker rather than downloading an installer.
Keep the app updated automatically
When automatic updates are on, the desktop app downloads new versions in the background. Updates are never installed silently on quit — you always trigger the install yourself, which avoids a half-written install directory if your machine shuts down mid-update.
- Go to
Settings. - Open
Customization→Behaviour. - Under
Desktop app, toggleAutomatic updates.
Check for updates manually
- Go to
Settings. - Open
Other→About. - The
Versionrow shows the version you're running. ClickCheck for updates. - If a new version is found the description changes to
New version (vX.X.X) is available for download.and the button becomesInstall update. Clicking it downloads the update; once the download finishes, the update button in the status bar installs it and restarts the app.
Flatpak, Snap and portable builds
These builds are updated by the system that installed them, so the Automatic updates toggle, Check for updates and Install update buttons don't appear. Only Copy (for the version number) is shown.
Switch between the Stable and Beta release track
The release track decides which builds you receive. Beta gets features earlier, with the usual caveat that they are less tested.
- Go to
Settings. - Open
Other→About. - Set
Release tracktoStableorBeta.
Switching from Beta back to Stable is allowed to downgrade you, but only if the build you are running is itself a prerelease. This setting is also hidden on Flatpak, Snap and portable builds.
Beta builds are still beta
Keep current backups before moving to the beta track.
Use your system's native titlebar
By default Notesnook draws its own titlebar. You can switch to the one your operating system draws instead.
- Go to
Settings. - Open
Customization→Desktop integration. - Toggle
Use native titlebar. - A toast appears reading
Restart the app for changes to take effect.— clickRestart now, or restart later yourself.
Change the zoom factor
Zoom scales the whole app, not only the editor text.
- Go to
Settings. - Open
Customization→Appearance. - Under
General, setZoom factor. It accepts0.5to3.0in steps of0.1.
Use custom DNS
Notesnook can resolve its own hostnames over DNS-over-HTTPS instead of using your system resolver. This sometimes gets around ISP-level blocking of Notesnook traffic.
- Go to
Settings. - Open
Privacy & security→Privacy. - Under
Advanced, toggleUse custom DNS.
When it is on, the app resolves through Cloudflare DNS (mozilla.cloudflare-dns.com) and Quad9 (dns.quad9.net). Turn it off to go back to your system's DNS settings.
Route the app through a proxy
- Go to
Settings. - Open
Privacy & security→Privacy. - Under
Advanced, type your rules intoProxy.
HTTP, HTTPS and SOCKS proxies are supported, for example:
http://foobar:80
socks4://proxy.example.com
http://username:password@foobar:80Change the CORS proxy
Remote content the editor has to fetch — images pasted by URL and YouTube embeds — is routed through a proxy so the browser's cross-origin rules don't block it. The default is https://cors.notesnook.com. You can point it at your own if you'd rather not use ours.
- Go to
Settings. - Open
Privacy & security→Privacy. - Under
Advanced, next toCORS bypass, clickChange proxy. - Enter the URL and confirm. Only the scheme and hostname are kept; an unparseable URL is rejected with
Invalid CORS proxy url.
This setting exists in the web app too.
Related pages
- Auto start on system startup — launch Notesnook when you log in
- System tray menu — quick actions and minimize-to-tray
- Spell checker — enable it and pick languages
- Privacy mode — hide the app window from screen capture
- Backup and restore — before you switch release tracks
