puneetsl / 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.05.1

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

image

Is it your first time finding out 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)


⚠️ NOTE ⚠️

Before you go ahead and install Lotion, I've found a better implementation called notion-enhancer which works seamlessly. You can try it out and if that solution works for you please use that instead.

Lotion is Not actively maintained at this point, I might start working again at a later time. Thanks for all your support!


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

# Make the script executable
chmod +x setup.sh

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

To install into a specific directory (creating a portable linux install) clone the repository and run this in the folder:

./portable.sh 

During set up select web or native. The native version supports offline mode while the web version is the most up to date Notion web client.

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

Login issues

At this point the web version does not support Google SSO logins, this is an issue with Google, they have stopped allowing login from unidentified browser. Earlier this could have been solved by adding a useragent, but now Google is doing sophisticated checks (and rightly so), making it harder for us to bypass. The only solution is to implement our own oAuth, which would require extreme amount of work. So a simple solution to this issue is, use email address image

you will be emailed by Notion a login code that you can use to login.

Some helpful issue threads for this problem: Google issue, Apple issue

Other way to not have this issue is to use Native version of this app.


Ad: Memodiction.com - A dictionary that helps you remember words

About

Unofficial Notion.so app for Linux

License:MIT License


Languages

Language:Shell 100.0%