Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/JosephDev/notion-linux-wrapper
Notion.so desktop application for Linux
https://github.com/JosephDev/notion-linux-wrapper
electron-app linux linux-app linux-notion notion
Last synced: 3 months ago
JSON representation
Notion.so desktop application for Linux
- Host: GitHub
- URL: https://github.com/JosephDev/notion-linux-wrapper
- Owner: JosephDev
- License: mit
- Created: 2019-08-13T01:57:03.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2022-12-09T22:14:01.000Z (almost 2 years ago)
- Last Synced: 2024-05-29T19:23:11.408Z (6 months ago)
- Topics: electron-app, linux, linux-app, linux-notion, notion
- Language: JavaScript
- Homepage: https://www.notion.so
- Size: 56 MB
- Stars: 38
- Watchers: 5
- Forks: 4
- Open Issues: 11
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Notion.so Linux Desktop application
[Notion.so](https://www.notion.so) doesn't support an official client for linux yet. This project is simply wrapping Notion.so web application with Electron.
## Screenshot
![notion_linux_screenshot](resources/screenshot.png?raw=true "Notion.so Linux App")
## Prebuild version - Debian, Ubuntu, Mint
[Download .deb file](https://github.com/JosephDev/notion-linux-wrapper/releases) and install it. DONE! :tada: :confetti_ball:
## Verified Environment
- Ubuntu 16.04
- Ubuntu 18.04
- Linux Mint 19.01## Build in your local machine
### Prerequisites
1. Git
2. Node: any 8.x version starting with 8.4.0 or greater
3. Yarn: See Yarn website for installation instructions### Installation
1. Clone project
``` bash
git clone https://github.com/JosephDev/notion-linux-wrapper
```2. Install node packages
``` bash
yarn
```3. Running locally
``` bash
yarn start
```4. Build in your local machine
``` bash
yarn build
```If build successfully, deb file is avaiable under `dist/installers`.
## LicenseMIT licensed, as found in the [LICENSE.md](./LICENSE.md) file.