mirror of
https://github.com/notion-enhancer/notion-enhancer.git
synced 2025-04-04 04:39:03 +00:00
extension screenshots
This commit is contained in:
parent
1011875530
commit
00451b1bde
26
README.md
26
README.md
@ -94,7 +94,7 @@ team to take to heart for future improvements."
|
||||
once applied, modules can be configured via the graphical menu, which is opened from
|
||||
the tray/menubar icon or with `ALT+E`.
|
||||
|
||||

|
||||

|
||||
|
||||
currently all modules come pre-installed for technical reasons, security assurance, and ease-of-use.
|
||||
these include:
|
||||
@ -130,6 +130,8 @@ on top of other windows even if it's not focused.
|
||||
|
||||
**author**: [dragonwocky](https://github.com/dragonwocky/)
|
||||
|
||||

|
||||
|
||||
### bracketed links
|
||||
|
||||
**tags:** #extension
|
||||
@ -138,6 +140,8 @@ on top of other windows even if it's not focused.
|
||||
|
||||
**author**: [arecsu](https://github.com/arecsu/)
|
||||
|
||||

|
||||
|
||||
### bypass preview
|
||||
|
||||
**tags:** #extension
|
||||
@ -154,6 +158,8 @@ on top of other windows even if it's not focused.
|
||||
|
||||
**author:** [dragonwocky](https://github.com/dragonwocky/)
|
||||
|
||||

|
||||
|
||||
### custom inserts
|
||||
|
||||
**tags:** #extension
|
||||
@ -193,7 +199,7 @@ on top of other windows even if it's not focused.
|
||||
| ------ | ------ | -------------------------------------------------------------------------------------------------------------------------- |
|
||||
| style | select | twitter, apple, google, microsoft, samsung, whatsapp, facebook, joypixels, openmoji, emojidex, messenger, lg, htc, mozilla |
|
||||
|
||||

|
||||

|
||||
|
||||
### focus mode
|
||||
|
||||
@ -203,7 +209,7 @@ on top of other windows even if it's not focused.
|
||||
|
||||
**author:** [arecsu](https://github.com/arecsu/)
|
||||
|
||||

|
||||

|
||||
|
||||
### font chooser
|
||||
|
||||
@ -221,6 +227,8 @@ the font you would like to use, or leave it blank to not change anything.
|
||||
| monospace | text input |
|
||||
| code | text input |
|
||||
|
||||

|
||||
|
||||
### gameish
|
||||
|
||||
**tags:** #theme #dark
|
||||
@ -239,6 +247,8 @@ the font you would like to use, or leave it blank to not change anything.
|
||||
|
||||
**author**: [coryzibell](https://github.com/coryzibell/)
|
||||
|
||||

|
||||
|
||||
### littlepig dark
|
||||
|
||||
**tags:** #theme #dark
|
||||
@ -257,7 +267,7 @@ the font you would like to use, or leave it blank to not change anything.
|
||||
|
||||
**author:** [Lizishan](https://www.reddit.com/user/Lizishan/)
|
||||
|
||||

|
||||

|
||||
|
||||
### neutral
|
||||
|
||||
@ -295,6 +305,8 @@ the font you would like to use, or leave it blank to not change anything.
|
||||
|
||||
**author:** [alexander-kazakov](https://github.com/alexander-kazakov/)
|
||||
|
||||

|
||||
|
||||
### right-to-left
|
||||
|
||||
**tags:** #extension
|
||||
@ -303,7 +315,7 @@ the font you would like to use, or leave it blank to not change anything.
|
||||
|
||||
**author:** [obahareth](https://github.com/obahareth/)
|
||||
|
||||

|
||||

|
||||
|
||||
### weekly view
|
||||
|
||||
@ -313,7 +325,7 @@ the font you would like to use, or leave it blank to not change anything.
|
||||
|
||||
**author:** [adihd](https://github.com/adihd/)
|
||||
|
||||

|
||||

|
||||
|
||||
### word counter
|
||||
|
||||
@ -323,6 +335,8 @@ the font you would like to use, or leave it blank to not change anything.
|
||||
|
||||
**author:** [dragonwocky](https://github.com/dragonwocky/)
|
||||
|
||||

|
||||
|
||||
## contributors
|
||||
|
||||
[@TarasokUA](https://github.com/TarasokUA/) wrote the first versions of this in python, in early 2020.
|
||||
|
@ -79,6 +79,8 @@ module.exports = (store) => {
|
||||
},
|
||||
};
|
||||
|
||||
if (!buttons.insert.includes('alwaysontop')) browser.setAlwaysOnTop(false);
|
||||
|
||||
(async () => {
|
||||
for (let btn of buttons.insert) {
|
||||
buttons.element.innerHTML += `<button class="window-button" id="btn-${btn}">${await buttons.icons[
|
||||
|
Loading…
Reference in New Issue
Block a user