mirror of
https://github.com/notion-enhancer/notion-enhancer.git
synced 2025-04-06 21:49:03 +00:00
update changelog: font chooser, property layout, scroll to top
This commit is contained in:
parent
fd0a635ae7
commit
50f8683ec8
@ -15,6 +15,9 @@ a complete rework of the enhancer including a port to the browser as a chrome ex
|
||||
- improved: merged bracketed-links into tweaks.
|
||||
- improved: a redesigned menu with nicer ui, separate categories for mods and a sidebar for configuration.
|
||||
- improved: simplified and smoothened the side panel + moved it to the core so any mod can hook into it.
|
||||
- improved: font chooser option for heading fonts.
|
||||
- improved: renamed "property-layout" to "collapse properties", added per-page memory of collapse state.
|
||||
- improved: chevron icon instead of arrow for scroll to top.
|
||||
- removed: integrated scrollbar tweak (notion now includes by default).
|
||||
- removed: js insert. css insert moved to tweaks mod.
|
||||
- removed: majority of layout and font size variables - better to leave former to notion and use `ctrl +` for latter.
|
||||
|
2
extension/env/env.mjs
vendored
2
extension/env/env.mjs
vendored
@ -1,5 +1,5 @@
|
||||
/*
|
||||
* notion-enhancer: api
|
||||
* notion-enhancer core: api
|
||||
* (c) 2021 dragonwocky <thedragonring.bod@gmail.com> (https://dragonwocky.me/)
|
||||
* (https://notion-enhancer.github.io/) under the MIT license
|
||||
*/
|
||||
|
2
extension/env/fs.mjs
vendored
2
extension/env/fs.mjs
vendored
@ -1,5 +1,5 @@
|
||||
/*
|
||||
* notion-enhancer: api
|
||||
* notion-enhancer core: api
|
||||
* (c) 2021 dragonwocky <thedragonring.bod@gmail.com> (https://dragonwocky.me/)
|
||||
* (https://notion-enhancer.github.io/) under the MIT license
|
||||
*/
|
||||
|
2
extension/env/storage.mjs
vendored
2
extension/env/storage.mjs
vendored
@ -1,5 +1,5 @@
|
||||
/*
|
||||
* notion-enhancer: api
|
||||
* notion-enhancer core: api
|
||||
* (c) 2021 dragonwocky <thedragonring.bod@gmail.com> (https://dragonwocky.me/)
|
||||
* (https://notion-enhancer.github.io/) under the MIT license
|
||||
*/
|
||||
|
Loading…
Reference in New Issue
Block a user