notion-enhancer/extension
2021-12-05 06:54:02 +00:00
..
.github/workflows add update submodules workflow 2021-10-03 21:32:31 +11:00
api@02d4357c85 [api] overhauled tooltips: directional positioning, wrapping to max lines 2021-12-05 06:53:20 +00:00
dep@65ae1944a7 [dep] add mime db (stream protocol intercept) 2021-11-06 06:49:41 +00:00
env _.mjs -> index.mjs, fix storage callback doc 2021-11-30 18:12:04 +11:00
media@5472e23e98 [repo] link to notion-enhancer/desktop repo 2021-11-06 05:10:52 +00:00
repo@8eb2810a1b [repo] added tooltips to topbar mods, centered/tightened menu nav 2021-12-05 06:54:02 +00:00
.gitmodules add update submodules workflow 2021-10-03 21:32:31 +11:00
init.js _.mjs -> index.mjs, fix storage callback doc 2021-11-30 18:12:04 +11:00
LICENSE basic theming system + module validator tool 2021-04-11 23:54:28 +10:00
manifest.json rename launcher to init 2021-11-06 11:13:31 +11:00
README.md basic script loading system 2021-04-12 00:19:24 +10:00
worker.js remove id from path to menu 2021-10-08 12:31:18 +11:00

extension

bringing all your favourite notion-enhancer features to the browser (wip)

considering that using notion in the browser is more lightweight & probably preferred for some people since it means they have less apps open, i've always planned to eventually port the enhancer to be a chrome extension.

since the enhancer focuses on being able to manipulate notion's app files, it's not going to be a very friendly transfer to web - a few features will have to be lost (e.g. frameless mode & tabs, of course) and the extensions system will need to be completely rebuilt.

to make this work better, i'm splitting things up: an mod repository, a chrome extension, and an app loader.

i'll be building the enhancer chrome-first from now on, since it'll be more limited there (and it's easier to add extra features when porting than to take features out), and then releasing the app loader a little afterwards. both the app loader and the chrome extension will source the same themes & extensions from the mod repository, and updates & releases of individual mods won't require waiting for the enhancer version anymore.

-- from the #announcements channel of the notion-enhancer discord