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
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:
-
-
- the windows/mac versions of the app downloadable from https://notion.so/desktop. +
- the official windows/mac releases.
- the arch linux AUR notion-app package
- the linux notion-app installer
- the debian notion-deb-builder. @@ -30,7 +30,13 @@ so that proper support can be added for all users of that client. these can be installed via an extension like stylus or a built-in feature like userChrome.css.)
if the script is run from the WSL, it will enhance the windows version of the app.
--
+
+
+ installation +
+- install node.js: windows/macOS, linux/WSL.
- install python: windows/macOS, linux/WSL.
- reboot. @@ -125,9 +131,10 @@ to your preference. you will need to run or re-run
- load theme.css: loads the custom colour theme file. see colour theming for more information. (default: false) +
- use system emoji: reverts notion to using normal emojis, rather than the twitter emojiset. (default: false) -
customiser.py
af
on click of ⨉
. does not apply if multiple notion windows are open. (default: false)
-image: open application tray
image: open application tray
general/app-wide
-
-image: the default post-customisation appearance
image: the default post-customisation appearance
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
.notion-page-view-discussion {
display: none !important;
}
-
-image: before styling
-image: after styling
image: before styling
+image: after styling
-image: after styling
image: after styling
ctrl+
or ctrl-
to scale
[style*='font-size: 1.25em'] {
font-size: calc(var(--font-scale) * 1.25em) ;
}
-
-image: after styling
image: after styling
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
ctrl+
or ctrl-
to scale
img {
height: 12vh ;
}
-
-image: before styling
-image: after styling
image: before styling
+image: after styling
tables
-
-image: before styling
image: before styling
-image: after styling
image: after styling
.notion-table-view-add-row {
display: none !important;
}
-
-image: after styling
image: after styling
.notion-table-view-add-row + div {
display: none !important;
}
-
-image: after styling
image: after styling
.notion-table-view-header-cell > div > div {
margin: 0px auto;
}
-
-image: after styling
image: after styling
-image: after styling
image: after styling
.notion-table-view-header-cell [style^='margin-right: 6px;'] {
display: none !important;
}
-
-image: after styling
image: after styling
-image: after styling
image: after styling
boards
-
-image: before styling
image: before styling
-image: after styling
image: after styling
-image: after styling
image: after styling
-image: after styling
image: after styling