notion-enhancer/extension
2021-10-03 19:31:54 +11:00
..
api@5030fe2b0f move api to submodule 2021-10-03 19:31:54 +11:00
dep searchable categorised mod lists + bypass-preview extension update 2021-09-28 23:22:49 +10:00
env menu: store theme outside profile, reload env on profile change 2021-10-03 15:08:42 +11:00
icon update dependencies + manifest + icons 2021-09-26 16:39:19 +10:00
repo menu: store theme outside profile, reload env on profile change 2021-10-03 15:08:42 +11:00
.gitmodules move api to submodule 2021-10-03 19:31:54 +11:00
CHANGELOG.md added profile switcher + split up menu js 2021-09-30 23:09:22 +10:00
launcher.js replace hook with pseudo-mod, env folder = simpler documentation 2021-10-02 12:31:07 +10:00
LICENSE basic theming system + module validator tool 2021-04-11 23:54:28 +10:00
manifest.json replace hook with pseudo-mod, env folder = simpler documentation 2021-10-02 12:31:07 +10:00
README.md basic script loading system 2021-04-12 00:19:24 +10:00
worker.js downgrade to manifest v2 for firefox support (tested/working) 2021-10-01 00:23:26 +10: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