Commit Graph

1322 Commits

Author SHA1 Message Date
dragonwocky
d2127207f3 [repo] extension: icon sets part 1 (save/reuse recent uploads) 2021-10-30 08:14:48 +00:00
96988d67e0 extension: icon sets part 1 (save/reuse recent uploads) 2021-10-30 19:14:22 +11:00
dragonwocky
1c203f56d7 [api] notion api upload file, registry integration tag 2021-10-30 08:14:00 +00:00
a497618ea4 notion api upload file, registry integration tag 2021-10-30 19:13:27 +11:00
dragonwocky
c9f63e27ab [repo] menu: sidebar responds to changes in history, restores on reload 2021-10-29 01:22:50 +00:00
6a84fbec91 menu: sidebar responds to changes in history, restores on reload 2021-10-29 12:22:24 +11:00
dragonwocky
ae6f5b86dd [repo] tweak: image alignment (center/left/right) 2021-10-24 02:31:01 +00:00
4d8eec7399 tweak: image alignment (center/left/right) 2021-10-24 13:30:21 +11:00
dragonwocky
2329bc5520 [api] add keydown & in-input hotkey opts 2021-10-23 12:13:06 +00:00
10a58ca18d add keydown & in-input hotkey opts 2021-10-23 23:12:30 +11:00
dragonwocky
8dd4872f05 [repo] extension: simpler databases 2021-10-23 12:12:29 +00:00
047b4cce7d extension: simpler databases 2021-10-23 23:11:52 +11:00
dragonwocky
6996ab84d6 [repo] extension: collapsible headers 2021-10-21 12:28:28 +00:00
38484b7e42 extension: collapsible headers 2021-10-21 23:27:58 +11:00
e72115fd51 update panel, hotkey comment 2021-10-21 23:27:19 +11:00
790ddcbac2 Merge branch 'dev' of github.com:notion-enhancer/extension into dev 2021-10-20 23:05:05 +11:00
dragonwocky
fc418bc838 [repo] extension: global block links 2021-10-20 12:04:57 +00:00
1f47f1be34 update changelog, clipboard read perm 2021-10-20 23:04:55 +11:00
dbb94bc29b extension: global block links 2021-10-20 23:04:26 +11:00
dragonwocky
9517395f44 [api] clipboard helpers 2021-10-20 12:02:54 +00:00
7da5f65c85 clipboard helpers 2021-10-20 23:02:26 +11:00
dragonwocky
70b302a912 [api] smoother tooltips, delay arg 2021-10-20 10:03:48 +00:00
db5ec9a934 smoother tooltips, delay arg 2021-10-20 21:03:20 +11:00
dragonwocky
82564420e4 [repo] extension: truncated titles 2021-10-20 10:02:27 +00:00
b1ced4fac8 extension: truncated titles 2021-10-20 21:01:52 +11:00
b294964b26 extension: code line numbers 2021-10-20 15:42:22 +11:00
dragonwocky
1ecfd102ba [repo] extension: weekly view 2021-10-19 12:43:18 +00:00
6d40349389 extension: weekly view 2021-10-19 23:42:48 +11:00
41e1258469 update changelog 2021-10-19 21:29:41 +11:00
dragonwocky
921f89ec4b [api] adjust url regex 2021-10-19 10:28:27 +00:00
690b677dc9 adjust url regex 2021-10-19 21:28:01 +11:00
dragonwocky
1146e9eaa9 [repo] extension: right-to-left 2021-10-19 10:26:38 +00:00
8a1eb811a6 extension: right-to-left 2021-10-19 21:26:05 +11:00
dragonwocky
642f9accbb [repo] extension: outliner 2021-10-19 05:41:15 +00:00
382451156c extension: outliner 2021-10-19 16:40:50 +11:00
dragonwocky
8e97cf1030 [api] focus/blur listeners on side panel 2021-10-19 05:39:15 +00:00
fe42600ab8 focus/blur listeners on side panel 2021-10-19 16:38:48 +11:00
dragonwocky
04a1e4938c [repo] observe topbar icons for in previews 2021-10-18 12:54:10 +00:00
a9427f4520 observe topbar icons for in previews 2021-10-18 23:53:42 +11:00
dragonwocky
67cc36c35a [repo] extension: topbar icons 2021-10-18 12:28:02 +00:00
d25d4f2f13 extension: topbar icons 2021-10-18 23:27:27 +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
dragonwocky
18ee0d9ea9 [repo] emoji-sets: fix native emoji alignment 2021-10-18 11:16:22 +00:00
b8fdad91c3 emoji-sets: fix native emoji alignment 2021-10-18 22:15:27 +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
dragonwocky
e09443a048 [repo] extension: emoji sets 2021-10-18 09:35:15 +00:00
a824ba8856 extension: emoji sets 2021-10-18 20:34:48 +11:00
dragonwocky
2dfb3bb539 [api] observe child changes better 2021-10-18 09:34:16 +00: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