diff --git a/CHANGELOG.md b/CHANGELOG.md index b2215af..73b60dc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,8 +3,9 @@ if something is ~~crossed out~~, then it is no longer a feature included by default, but can still easily be enabled by following instructions in the [docs](README.md). -### v0.6.1 (wip) +### v0.7.0 (2020-07-09) +- new: tray option to use system default emojis (instead of twitter's emojiset). - new: mac support (identical functionality to others platforms with the exception of the native minimise/maximise/close buttons being kept, as they integrate better with the OS while not being out-of-place in notion). @@ -16,10 +17,6 @@ but can still easily be enabled by following instructions in the [docs](README.m - bugfix: odd mix of `\\` and `/` being used for windows filepaths. - bugfix: app no longer crashes when sidebar is toggled. -known/confirmed remaining issues: - -- russian symbols not supported by UTF-8 - ### v0.6.0 (2020-06-30) - style: custom fonts. diff --git a/README.md b/README.md index e8ed8f3..689fe41 100644 --- a/README.md +++ b/README.md @@ -117,8 +117,10 @@ single-click to toggle app visibility. right click to open menu. on click of `⨉`. does not apply if multiple notion windows are open. (default: false) - **load theme.css**: loads the custom colour theme file. see [colour theming](STYLING.md#colour-theming) for more information. (default: false) +- **use system emoji**: reverts notion to using normal emojis, rather than the twitter emojiset. (default: false) ![](screenshots/app-tray.jpg) + _image: open application tray_ ## styling diff --git a/STYLING.md b/STYLING.md index 53b70a7..484671c 100644 --- a/STYLING.md +++ b/STYLING.md @@ -18,7 +18,8 @@ css below will work for every instance of the element, but if you wish to hide o ## general/app-wide -![](screenshots/app-default.jpg) +![](screenshots/app-enhanced.jpg) + _image: the default post-customisation appearance_ ### colour theming @@ -33,6 +34,7 @@ to modify, enter the `theme.css` file and change the colour values within the `: should describe what each colour will affect. ![](screenshots/theme-dark+.jpg) + _image: the dark+ theme_ ### hide discussions (comment threads at the top of each page) @@ -44,9 +46,11 @@ _image: the dark+ theme_ ``` ![](screenshots/discussion-default.jpg) + _image: before styling_ ![](screenshots/discussion-hidden.jpg) + _image: after styling_ ### custom fonts @@ -71,6 +75,7 @@ plenty of other fonts that can be found on google fonts or that may be on your s ``` ![](screenshots/fonts-custom.jpg) + _image: after styling_ ### font resizing @@ -108,6 +113,7 @@ to change the size, change the value of `--font-scale`. ``` ![](screenshots/fonts-resized.jpg) + _image: after styling_ ### wider page preview @@ -119,9 +125,11 @@ _image: after styling_ ``` ![](screenshots/preview-default.jpg) + _image: before styling_ ![](screenshots/preview-wider.jpg) + _image: after styling_ ### thinner cover image @@ -137,14 +145,17 @@ _image: after styling_ ``` ![](screenshots/cover-default.jpg) + _image: before styling_ ![](screenshots/cover-thinner.jpg) + _image: after styling_ ## tables ![](screenshots/table-before.jpg) + _image: before styling_ ### table columns below 100px @@ -174,6 +185,7 @@ to see how to do this, watch [this video](https://www.youtube.com/watch?v=6V7eqS ``` ![](screenshots/table-columnunder100px.jpg) + _image: after styling_ ### hide '+ new' table row @@ -185,6 +197,7 @@ _image: after styling_ ``` ![](screenshots/table-hideaddrow.jpg) + _image: after styling_ ### hide calculations table row @@ -196,6 +209,7 @@ _image: after styling_ ``` ![](screenshots/table-hidecalculationsrow.jpg) + _image: after styling_ ### centre-align table column headers @@ -207,6 +221,7 @@ _image: after styling_ ``` ![](screenshots/table-centredheaders.jpg) + _image: after styling_ ### smaller table column header icons @@ -222,6 +237,7 @@ _image: after styling_ ``` ![](screenshots/table-smallercolumnicons.jpg) + _image: after styling_ ### remove icons from table column headers @@ -233,6 +249,7 @@ _image: after styling_ ``` ![](screenshots/table-hidecolumnicons.jpg) + _image: after styling_ ### removing/decreasing side padding for tables @@ -254,11 +271,13 @@ _image: after styling_ ``` ![](screenshots/table-shrinkpadding.jpg) + _image: after styling_ ## boards ![](screenshots/board-default.jpg) + _image: before styling_ ### hide '+ new' board row @@ -271,6 +290,7 @@ _image: before styling_ ``` ![](screenshots/board-hideaddnew.jpg) + _image: after styling_ ### hide board view hidden columns @@ -283,6 +303,7 @@ _image: after styling_ ``` ![](screenshots/board-hidehidden.jpg) + _image: after styling_ ### hide board view 'add a group' @@ -295,6 +316,7 @@ _image: after styling_ ``` ![](screenshots/board-hideaddgroup.jpg) + _image: after styling_ ### removing/decreasing side padding for boards @@ -307,4 +329,5 @@ _image: after styling_ ``` ![](screenshots/board-shrinkpadding.jpg) + _image: after styling_ diff --git a/customiser.py b/customiser.py index 2cf6cb7..8eb3bc5 100755 --- a/customiser.py +++ b/customiser.py @@ -13,7 +13,7 @@ from shutil import copyfile, rmtree from time import sleep # to smooth the update process -enhancer_version = '0.6.1~beta4' +enhancer_version = '0.7.0' # for toggling notion visibility hotkey = 'CmdOrCtrl+Shift+A' diff --git a/docs/changelog.html b/docs/changelog.html index 97d8303..6b20c7b 100644 --- a/docs/changelog.html +++ b/docs/changelog.html @@ -1,4 +1,4 @@ -changelog | notion enhancer

notion enhancer

+changelog | notion enhancer

notion enhancer

@@ -8,24 +8,22 @@ but can still easily be enabled by following instructions in the docs.

-
+

- v0.6.1 (wip) + v0.7.0 (2020-07-09)

    +
  • new: tray option to use system default emojis (instead of twitter's emojiset).
  • new: mac support (identical functionality to others platforms with the exception of the native minimise/maximise/close buttons being kept, as they integrate better with the OS while not being out-of-place in notion).
  • +
  • new: notion-deb-builder support for linux.
  • improved: replaced button symbols with svgs for multi-platform support.
  • improved: window close button is now red on hover (thanks to @torchatlas).
  • bugfix: cleaner.py patched for linux.
  • bugfix: tray now operates as expected on linux.
  • bugfix: odd mix of \\ and / being used for windows filepaths.
  • bugfix: app no longer crashes when sidebar is toggled.
  • -
-

known/confirmed remaining issues:

-
    -
  • russian symbols not supported by UTF-8
diff --git a/docs/index.html b/docs/index.html index d5258ef..f756a3e 100644 --- a/docs/index.html +++ b/docs/index.html @@ -1,4 +1,4 @@ -notion enhancer

notion enhancer

+notion enhancer

notion enhancer

@@ -7,14 +7,14 @@

an enhancer/customiser for the all-in-one productivity workspace notion.so

-
+

- installation + supported clients

there are a lot of ways to use notion. some official clients, many not.

the enhancer supports:

+
+

+ installation +

+
  1. install node.js: windows/macOS, linux/WSL.
  2. install python: windows/macOS, linux/WSL.
  3. reboot.
  4. @@ -125,9 +131,10 @@ to your preference. you will need to run or re-run customiser.py af on click of . does not apply if multiple notion windows are open. (default: false)
  5. load theme.css: loads the custom colour theme file. see colour theming for more information. (default: false)
  6. +
  7. use system emoji: reverts notion to using normal emojis, rather than the twitter emojiset. (default: false)
  8. -

    -image: open application tray

    +

    +

    image: open application tray

diff --git a/docs/screenshots/app-default.jpg b/docs/screenshots/app-default.jpg deleted file mode 100644 index abd9da4..0000000 Binary files a/docs/screenshots/app-default.jpg and /dev/null differ diff --git a/docs/screenshots/app-enhanced.jpg b/docs/screenshots/app-enhanced.jpg index b520c96..f1998cb 100644 Binary files a/docs/screenshots/app-enhanced.jpg and b/docs/screenshots/app-enhanced.jpg differ diff --git a/docs/screenshots/app-tray.jpg b/docs/screenshots/app-tray.jpg index 709af5d..a27cd60 100644 Binary files a/docs/screenshots/app-tray.jpg and b/docs/screenshots/app-tray.jpg differ diff --git a/docs/screenshots/theme-dark+.jpg b/docs/screenshots/theme-dark+.jpg index 843f4da..6093b6e 100644 Binary files a/docs/screenshots/theme-dark+.jpg and b/docs/screenshots/theme-dark+.jpg differ diff --git a/docs/styling.html b/docs/styling.html index 94e0680..d5f00d6 100644 --- a/docs/styling.html +++ b/docs/styling.html @@ -21,8 +21,8 @@ changes will be applied instantly on notion reload

general/app-wide

-

-image: the default post-customisation appearance

+

+

image: the default post-customisation appearance

@@ -35,8 +35,8 @@ set up a distribution method (either including them as optionally-enableabled th

to enable, see the tray options.

to modify, enter the theme.css file and change the colour values within the :root {} - value names should describe what each colour will affect.

-

-image: the dark+ theme

+

+

image: the dark+ theme

@@ -46,10 +46,10 @@ should describe what each colour will affect.

.notion-page-view-discussion {
   display: none !important;
 }
-

-image: before styling

-

-image: after styling

+

+

image: before styling

+

+

image: after styling

@@ -70,8 +70,8 @@ plenty of other fonts that can be found on google fonts or that may be on your s [style*=', serif;'] { font-family: 'Roboto Slab', serif !important; } -

-image: after styling

+

+

image: after styling

@@ -105,8 +105,8 @@ it is suggested to instead use ctrl+ or ctrl- to scale [style*='font-size: 1.25em'] { font-size: calc(var(--font-scale) * 1.25em) !important; } -

-image: after styling

+

+

image: after styling

@@ -116,10 +116,10 @@ it is suggested to instead use ctrl+ or ctrl- to scale
.notion-peek-renderer > div:nth-child(2) {
   max-width: 85vw !important;
 }
-

-image: before styling

-

-image: after styling

+

+

image: before styling

+

+

image: after styling

@@ -133,18 +133,18 @@ it is suggested to instead use ctrl+ or ctrl- to scale img { height: 12vh !important; } -

-image: before styling

-

-image: after styling

+

+

image: before styling

+

+

image: after styling

tables

-

-image: before styling

+

+

image: before styling

@@ -170,8 +170,8 @@ as it is a per-table-column style, unlike all others here, it must be prepended [style^='position: absolute; top: 0px; left: 0px; pointer-events: none;']:not(.notion-presence-container) { display: none; } -

-image: after styling

+

+

image: after styling

@@ -181,8 +181,8 @@ as it is a per-table-column style, unlike all others here, it must be prepended
.notion-table-view-add-row {
   display: none !important;
 }
-

-image: after styling

+

+

image: after styling

@@ -192,8 +192,8 @@ as it is a per-table-column style, unlike all others here, it must be prepended
.notion-table-view-add-row + div {
   display: none !important;
 }
-

-image: after styling

+

+

image: after styling

@@ -203,8 +203,8 @@ as it is a per-table-column style, unlike all others here, it must be prepended
.notion-table-view-header-cell > div > div {
   margin: 0px auto;
 }
-

-image: after styling

+

+

image: after styling

@@ -218,8 +218,8 @@ as it is a per-table-column style, unlike all others here, it must be prepended width: 10px !important; margin-right: -4px; } -

-image: after styling

+

+

image: after styling

@@ -229,8 +229,8 @@ as it is a per-table-column style, unlike all others here, it must be prepended
.notion-table-view-header-cell [style^='margin-right: 6px;'] {
   display: none !important;
 }
-

-image: after styling

+

+

image: after styling

@@ -250,16 +250,16 @@ as it is a per-table-column style, unlike all others here, it must be prepended margin-left: 10px; margin-right: 10px; } -

-image: after styling

+

+

image: after styling

boards

-

-image: before styling

+

+

image: before styling

@@ -270,8 +270,8 @@ as it is a per-table-column style, unlike all others here, it must be prepended [style='user-select: none; transition: background 120ms ease-in 0s; cursor: pointer; display: inline-flex; align-items: center; flex-shrink: 0; white-space: nowrap; height: 32px; border-radius: 3px; font-size: 14px; line-height: 1.2; min-width: 0px; padding-left: 6px; padding-right: 8px; color: rgba(255, 255, 255, 0.4); width: 100%;'] { display: none !important; } -

-image: after styling

+

+

image: after styling

@@ -282,8 +282,8 @@ as it is a per-table-column style, unlike all others here, it must be prepended .notion-board-view > [data-block-id] > div:first-child > div:nth-last-child(2) { display: none !important; } -

-image: after styling

+

+

image: after styling

@@ -294,8 +294,8 @@ as it is a per-table-column style, unlike all others here, it must be prepended .notion-board-view > [data-block-id] > div:first-child > div:last-child { display: none !important; } -

-image: after styling

+

+

image: after styling

@@ -306,8 +306,8 @@ as it is a per-table-column style, unlike all others here, it must be prepended padding-left: 10px !important; padding-right: 10px !important; } -

-image: after styling

+

+

image: after styling

\ No newline at end of file diff --git a/resources/preload.js b/resources/preload.js index 20f1682..7d92897 100644 --- a/resources/preload.js +++ b/resources/preload.js @@ -21,6 +21,7 @@ require('electron').remote.getGlobal('setTimeout')(() => { maximized: false, tray: false, theme: false, + emoji: false, }, }), isMac = process.platform === 'darwin'; @@ -152,6 +153,23 @@ require('electron').remote.getGlobal('setTimeout')(() => { button_elements.close.onclick = button_actions.close; } + /* emoji */ + if (store.emoji) { + const observer = new MutationObserver((list, observer) => { + document + .querySelectorAll('.notion-record-icon .notion-emoji') + .forEach((el) => { + el.outerHTML = ` + ${el.getAttribute('alt')} + `; + }); + document.querySelectorAll('.notion-emoji').forEach((el) => { + el.outerHTML = `${el.getAttribute('alt')}`; + }); + }); + observer.observe(document, { childList: true, subtree: true }); + } + /* hotkey: reload window */ document.defaultView.addEventListener( 'keyup', diff --git a/resources/tray.js b/resources/tray.js index 14867c1..5708313 100644 --- a/resources/tray.js +++ b/resources/tray.js @@ -26,6 +26,7 @@ function enhancements() { maximized: false, tray: false, theme: false, + emoji: false, }, }); tray = new Tray( @@ -87,6 +88,16 @@ function enhancements() { electron_1.BrowserWindow.getAllWindows().forEach((win) => win.reload()); }, }, + { + id: 'emoji', + label: 'Use system emoji', + type: 'checkbox', + checked: store.emoji, + click: () => { + store.emoji = contextMenu.getMenuItemById('emoji').checked; + electron_1.BrowserWindow.getAllWindows().forEach((win) => win.reload()); + }, + }, { type: 'separator', }, diff --git a/screenshots/app-default.jpg b/screenshots/app-default.jpg deleted file mode 100644 index abd9da4..0000000 Binary files a/screenshots/app-default.jpg and /dev/null differ diff --git a/screenshots/app-enhanced.jpg b/screenshots/app-enhanced.jpg index b520c96..f1998cb 100644 Binary files a/screenshots/app-enhanced.jpg and b/screenshots/app-enhanced.jpg differ diff --git a/screenshots/app-tray.jpg b/screenshots/app-tray.jpg index 709af5d..a27cd60 100644 Binary files a/screenshots/app-tray.jpg and b/screenshots/app-tray.jpg differ diff --git a/screenshots/theme-dark+.jpg b/screenshots/theme-dark+.jpg index 843f4da..6093b6e 100644 Binary files a/screenshots/theme-dark+.jpg and b/screenshots/theme-dark+.jpg differ