prep changelog for pre/bugfix release, replace links

This commit is contained in:
dragonwocky 2020-11-18 23:08:59 +11:00
parent 206c347838
commit dbd2044600
Signed by: dragonwocky
GPG Key ID: C7A48B7846AA706D
10 changed files with 47 additions and 36 deletions

View File

@ -5,13 +5,21 @@
- [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)
- [advanced math editor](https://github.com/Manueloccorso/NotionMathEditor_BrowserExtension) - [advanced math editor](https://github.com/Manueloccorso/NotionMathEditor_BrowserExtension)
### v0.11.0 (wip) ### v0.10.1 (2020-11-18)
essentially a prerelease for v0.11.0: pushed out for urgent bugfixes during
exam/study weeks when there's no time to code a full release.
note that this means new features have not yet been fully documented and
may not be fully ready for ideal use yet. however, things overall will
work more reliably than v0.10.0.
- new: different css entrypoints for different components (tabs, menu, app). - new: different css entrypoints for different components (tabs, menu, app).
- improved: use an svg for the scroll-to-top button. - improved: use an svg for the scroll-to-top button.
- improved: use a better-matching icon and add transitions to the property layout toggle. - improved: use a better-matching icon and add transitions to the property layout toggle.
- improved: themes are directly applied to tabs and menu rather than sync-ed between (infinite loading). - improved: themes are directly applied to tabs and menu rather than sync-ed between (infinite loading).
- improved: error message "is notion running?" --> clearer "make sure notion isn't running!" - improved: error message "is notion running?" --> clearer "make sure notion isn't running!"
- improved: auto-shrink system for tabs (max of 15 open in a window).
- bugfix: disable fadein of selected block halo with snappy transitions. - bugfix: disable fadein of selected block halo with snappy transitions.
- bugfix: increase contrast of `--theme_dark--interactive_hover` in dark+ and dracula. - bugfix: increase contrast of `--theme_dark--interactive_hover` in dark+ and dracula.
- bugfix: tabs are focused properly for input. - bugfix: tabs are focused properly for input.
@ -22,10 +30,13 @@
- bugfix: remove `* { z-index: 1}` rule so format dropdowns in table view can be opened. - bugfix: remove `* { z-index: 1}` rule so format dropdowns in table view can be opened.
- extension: "topbar icons" = replaces the topbar buttons with icons. - extension: "topbar icons" = replaces the topbar buttons with icons.
- extension: "code line numbers" = adds line numbers to code blocks. - extension: "code line numbers" = adds line numbers to code blocks.
- extension: "notion icons" = use custom icon sets directly in notion.
- tweak: vertical indentation/relationship lines for lists. - tweak: vertical indentation/relationship lines for lists.
- tweak: scroll database toolbars horizontally if partially hidden. - tweak: scroll database toolbars horizontally if partially hidden.
- tweak: condense bullet points (decrease line spacing). - tweak: condense bullet points (decrease line spacing).
> 📥 `npm i -g notion-enhancer@0.10.1`
### v0.10.0 (2020-11-02) ### v0.10.0 (2020-11-02)
a flexibility update. a flexibility update.
@ -235,7 +246,7 @@ 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) > 📥 [notion-enhancer.v0.7.0.zip](https://github.com/notion-enhancer/notion-enhancer/archive/v0.7.0.zip)
### v0.6.0 (2020-06-30) ### v0.6.0 (2020-06-30)
@ -249,7 +260,7 @@ complete rewrite with node.js.
- improved: more obviously visible drag area. - improved: more obviously visible drag area.
- bugfix: specify UTF-8 encoding to prevent multibyte/gbk codec errors (thanks to [@etnperlong](https://github.com/etnperlong)). - bugfix: specify UTF-8 encoding to prevent multibyte/gbk codec errors (thanks to [@etnperlong](https://github.com/etnperlong)).
> 📥 [notion-enhancer.v0.6.0.zip](https://github.com/dragonwocky/notion-enhancer/archive/v0.6.0.zip) > 📥 [notion-enhancer.v0.6.0.zip](https://github.com/notion-enhancer/notion-enhancer/archive/v0.6.0.zip)
### v0.5.0 (2020-05-23) ### v0.5.0 (2020-05-23)
@ -261,7 +272,7 @@ complete rewrite with node.js.
improved: scrollbar colours that fit better with notion's theming. improved: scrollbar colours that fit better with notion's theming.
- bugfix: un-break having multiple notion windows open. - bugfix: un-break having multiple notion windows open.
> 📥 [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/notion-enhancer/notion-enhancer/archive/v0.5.0.zip)
**development here taken over by [@dragonwocky](https://github.com/dragonwocky).** **development here taken over by [@dragonwocky](https://github.com/dragonwocky).**

View File

@ -6,13 +6,13 @@ these guidelines are designed for smooth communication, management and developme
following them shows respect to the developer/s spending their free time on it, and makes it easiest for them to improve the tool. following them shows respect to the developer/s spending their free time on it, and makes it easiest for them to improve the tool.
**found a bug / something isn't working as expected?** create a **found a bug / something isn't working as expected?** create a
[bug report](https://github.com/dragonwocky/notion-enhancer/issues/new?labels=bug&template=bug-report.md). [bug report](https://github.com/notion-enhancer/notion-enhancer/issues/new?labels=bug&template=bug-report.md).
> SECURITY ISSUE? (e.g. PERSONAL/NOTION DATA BEING INTERFERED WITH) > SECURITY ISSUE? (e.g. PERSONAL/NOTION DATA BEING INTERFERED WITH)
> EMAIL ME INSTEAD: [thedragonring.bod@gmail.com](mailto:thedragonring.bod@gmail.com) > EMAIL ME INSTEAD: [thedragonring.bod@gmail.com](mailto:thedragonring.bod@gmail.com)
**have a cool new feature idea / there's something you just wish you could do?** submit a **have a cool new feature idea / there's something you just wish you could do?** submit a
[feature request](https://github.com/dragonwocky/notion-enhancer/issues/new?labels=enhancement&template=feature-request.md). [feature request](https://github.com/notion-enhancer/notion-enhancer/issues/new?labels=enhancement&template=feature-request.md).
> enhancements are applied only locally - > enhancements are applied only locally -
> features should be designed only to improve the user experience. > features should be designed only to improve the user experience.
@ -30,7 +30,7 @@ first, remove any other installations of the enhancer: `npm remove -g notion-enh
to download and install the latest code, run: to download and install the latest code, run:
```sh ```sh
git clone https://github.com/dragonwocky/notion-enhancer git clone https://github.com/notion-enhancer/notion-enhancer
cd notion-enhancer cd notion-enhancer
git checkout dev git checkout dev
npm link npm link

View File

@ -35,14 +35,14 @@ a chrome extension may be coming soon for web client support.
- you may need to restart your computer. - you may need to restart your computer.
- notion-enhancer will use node.js, you do not need to interact with it aside from downloading to install notion-enhancer. - notion-enhancer will use node.js, you do not need to interact with it aside from downloading to install notion-enhancer.
- open your computer's terminal, **not the node.js command prompt.** - open your computer's terminal, **not the node.js command prompt.**
- **windows 10:** search in your start menu (click windows key or icon in bottom left of screen) for *'cmd'* or *'command prompt'*. - **windows 10:** search in your start menu (click windows key or icon in bottom left of screen) for _'cmd'_ or _'command prompt'_.
- **mac:** search in spotlight (magnifying glass in top right of screen) for *'terminal'*. - **mac:** search in spotlight (magnifying glass in top right of screen) for _'terminal'_.
- type and enter the following line(s) based on your operating system, if there are multiple lines, make sure to enter them *one by one* . - type and enter the following line(s) based on your operating system, if there are multiple lines, make sure to enter them _one by one_ .
- **windows 10:** - **windows 10:**
``` ```
npm i -g notion-enhancer npm i -g notion-enhancer
``` ```
- **mac:** this may ask you to enter your password, instead of hiding your password with *** symbols, mac terminal hides it by making it invisible. simply type your password and click enter. - **mac:** this may ask you to enter your password, instead of hiding your password with \*\*\* symbols, mac terminal hides it by making it invisible. simply type your password and click enter.
``` ```
sudo chmod -R a+wr /usr/local/lib/node_modules sudo chmod -R a+wr /usr/local/lib/node_modules
sudo chmod -R a+wr /usr/local/bin sudo chmod -R a+wr /usr/local/bin
@ -237,7 +237,7 @@ on top of other windows even if it's not focused.
**tags:** #extension **tags:** #extension
**description:** link files for small client-side tweaks. (not sure how to do something? check out the **description:** link files for small client-side tweaks. (not sure how to do something? check out the
[tweaks](https://github.com/dragonwocky/notion-enhancer/blob/master/TWEAKS.md) collection.) [tweaks](https://github.com/notion-enhancer/notion-enhancer/blob/master/TWEAKS.md) collection.)
**author:** [dragonwocky](https://github.com/dragonwocky/) **author:** [dragonwocky](https://github.com/dragonwocky/)
@ -448,7 +448,7 @@ upon the original base and later moving to the javascript module system.
the enhancer wouldn't be anything near to what it is now though without the enhancer wouldn't be anything near to what it is now though without
interested community members testing, coding and ideating features - some are listed as interested community members testing, coding and ideating features - some are listed as
[contributors](https://github.com/dragonwocky/notion-enhancer/graphs/contributors) here on github, [contributors](https://github.com/notion-enhancer/notion-enhancer/graphs/contributors) here on github,
but many more have been helping out on discord and in emails. but many more have been helping out on discord and in emails.
individual modules have their original authors attributed. individual modules have their original authors attributed.

View File

@ -28,7 +28,7 @@ or [try a free short course like the one on codecademy](https://www.codecademy.c
- thinner cover image - thinner cover image
if you are attempting to customise the web client, the css previously used for these can be found if you are attempting to customise the web client, the css previously used for these can be found
[in the legacy documentation](https://github.com/dragonwocky/notion-enhancer/blob/b5043508d91df76f145f0f48c2c63d7dd1c27543/STYLING.md). [in the legacy documentation](https://github.com/notion-enhancer/notion-enhancer/blob/b5043508d91df76f145f0f48c2c63d7dd1c27543/STYLING.md).
### hide discussions (the comment threads at the top of each page) ### hide discussions (the comment threads at the top of each page)
@ -40,7 +40,7 @@ if you are attempting to customise the web client, the css previously used for t
} }
``` ```
<img src="https://github.com/dragonwocky/notion-enhancer/blob/b5043508d91df76f145f0f48c2c63d7dd1c27543/screenshots/discussion-default.jpg?raw=true" width="45%"></img> <img src="https://github.com/dragonwocky/notion-enhancer/blob/b5043508d91df76f145f0f48c2c63d7dd1c27543/screenshots/discussion-hidden.jpg?raw=true" width="45%"></img> <img src="https://github.com/notion-enhancer/notion-enhancer/blob/b5043508d91df76f145f0f48c2c63d7dd1c27543/screenshots/discussion-default.jpg?raw=true" width="45%"></img> <img src="https://github.com/notion-enhancer/notion-enhancer/blob/b5043508d91df76f145f0f48c2c63d7dd1c27543/screenshots/discussion-hidden.jpg?raw=true" width="45%"></img>
### hide backlinks ### hide backlinks
@ -120,7 +120,7 @@ to see how to do this, watch [this video](https://www.youtube.com/watch?v=6V7eqS
} }
``` ```
<img src="https://github.com/dragonwocky/notion-enhancer/blob/b5043508d91df76f145f0f48c2c63d7dd1c27543/screenshots/table-before.jpg?raw=true" width="45%"></img> <img src="https://github.com/dragonwocky/notion-enhancer/blob/b5043508d91df76f145f0f48c2c63d7dd1c27543/screenshots/table-columnunder100px.jpg?raw=true" width="45%"></img> <img src="https://github.com/notion-enhancer/notion-enhancer/blob/b5043508d91df76f145f0f48c2c63d7dd1c27543/screenshots/table-before.jpg?raw=true" width="45%"></img> <img src="https://github.com/notion-enhancer/notion-enhancer/blob/b5043508d91df76f145f0f48c2c63d7dd1c27543/screenshots/table-columnunder100px.jpg?raw=true" width="45%"></img>
### hide '+ new' table row ### hide '+ new' table row
@ -130,7 +130,7 @@ to see how to do this, watch [this video](https://www.youtube.com/watch?v=6V7eqS
} }
``` ```
<img src="https://github.com/dragonwocky/notion-enhancer/blob/b5043508d91df76f145f0f48c2c63d7dd1c27543/screenshots/table-before.jpg?raw=true" width="45%"></img> <img src="https://github.com/dragonwocky/notion-enhancer/blob/b5043508d91df76f145f0f48c2c63d7dd1c27543/screenshots/table-hideaddrow.jpg?raw=true" width="45%"></img> <img src="https://github.com/notion-enhancer/notion-enhancer/blob/b5043508d91df76f145f0f48c2c63d7dd1c27543/screenshots/table-before.jpg?raw=true" width="45%"></img> <img src="https://github.com/notion-enhancer/notion-enhancer/blob/b5043508d91df76f145f0f48c2c63d7dd1c27543/screenshots/table-hideaddrow.jpg?raw=true" width="45%"></img>
### hide calculations table row ### hide calculations table row
@ -140,7 +140,7 @@ to see how to do this, watch [this video](https://www.youtube.com/watch?v=6V7eqS
} }
``` ```
<img src="https://github.com/dragonwocky/notion-enhancer/blob/b5043508d91df76f145f0f48c2c63d7dd1c27543/screenshots/table-before.jpg?raw=true" width="45%"></img> <img src="https://github.com/dragonwocky/notion-enhancer/blob/b5043508d91df76f145f0f48c2c63d7dd1c27543/screenshots/table-hidecalculationsrow.jpg?raw=true" width="45%"></img> <img src="https://github.com/notion-enhancer/notion-enhancer/blob/b5043508d91df76f145f0f48c2c63d7dd1c27543/screenshots/table-before.jpg?raw=true" width="45%"></img> <img src="https://github.com/notion-enhancer/notion-enhancer/blob/b5043508d91df76f145f0f48c2c63d7dd1c27543/screenshots/table-hidecalculationsrow.jpg?raw=true" width="45%"></img>
### centre-align table column headers ### centre-align table column headers
@ -150,7 +150,7 @@ to see how to do this, watch [this video](https://www.youtube.com/watch?v=6V7eqS
} }
``` ```
<img src="https://github.com/dragonwocky/notion-enhancer/blob/b5043508d91df76f145f0f48c2c63d7dd1c27543/screenshots/table-before.jpg?raw=true" width="45%"></img> <img src="https://github.com/dragonwocky/notion-enhancer/blob/b5043508d91df76f145f0f48c2c63d7dd1c27543/screenshots/table-centredheaders.jpg?raw=true" width="45%"></img> <img src="https://github.com/notion-enhancer/notion-enhancer/blob/b5043508d91df76f145f0f48c2c63d7dd1c27543/screenshots/table-before.jpg?raw=true" width="45%"></img> <img src="https://github.com/notion-enhancer/notion-enhancer/blob/b5043508d91df76f145f0f48c2c63d7dd1c27543/screenshots/table-centredheaders.jpg?raw=true" width="45%"></img>
### smaller table column header icons ### smaller table column header icons
@ -164,7 +164,7 @@ to see how to do this, watch [this video](https://www.youtube.com/watch?v=6V7eqS
} }
``` ```
<img src="https://github.com/dragonwocky/notion-enhancer/blob/b5043508d91df76f145f0f48c2c63d7dd1c27543/screenshots/table-before.jpg?raw=true" width="45%"></img> <img src="https://github.com/dragonwocky/notion-enhancer/blob/b5043508d91df76f145f0f48c2c63d7dd1c27543/screenshots/table-smallercolumnicons.jpg?raw=true" width="45%"></img> <img src="https://github.com/notion-enhancer/notion-enhancer/blob/b5043508d91df76f145f0f48c2c63d7dd1c27543/screenshots/table-before.jpg?raw=true" width="45%"></img> <img src="https://github.com/notion-enhancer/notion-enhancer/blob/b5043508d91df76f145f0f48c2c63d7dd1c27543/screenshots/table-smallercolumnicons.jpg?raw=true" width="45%"></img>
### remove icons from table column headers ### remove icons from table column headers
@ -174,7 +174,7 @@ to see how to do this, watch [this video](https://www.youtube.com/watch?v=6V7eqS
} }
``` ```
<img src="https://github.com/dragonwocky/notion-enhancer/blob/b5043508d91df76f145f0f48c2c63d7dd1c27543/screenshots/table-before.jpg?raw=true" width="45%"></img> <img src="https://github.com/dragonwocky/notion-enhancer/blob/b5043508d91df76f145f0f48c2c63d7dd1c27543/screenshots/table-hidecolumnicons.jpg?raw=true" width="45%"></img> <img src="https://github.com/notion-enhancer/notion-enhancer/blob/b5043508d91df76f145f0f48c2c63d7dd1c27543/screenshots/table-before.jpg?raw=true" width="45%"></img> <img src="https://github.com/notion-enhancer/notion-enhancer/blob/b5043508d91df76f145f0f48c2c63d7dd1c27543/screenshots/table-hidecolumnicons.jpg?raw=true" width="45%"></img>
### removing/decreasing side padding for tables ### removing/decreasing side padding for tables
@ -194,7 +194,7 @@ to see how to do this, watch [this video](https://www.youtube.com/watch?v=6V7eqS
} }
``` ```
<img src="https://github.com/dragonwocky/notion-enhancer/blob/b5043508d91df76f145f0f48c2c63d7dd1c27543/screenshots/table-before.jpg?raw=true" width="45%"></img> <img src="https://github.com/dragonwocky/notion-enhancer/blob/b5043508d91df76f145f0f48c2c63d7dd1c27543/screenshots/table-shrinkpadding.jpg?raw=true" width="45%"></img> <img src="https://github.com/notion-enhancer/notion-enhancer/blob/b5043508d91df76f145f0f48c2c63d7dd1c27543/screenshots/table-before.jpg?raw=true" width="45%"></img> <img src="https://github.com/notion-enhancer/notion-enhancer/blob/b5043508d91df76f145f0f48c2c63d7dd1c27543/screenshots/table-shrinkpadding.jpg?raw=true" width="45%"></img>
### hide '+ new' board row ### hide '+ new' board row
@ -205,7 +205,7 @@ to see how to do this, watch [this video](https://www.youtube.com/watch?v=6V7eqS
} }
``` ```
<img src="https://github.com/dragonwocky/notion-enhancer/blob/b5043508d91df76f145f0f48c2c63d7dd1c27543/screenshots/board-default.jpg?raw=true" width="45%"></img> <img src="https://github.com/dragonwocky/notion-enhancer/blob/b5043508d91df76f145f0f48c2c63d7dd1c27543/screenshots/board-hideaddnew.jpg?raw=true" width="45%"></img> <img src="https://github.com/notion-enhancer/notion-enhancer/blob/b5043508d91df76f145f0f48c2c63d7dd1c27543/screenshots/board-default.jpg?raw=true" width="45%"></img> <img src="https://github.com/notion-enhancer/notion-enhancer/blob/b5043508d91df76f145f0f48c2c63d7dd1c27543/screenshots/board-hideaddnew.jpg?raw=true" width="45%"></img>
### hide board view hidden columns ### hide board view hidden columns
@ -216,7 +216,7 @@ to see how to do this, watch [this video](https://www.youtube.com/watch?v=6V7eqS
} }
``` ```
<img src="https://github.com/dragonwocky/notion-enhancer/blob/b5043508d91df76f145f0f48c2c63d7dd1c27543/screenshots/board-default.jpg?raw=true" width="45%"></img> <img src="https://github.com/dragonwocky/notion-enhancer/blob/b5043508d91df76f145f0f48c2c63d7dd1c27543/screenshots/board-hidehidden.jpg?raw=true" width="45%"></img> <img src="https://github.com/notion-enhancer/notion-enhancer/blob/b5043508d91df76f145f0f48c2c63d7dd1c27543/screenshots/board-default.jpg?raw=true" width="45%"></img> <img src="https://github.com/notion-enhancer/notion-enhancer/blob/b5043508d91df76f145f0f48c2c63d7dd1c27543/screenshots/board-hidehidden.jpg?raw=true" width="45%"></img>
### hide board view 'add a group' ### hide board view 'add a group'
@ -227,7 +227,7 @@ to see how to do this, watch [this video](https://www.youtube.com/watch?v=6V7eqS
} }
``` ```
<img src="https://github.com/dragonwocky/notion-enhancer/blob/b5043508d91df76f145f0f48c2c63d7dd1c27543/screenshots/board-default.jpg?raw=true" width="45%"></img> <img src="https://github.com/dragonwocky/notion-enhancer/blob/b5043508d91df76f145f0f48c2c63d7dd1c27543/screenshots/board-hideaddgroup.jpg?raw=true" width="45%"></img> <img src="https://github.com/notion-enhancer/notion-enhancer/blob/b5043508d91df76f145f0f48c2c63d7dd1c27543/screenshots/board-default.jpg?raw=true" width="45%"></img> <img src="https://github.com/notion-enhancer/notion-enhancer/blob/b5043508d91df76f145f0f48c2c63d7dd1c27543/screenshots/board-hideaddgroup.jpg?raw=true" width="45%"></img>
### removing/decreasing side padding for boards ### removing/decreasing side padding for boards
@ -238,4 +238,4 @@ to see how to do this, watch [this video](https://www.youtube.com/watch?v=6V7eqS
} }
``` ```
<img src="https://github.com/dragonwocky/notion-enhancer/blob/b5043508d91df76f145f0f48c2c63d7dd1c27543/screenshots/board-default.jpg?raw=true" width="45%"></img> <img src="https://github.com/dragonwocky/notion-enhancer/blob/b5043508d91df76f145f0f48c2c63d7dd1c27543/screenshots/board-shrinkpadding.jpg?raw=true" width="45%"></img> <img src="https://github.com/notion-enhancer/notion-enhancer/blob/b5043508d91df76f145f0f48c2c63d7dd1c27543/screenshots/board-default.jpg?raw=true" width="45%"></img> <img src="https://github.com/notion-enhancer/notion-enhancer/blob/b5043508d91df76f145f0f48c2c63d7dd1c27543/screenshots/board-shrinkpadding.jpg?raw=true" width="45%"></img>

2
bin.js
View File

@ -56,7 +56,7 @@ cli
let helpCalled = false; let helpCalled = false;
cli.globalCommand.option('-h, --help', ': display usage information'); cli.globalCommand.option('-h, --help', ': display usage information');
cli.globalCommand.helpCallback = (sections) => { cli.globalCommand.helpCallback = (sections) => {
sections[0].body += '\nhttps://github.com/dragonwocky/notion-enhancer'; sections[0].body += '\nhttps://github.com/notion-enhancer/notion-enhancer';
helpCalled = true; helpCalled = true;
}; };
cli.showHelpOnExit = true; cli.showHelpOnExit = true;

View File

@ -85,7 +85,7 @@ window['__start'] = async () => {
// update checker // update checker
fetch( fetch(
`https://api.github.com/repos/dragonwocky/notion-enhancer/releases/latest` `https://api.github.com/repos/notion-enhancer/notion-enhancer/releases/latest`
) )
.then((res) => res.json()) .then((res) => res.json())
.then((res) => { .then((res) => {

View File

@ -157,7 +157,7 @@ module.exports = (store, __exports) => {
label: 'GitHub', label: 'GitHub',
click: () => { click: () => {
electron.shell.openExternal( electron.shell.openExternal(
'https://github.com/dragonwocky/notion-enhancer/blob/master/DOCUMENTATION.md' 'https://github.com/notion-enhancer/notion-enhancer/blob/master/DOCUMENTATION.md'
); );
}, },
}, },
@ -176,7 +176,7 @@ module.exports = (store, __exports) => {
label: 'Bug Report', label: 'Bug Report',
click: () => { click: () => {
electron.shell.openExternal( electron.shell.openExternal(
'https://github.com/dragonwocky/notion-enhancer/issues/new?labels=bug&template=bug-report.md' 'https://github.com/notion-enhancer/notion-enhancer/issues/new?labels=bug&template=bug-report.md'
); );
}, },
}, },
@ -185,7 +185,7 @@ module.exports = (store, __exports) => {
label: 'Feature Request', label: 'Feature Request',
click: () => { click: () => {
electron.shell.openExternal( electron.shell.openExternal(
'https://github.com/dragonwocky/notion-enhancer/issues/new?labels=enhancement&template=feature-request.md' 'https://github.com/notion-enhancer/notion-enhancer/issues/new?labels=enhancement&template=feature-request.md'
); );
}, },
}, },

View File

@ -13,7 +13,7 @@ module.exports = {
tags: ['extension'], tags: ['extension'],
name: 'custom inserts', name: 'custom inserts',
desc: `link files for small client-side tweaks. (not sure how to do something? check out the desc: `link files for small client-side tweaks. (not sure how to do something? check out the
[tweaks](https://github.com/dragonwocky/notion-enhancer/blob/master/TWEAKS.md) collection.)`, [tweaks](https://github.com/notion-enhancer/notion-enhancer/blob/master/TWEAKS.md) collection.)`,
version: '0.1.3', version: '0.1.3',
author: 'dragonwocky', author: 'dragonwocky',
options: [ options: [

View File

@ -13,7 +13,7 @@
}, },
"repository": { "repository": {
"type": "git", "type": "git",
"url": "git+https://github.com/dragonwocky/notion-enhancer.git" "url": "git+https://github.com/notion-enhancer/notion-enhancer.git"
}, },
"keywords": [ "keywords": [
"notion", "notion",
@ -29,7 +29,7 @@
"author": "dragonwocky <thedragonring.bod@gmail.com> (https://dragonwocky.me/)", "author": "dragonwocky <thedragonring.bod@gmail.com> (https://dragonwocky.me/)",
"license": "MIT", "license": "MIT",
"bugs": { "bugs": {
"url": "https://github.com/dragonwocky/notion-enhancer/issues" "url": "https://github.com/notion-enhancer/notion-enhancer/issues"
}, },
"homepage": "https://dragonwocky.me/notion-enhancer", "homepage": "https://dragonwocky.me/notion-enhancer",
"dependencies": { "dependencies": {

View File

@ -115,7 +115,7 @@ module.exports = async function ({ overwrite_version, friendly_errors } = {}) {
`${helpers.__notion}/app/${insertion_target}` `${helpers.__notion}/app/${insertion_target}`
); );
if (insertion_target === 'main/main.js') { if (insertion_target === 'main/main.js') {
// https://github.com/dragonwocky/notion-enhancer/issues/160 // https://github.com/notion-enhancer/notion-enhancer/issues/160
// patch the notion:// url scheme/protocol to work on linux // patch the notion:// url scheme/protocol to work on linux
fs.readFile(insertion_file, 'utf8', (err, data) => { fs.readFile(insertion_file, 'utf8', (err, data) => {
if (err) throw err; if (err) throw err;