diff --git a/CHANGELOG.md b/CHANGELOG.md
index d557a5b..7e9f477 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -5,13 +5,21 @@
- [highlight/mark viewer](https://chrome.google.com/webstore/detail/notion%2B-mark-manager/hipgmnlpnimedfepbfbfiaobohhffcfc)
- [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).
- 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: 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: auto-shrink system for tabs (max of 15 open in a window).
- bugfix: disable fadein of selected block halo with snappy transitions.
- bugfix: increase contrast of `--theme_dark--interactive_hover` in dark+ and dracula.
- 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.
- extension: "topbar icons" = replaces the topbar buttons with icons.
- 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: scroll database toolbars horizontally if partially hidden.
- tweak: condense bullet points (decrease line spacing).
+> 📥 `npm i -g notion-enhancer@0.10.1`
+
### v0.10.0 (2020-11-02)
a flexibility update.
@@ -235,7 +246,7 @@ complete rewrite with node.js.
- bugfix: odd mix of `\\` and `/` being used for windows filepaths.
- 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)
@@ -249,7 +260,7 @@ complete rewrite with node.js.
- improved: more obviously visible drag area.
- 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)
@@ -261,7 +272,7 @@ complete rewrite with node.js.
improved: scrollbar colours that fit better with notion's theming.
- 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).**
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index a3d4552..78c968f 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -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.
**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)
> 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
-[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 -
> 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:
```sh
-git clone https://github.com/dragonwocky/notion-enhancer
+git clone https://github.com/notion-enhancer/notion-enhancer
cd notion-enhancer
git checkout dev
npm link
diff --git a/README.md b/README.md
index c172c27..a06a53f 100644
--- a/README.md
+++ b/README.md
@@ -35,14 +35,14 @@ a chrome extension may be coming soon for web client support.
- 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.
- 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'*.
- - **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* .
+ - **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'_.
+- 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:**
```
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/bin
@@ -237,7 +237,7 @@ on top of other windows even if it's not focused.
**tags:** #extension
**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/)
@@ -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
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.
-individual modules have their original authors attributed.
\ No newline at end of file
+individual modules have their original authors attributed.
diff --git a/TWEAKS.md b/TWEAKS.md
index aba6147..aacdd89 100644
--- a/TWEAKS.md
+++ b/TWEAKS.md
@@ -28,7 +28,7 @@ or [try a free short course like the one on codecademy](https://www.codecademy.c
- thinner cover image
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)
@@ -40,7 +40,7 @@ if you are attempting to customise the web client, the css previously used for t
}
```
-
+
### hide backlinks
@@ -120,7 +120,7 @@ to see how to do this, watch [this video](https://www.youtube.com/watch?v=6V7eqS
}
```
-
+
### hide '+ new' table row
@@ -130,7 +130,7 @@ to see how to do this, watch [this video](https://www.youtube.com/watch?v=6V7eqS
}
```
-
+
### hide calculations table row
@@ -140,7 +140,7 @@ to see how to do this, watch [this video](https://www.youtube.com/watch?v=6V7eqS
}
```
-
+
### 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
}
```
-
+
### 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
}
```
-
+
### 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
}
```
-
+
### 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
}
```
-
+
### hide '+ new' board row
@@ -205,7 +205,7 @@ to see how to do this, watch [this video](https://www.youtube.com/watch?v=6V7eqS
}
```
-
+
### 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
}
```
-
+
### 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
}
```
-
+
### 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
}
```
-
+
diff --git a/bin.js b/bin.js
index d084773..a7082c0 100755
--- a/bin.js
+++ b/bin.js
@@ -56,7 +56,7 @@ cli
let helpCalled = false;
cli.globalCommand.option('-h, --help', ': display usage information');
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;
};
cli.showHelpOnExit = true;
diff --git a/mods/core/enhancerMenu.js b/mods/core/enhancerMenu.js
index 795224b..caa6380 100644
--- a/mods/core/enhancerMenu.js
+++ b/mods/core/enhancerMenu.js
@@ -85,7 +85,7 @@ window['__start'] = async () => {
// update checker
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) => {
diff --git a/mods/core/tray.js b/mods/core/tray.js
index f43f47a..c86c9d4 100644
--- a/mods/core/tray.js
+++ b/mods/core/tray.js
@@ -157,7 +157,7 @@ module.exports = (store, __exports) => {
label: 'GitHub',
click: () => {
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',
click: () => {
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',
click: () => {
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'
);
},
},
diff --git a/mods/custom-inserts/mod.js b/mods/custom-inserts/mod.js
index d793b90..9c05008 100644
--- a/mods/custom-inserts/mod.js
+++ b/mods/custom-inserts/mod.js
@@ -13,7 +13,7 @@ module.exports = {
tags: ['extension'],
name: 'custom inserts',
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',
author: 'dragonwocky',
options: [
diff --git a/package.json b/package.json
index ba2cde0..a5b7b68 100644
--- a/package.json
+++ b/package.json
@@ -13,7 +13,7 @@
},
"repository": {
"type": "git",
- "url": "git+https://github.com/dragonwocky/notion-enhancer.git"
+ "url": "git+https://github.com/notion-enhancer/notion-enhancer.git"
},
"keywords": [
"notion",
@@ -29,7 +29,7 @@
"author": "dragonwocky (https://dragonwocky.me/)",
"license": "MIT",
"bugs": {
- "url": "https://github.com/dragonwocky/notion-enhancer/issues"
+ "url": "https://github.com/notion-enhancer/notion-enhancer/issues"
},
"homepage": "https://dragonwocky.me/notion-enhancer",
"dependencies": {
diff --git a/pkg/apply.js b/pkg/apply.js
index 16f118b..4d56f09 100644
--- a/pkg/apply.js
+++ b/pkg/apply.js
@@ -115,7 +115,7 @@ module.exports = async function ({ overwrite_version, friendly_errors } = {}) {
`${helpers.__notion}/app/${insertion_target}`
);
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
fs.readFile(insertion_file, 'utf8', (err, data) => {
if (err) throw err;