Mazurel / lotion

Unofficial Notion.so app for Linux

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Notion.so
unofficial Notion.so Desktop app for Linux


Version: 0.04

Introduction

Welcome! This is an unofficial version of Notion.so electron app. Since NotionHQ is busy doing other amazing feature developments, Linux is low on its priority. Here is the tweet from them explaining that

Hey we don't want to release on platforms that we cannot ensure the quality – the team is still small and we don't use Linux ourselves

— Notion (@NotionHQ) September 26, 2017

So I decided to build my own app using nativefier

Here is how it looks

Is it your first time finding about the Notion app?

Use this link to sign up and get ready to manage your life like you have never managed before (Notion.so)

Installation

Download setup script

wget https://raw.githubusercontent.com/puneetsl/lotion/master/setup.sh 
# Or
curl https://raw.githubusercontent.com/puneetsl/lotion/master/setup.sh > setup.sh

# Run (with sudo for global installation, without sudo for local installation)
[sudo] ./setup.sh install
# Or for native installation
[sudo] ./setup.sh install_native

Or simply clone this repo and run

./install.sh 

If you would like to install the native (offline) version, run:

./install_native.sh

If the script has errors or you would like to install manually, you can refer to these instructions.

Features


looks stunning in actual usage:

  • Everything you would expect from Windows or Mac application

    • Here are the instructions to manually install natively if the installer script doesn't work.
  • Tray icon


Thanks to sysdrum, I used some of his code and improved upon it


Uninstall

./uninstall.sh

Advertisement

BinaryDecimal.com

About

Unofficial Notion.so app for Linux

License:MIT License


Languages

Language:Shell 100.0%