This repository has been archived by the owner on Feb 7, 2024. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
65 changed files
with
107 additions
and
6,827 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
name: 'update submodules' | ||
|
||
on: | ||
workflow_dispatch: | ||
|
||
jobs: | ||
sync: | ||
name: 'update submodules' | ||
runs-on: ubuntu-latest | ||
steps: | ||
- name: checkout repo | ||
uses: actions/checkout@v2 | ||
with: | ||
submodules: true | ||
- name: pull updates | ||
run: | | ||
git pull --recurse-submodules | ||
git submodule update --remote --recursive | ||
- name: commit changes | ||
uses: stefanzweifel/git-auto-commit-action@v4 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,16 @@ | ||
[submodule "api"] | ||
path = api | ||
url = [email protected]:notion-enhancer/api.git | ||
branch = dev | ||
[submodule "repo"] | ||
path = repo | ||
url = [email protected]:notion-enhancer/repo.git | ||
branch = dev | ||
[submodule "media"] | ||
path = media | ||
url = [email protected]:notion-enhancer/media.git | ||
branch = main | ||
[submodule "dep"] | ||
path = dep | ||
url = [email protected]:notion-enhancer/dep.git | ||
branch = main |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,5 @@ | ||
# extension | ||
# notion-enhancer/extension | ||
|
||
bringing all your favourite notion-enhancer features to the browser (wip) | ||
an enhancer/customiser for the all-in-one productivity workspace notion.so (browser) | ||
|
||
> 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](https://discord.gg/sFWPXtA) | ||
[read the docs online](https://notion-enhancer.github.io/) |
Submodule api
updated
23 files
+29 −0 | .github/workflows/update-parents.yml | |
+21 −0 | LICENSE | |
+4 −2 | README.md | |
+0 −36 | components/_.mjs | |
+55 −0 | components/corner-action.css | |
+43 −0 | components/corner-action.mjs | |
+4 −7 | components/feather.mjs | |
+55 −0 | components/index.mjs | |
+18 −34 | components/panel.css | |
+105 −58 | components/panel.mjs | |
+18 −12 | components/tooltip.css | |
+102 −22 | components/tooltip.mjs | |
+106 −0 | electron.mjs | |
+2 −2 | env.mjs | |
+61 −56 | fmt.mjs | |
+13 −6 | fs.mjs | |
+21 −0 | index.cjs | |
+10 −4 | index.mjs | |
+367 −0 | notion.mjs | |
+176 −200 | registry-validation.mjs | |
+33 −37 | registry.mjs | |
+12 −14 | storage.mjs | |
+121 −58 | web.mjs |
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.