notion enhancer
@@ -13,10 +13,19 @@ but can still easily be enabled by following instructions in the v0.6.1 (wip)
-- new: semi-mac support? installs, but can't confirm changes have taken effect.
+- 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).
+- 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.
+
+
cleaner.py
patched for linux.\\
and /
being used for windows filepaths.known remaining/confirmed issues:
+-
+
- russian symbols not supported by UTF-8
notion enhancer
notion enhancer
@@ -70,11 +70,8 @@ additionally, if you ever need to change or reset your notion build, the c
default windows titlebar/frame has been replaced by one more fitting to the theme of the app.
this includes the addition of an extra button, "always on top"
-symbolised with an arrow (4th from the right). when toggled to point up,
+symbolised with an arrow. when toggled to point up,
notion will remain the top visible window even if not focused.
-to customise which characters are used for these buttons, open in the resources/preload.js
file,
-find the relevant button icon (lines 69 - 82) and replace it with your chosen unicode character (e.g.
-replacing return '⨉';
with return '🙄';
).
default windows titlebar/frame has been replaced by one more fitting to the theme of the app.
this includes the addition of an extra button, "always on top" -symbolised with an arrow (4th from the right). when toggled to point up, +symbolised with an arrow. when toggled to point up, notion will remain the top visible window even if not focused.
-to customise which characters are used for these buttons, open in the resources/preload.js
file,
-find the relevant button icon (lines 69 - 82) and replace it with your chosen unicode character (e.g.
-replacing return '⨉';
with return '🙄';
).