Skip to content
This repository has been archived by the owner on Feb 7, 2024. It is now read-only.

Commit

Permalink
v0.11.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dragonwocky committed Dec 31, 2021
2 parents edf55af + 2bd9da0 commit 48e27c6
Show file tree
Hide file tree
Showing 65 changed files with 107 additions and 6,827 deletions.
20 changes: 20 additions & 0 deletions .github/workflows/submodules.yml
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
13 changes: 13 additions & 0 deletions .gitmodules
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
361 changes: 0 additions & 361 deletions CHANGELOG.md

This file was deleted.

14 changes: 3 additions & 11 deletions README.md
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/)
1 change: 1 addition & 0 deletions dep
Submodule dep added at 1a4762
1 change: 0 additions & 1 deletion dep/feather-sprite.svg

This file was deleted.

6 changes: 0 additions & 6 deletions dep/jscolor.min.js

This file was deleted.

12 changes: 0 additions & 12 deletions dep/markdown-it.min.js

This file was deleted.

13 changes: 0 additions & 13 deletions dep/prism.min.js

This file was deleted.

58 changes: 0 additions & 58 deletions dep/style-vendorizer.mjs

This file was deleted.

43 changes: 0 additions & 43 deletions dep/twind-content.mjs

This file was deleted.

134 changes: 0 additions & 134 deletions dep/twind-css.mjs

This file was deleted.

Loading

0 comments on commit 48e27c6

Please sign in to comment.