Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jaredallard/notion-app
Notion for Linux
https://github.com/jaredallard/notion-app
electron linux notion
Last synced: 6 days ago
JSON representation
Notion for Linux
- Host: GitHub
- URL: https://github.com/jaredallard/notion-app
- Owner: jaredallard
- License: mit
- Created: 2018-09-07T23:38:16.000Z (about 6 years ago)
- Default Branch: main
- Last Pushed: 2024-06-06T05:05:47.000Z (5 months ago)
- Last Synced: 2024-10-23T00:02:19.917Z (13 days ago)
- Topics: electron, linux, notion
- Language: Shell
- Size: 31.3 KB
- Stars: 136
- Watchers: 7
- Forks: 10
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Notion for Linux
This is a meta repo that contains scripts/stuff needed to build Notion for Linux
## Alternatives (based on this repo)
### Arch Linux
[notion-app-electron](https://aur.archlinux.org/packages/notion-app-electron)
### Gentoo
I provide an ebuild in [my overlay](https://github.com/jaredallard/overlay)
## How?
The electron sources are pulled out of the macOS dmg and then ran with a Linux version of Electron, yeah, it's that easy.
## Customizing
Modify `config.sh` before running `build.sh` or `makepkg -si`
```bash
NOTION_VERSION=x.x.x notion dmg to download
```## Installing
Ensure you have the dependencies installed:
* 7zip (7zip on ubuntu)
Run `sudo ./build.sh [--no-compress]`
## Uninstalling
* Run `sudo ./uninstall.sh`
Or manually:
* Delete the application `rm -rf /opt/notion`
* Delete desktop entry `rm -r ~/.local/share/applications/Notion.desktop`
* Delete `rm /usr/bin/notion`## License
MIT