custom logo + discord invite

This commit is contained in:
dragonwocky 2020-08-27 23:00:08 +10:00
parent b502d77545
commit 21380453be
Signed by: dragonwocky
GPG Key ID: C7A48B7846AA706D
7 changed files with 21 additions and 10 deletions

View File

@ -1,15 +1,12 @@
# changelog # changelog
if something is ~~crossed out~~, then it is no longer a feature included by default, **potential future features (not confirmed)**
but can still easily be enabled by following instructions in the [docs](README.md).
### potential future features (not confirmed)
- [groupy-like tabbing](https://www.npmjs.com/package/electron-tabs) - [groupy-like tabbing](https://www.npmjs.com/package/electron-tabs)
- [improved responsiveness](https://chrome.google.com/webstore/detail/notion%20%20-responsiveness-f/leadcilhbmibbkgbnjgmmnfgnnhmeddk) - [improved responsiveness](https://chrome.google.com/webstore/detail/notion%20%20-responsiveness-f/leadcilhbmibbkgbnjgmmnfgnnhmeddk)
- [highlight/mark viewer](https://chrome.google.com/webstore/detail/notion%2B-mark-manager/hipgmnlpnimedfepbfbfiaobohhffcfc) - [highlight/mark viewer](https://chrome.google.com/webstore/detail/notion%2B-mark-manager/hipgmnlpnimedfepbfbfiaobohhffcfc)
### v0.8.0 (wip) ### v0.8.0 (2020-08-27)
complete rewrite with node.js. complete rewrite with node.js.
@ -33,6 +30,8 @@ complete rewrite with node.js.
- extension: "weekly view" = calendar views named "weekly" will show only the 7 days of this week. (ported from [github.com/adihd/notionweeklyview](https://github.com/adihd/notionweeklyview).)] - extension: "weekly view" = calendar views named "weekly" will show only the 7 days of this week. (ported from [github.com/adihd/notionweeklyview](https://github.com/adihd/notionweeklyview).)]
- extension: "property layout" = auto-collapse page properties that usually push down page content. (ported from [github.com/alexander-kazakov/notion-layout-extension](https://github.com/alexander-kazakov/notion-layout-extension).) - extension: "property layout" = auto-collapse page properties that usually push down page content. (ported from [github.com/alexander-kazakov/notion-layout-extension](https://github.com/alexander-kazakov/notion-layout-extension).)
> 📥 `npm i -g notion-enhancer@0.8.0`
### v0.7.0 (2020-07-09) ### v0.7.0 (2020-07-09)
- new: tray option to use system default emojis (instead of twitter's emojiset). - new: tray option to use system default emojis (instead of twitter's emojiset).
@ -47,6 +46,8 @@ complete rewrite with node.js.
- bugfix: odd mix of `\\` and `/` being used for windows filepaths. - bugfix: odd mix of `\\` and `/` being used for windows filepaths.
- bugfix: app no longer crashes when sidebar is toggled. - bugfix: app no longer crashes when sidebar is toggled.
> 📥 [notion-enhancer.v0.7.0.zip](https://github.com/dragonwocky/notion-enhancer/archive/v0.7.0.zip)
### v0.6.0 (2020-06-30) ### v0.6.0 (2020-06-30)
- style: custom fonts. - style: custom fonts.
@ -73,7 +74,10 @@ complete rewrite with node.js.
> 📥 [notion-enhancer.v0.5.0.zip](https://github.com/dragonwocky/notion-enhancer/archive/v0.5.0.zip) > 📥 [notion-enhancer.v0.5.0.zip](https://github.com/dragonwocky/notion-enhancer/archive/v0.5.0.zip)
_(forked by [@dragonwocky](https://github.com/dragonwocky).)_ **development here taken over by [@dragonwocky](https://github.com/dragonwocky).**
**the ~~crossed out~~ features below are no longer features included by default,**
**but can still easily be added as [custom tweaks](TWEAKS.md).**
### v0.4.1 (2020-02-13) ### v0.4.1 (2020-02-13)

View File

@ -19,7 +19,7 @@ following them shows respect to the developer/s spending their free time on it,
**know your way around notion/electron/js/css and have some code to contribute?** great! read below for guidelines **know your way around notion/electron/js/css and have some code to contribute?** great! read below for guidelines
on how to create a helpful pull request and what happens with your code afterwards. it's probably also helpful to on how to create a helpful pull request and what happens with your code afterwards. it's probably also helpful to
join the [discord server](//coming-soon). join the [discord server](https://discord.gg/sFWPXtA).
**for information on how to actually create a theme or module with the notion-enhancer api, check the [docs](DOCUMENTATION.md).** **for information on how to actually create a theme or module with the notion-enhancer api, check the [docs](DOCUMENTATION.md).**

View File

@ -8,7 +8,7 @@ executable within the notion app, these are the languages enhancements must be w
want to contribute? check the [contribution guidelines](CONTRIBUTING.md). want to contribute? check the [contribution guidelines](CONTRIBUTING.md).
for support, join the [discord server](//coming-soon). for support, join the [discord server](https://discord.gg/sFWPXtA).
## creating a mod ## creating a mod

View File

@ -1,4 +1,4 @@
# notion-enhancer # <img src="./mods/core/icons/mac+linux.png" height="20px"></img> notion-enhancer
ended up here? this is a work-in-progress version of the enhancer, not ready for public use. ended up here? this is a work-in-progress version of the enhancer, not ready for public use.
if you're interested in using the project, switch back to the [master branch](https://github.com/dragonwocky/notion-enhancer). if you're interested in using the project, switch back to the [master branch](https://github.com/dragonwocky/notion-enhancer).
@ -15,7 +15,8 @@ want to contribute? check out the [contribution guidelines](CONTRIBUTING.md) and
## installation ## installation
**coming from v0.7.0? things are a bit different - have a read of [the update guide](UPDATING.md).** **coming from <= v0.7.0? things are a bit different - have a read of [the update guide](UPDATING.md)**
**before following these instructions.**
1. install node.js: [windows/macOS](https://nodejs.org/en/download/), [linux/WSL](https://github.com/mklement0/n-install). 1. install node.js: [windows/macOS](https://nodejs.org/en/download/), [linux/WSL](https://github.com/mklement0/n-install).
_a computer restart may be required here._ _a computer restart may be required here._

View File

@ -47,3 +47,9 @@ page and the [css theming documentation](DOCUMENTATION.md#variable-theming).
these options and more have been moved to the graphical menu, which can be opened from the these options and more have been moved to the graphical menu, which can be opened from the
tray or with `CMD/CTRL+E` (while the notion app is focused). tray or with `CMD/CTRL+E` (while the notion app is focused).
## installing
just follow the normal [installation steps](README.md#installation) (starting from step 2, you should
already have node.js installed). don't worry about running `cleaner.py`, the new version will detect and overwrite
the old for you.

Binary file not shown.

Before

Width:  |  Height:  |  Size: 7.0 KiB

After

Width:  |  Height:  |  Size: 12 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 110 KiB

After

Width:  |  Height:  |  Size: 279 KiB