alexander-kazakov / notion-layout-extension

Chrome Extension that improves Notion pages layout

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Notion Layout - Chrome Extension

IMPORTANT UPDATE

On 11th November 2020 Notion team released an update that implemented a more advanced version of this extension inside Notion. This is amazing news :-) It also makes this extension no longer necessary.

Read more: https://www.notion.so/Tables-66a1cce8fb6f4f64b9996f4146c51fad#42151d1191b54607a557bb107d5c38f0

What is it?

Chrome Extension that makes viewing Notion database pages better!

It auto-hides page properties list that often pushes down the page content.

How it works?

By default list of properties is collapsed: Clicking on the bar opens/hides the list of properties:
collapsed uncollapsed

How to install?

  1. Download the whole repo as Zip file (see green button "Code" in top right of this page)
  2. Open Chrome Extension chrome://extensions
  3. Enable "Developer Mode" (top right)
  4. Unzip the downloaded folder
  5. Drag & drop the unzipped folder into Chrome extensions window
  6. Enjoy

YouTube video which shows steps 2-5: https://www.youtube.com/watch?v=5W9ZPEaVMWE

Safety

This is a simple extension with <2 pages of code. You can read it entirely to make sure it is safe. PS. I include official copy of jQuery library as I didn't figure out how to reference it via URL in the manifest file.

Notice

I wrote it in an afternoon for myself and sharing with the community. It is not affiliated with Notion the company.

If you find a bug, you can log it here: https://github.com/alexander-kazakov/notion-layout-extension/issues

About

Chrome Extension that improves Notion pages layout


Languages

Language:JavaScript 70.1%Language:CSS 29.9%