db5ec9a934
smoother tooltips, delay arg
2021-10-20 21:03:20 +11:00
690b677dc9
adjust url regex
2021-10-19 21:28:01 +11:00
fe42600ab8
focus/blur listeners on side panel
2021-10-19 16:38:48 +11:00
Alejandro Romano
3e7319464e
Fix persistent high CPU usage when emoji-sets is enabled ( #586 )
...
MutationObserver enters into an infinite loop by iterating on itself. By disconnecting the observer and reconnecting it after parsing the DOM for emoji-sets to work, we stop the problem and Notion goes back to sane 0% CPU idle usage.
2021-10-18 22:19:34 +11:00
Alejandro Romano
0198e29f46
Fix margins for every emoji set ( #585 )
...
Custom emojis, when displayed as icons in every page and in the left sidebar of Notion, are a bit misaligned. This is not the case for the emojis in the page content. Just specific places when they act like icons. They are a few pixels off but it triggers an OCD in me 🤣
This fixes it and it looks awesome. Precisely aligned as the default emoji set.
2021-10-18 22:05:35 +11:00
860a943437
observe child changes better
2021-10-18 20:33:45 +11:00
Hayk Aprikyan
63bf82507f
restore messenger emojis ( #362 )
...
* added messenger set
* added messenger value
2021-10-18 18:01:04 +11:00
85dbb33fab
panel: work without right-sidebar pre-existing
...
+ smaller tweaks inc. icon pos, default uuid gen, clickthrough hover area to topbar
2021-10-18 17:27:53 +11:00
54319a8bf2
Update README.md
2021-10-14 08:42:16 +11:00
Jordan Robinson
e990c51c00
Adds gruvbox-dark theme based on morhetz gruvbox vim theme ( #382 )
2021-10-13 14:21:44 +11:00
a03168d980
component: corner action
2021-10-13 14:05:22 +11:00
cc1418ee5d
allow empty strings as option values
2021-10-12 18:39:04 +11:00
5f52f520f4
adjust rgb contrast constant
2021-10-10 12:27:42 +11:00
824da94ffb
shade/contrast rgb helpers
2021-10-10 00:59:55 +11:00
9b4b21c297
prevent double-reading of registry, allow menu/frame scripts
2021-10-10 00:00:59 +11:00
579050e349
include commit msg in submodule update
2021-10-08 15:45:48 +11:00
a4d4e4e007
include commit msg in submodule update
2021-10-08 15:44:21 +11:00
e78d6c2965
rename bg_popup to bg_card for side panel
2021-10-08 15:31:42 +11:00
1f88c043dc
make author email optional
2021-10-07 23:07:09 +11:00
a5ecd02068
improved tooltip styling
2021-10-05 00:04:43 +11:00
ae400099eb
attempt #2 : notion unofficial api wrapper
...
(capable of getting, searching, creating and editing all content)
2021-10-04 18:39:56 +11:00
fd2b729228
fix typos, rename notion.add to notion.create
2021-10-04 18:35:22 +11:00
9bb779149b
add unofficial notion api wrapper (capable of getting, searching, creating and editing all content)
2021-10-04 18:32:03 +11:00
a86b363ea2
workflow: add loop
2021-10-03 23:07:42 +11:00
74ea0e4bbf
workflow: fix branch, add loop
2021-10-03 23:06:09 +11:00
19fbe73949
workflow: update parent repo
2021-10-03 23:00:13 +11:00
cce4788aba
workflow: update parent repo
2021-10-03 22:59:48 +11:00
a432a2d612
upload icons
2021-10-03 20:43:40 +11:00
3192050de8
Initial commit
2021-10-03 20:42:46 +11:00
cdf8537153
upload progress from extension repo
2021-10-03 19:29:18 +11:00
d1fc35c608
Initial commit
2021-10-03 19:23:00 +11:00
Jaime Martínez Rincón
8393aa325b
Update README for notion-repackaged ( #523 )
2021-07-04 22:09:39 +10:00
Jaime Martínez Rincón
b248ffa3ba
Update README to reference notion-app-enhanced ( #500 )
...
* Update README to reference notion-app-enhanced
* temp remove incompatible notion-app from list
Co-authored-by: Tom <thedragonring.bod@gmail.com>
2021-05-30 00:43:53 +10:00
Torch
b417882eec
Add link to fix
2021-04-10 11:12:27 -04:00
David Bailey
df92f22b0b
Update links + install info for notion-linux ( #412 )
2021-02-07 09:25:46 +11:00
a362f804d9
new theming: missing styles + bugfixes
2020-12-18 22:44:38 +11:00
5aa36fef41
upload wip rework: installer + themer
2020-12-16 10:29:21 +11:00
35d9c915b1
rename folders prepping to move to new repos
2020-12-15 21:57:07 +11:00
CloudHill
21552ee041
topbar icons: more specific selectors
...
+ fixes compatibility with global links mod
2020-12-14 20:57:26 +07:00
CloudHill
c21fe3e2f1
simpler databases: fix initialization of store variables
2020-12-14 20:42:39 +07:00
Emir
458089a953
pinky boom theme: make the title lowercase ( #350 )
2020-12-14 10:11:20 +11:00
Emir
7e87b6f5c7
global linking blocks: bug fix and new option ( #347 )
...
* global linking blocks: fix wrong appending
* global linking blocks: option: show the page link button
* global linking blocks: color changes, new icon, new button text
2020-12-14 04:58:52 +11:00
Ryo Hilmawan
652e67d6c7
new extension: simpler databases ( #349 )
2020-12-14 04:25:19 +11:00
mugiwarafx
e12b3bac85
feat(theme): add pinky boom light theme ( #348 )
...
* feat(theme): add pinky boom theme
* fix: folder theme path
* fix: proper var syntax
* feat(theme): add pinky boom theme
* feat(theme): add pinky boom light theme
* add newline mod.js
* add newline variables.css
2020-12-14 04:18:13 +11:00
CloudHill
2b18b2ef68
notion-icons: add search bar ( notion-enhancer/icons#4 )
...
+ overall optimizations
2020-12-13 23:52:44 +07:00
Emir
2245f8ccdd
extension: global linking blocks ( #345 )
2020-12-13 09:03:38 +11:00
CloudHill
c4b4d31aa2
code-line-numbers: horizontal scroll bugfix
...
added background so that numbers no longer appear over the code
2020-12-11 17:15:35 +07:00
CloudHill
3f48fa42ab
outliner optimizations, making use of fragments
2020-12-11 16:59:15 +07:00
Ryo Hilmawan
31c43fdded
update dracula theme variables ( #341 )
2020-12-10 23:00:04 +11:00
CloudHill
4b7c26f5b3
fix scroll-db_toolbars tweak's selectors
...
stops unrelated elements from being selected
2020-12-10 18:15:25 +07:00