Commit Graph

45 Commits

Author SHA1 Message Date
26cbdf7e2e
feat: update fonts extension, add option for math font
remove font vars from theme css, fonts can now only be controlled via font chooser
2024-04-25 23:59:56 +10:00
1576680a66
chore: remove outdated extension thumbnails 2024-04-23 16:59:07 +10:00
73665e9743
feat: update no-peeking extension (formerly bypass-preview) 2024-04-23 16:52:57 +10:00
5b22ca9ff9
chore: deprecate collapsible-properties, global-block-links, weekly-view 2024-04-23 15:33:16 +10:00
5f958726d9
feat(scroller): add calendar scroll functionality to 'Today' button 2024-04-23 15:13:05 +10:00
f0d7d89653
fix: position floating buttons relative to help button without wrapping it
(changing help button dom parent makes notion error when inserting elements relative to it)
2024-04-23 13:36:56 +10:00
222d544f88
fix: add .js to electronScripts paths so they actually load in 2024-04-22 23:06:07 +10:00
607fcee4f8
chore(tweaks): add tweaks + descriptions to updated mod.json 2024-04-21 19:08:38 +10:00
9b03b1d9f7
chore: remove integrated-titlebar (default in notion desktop v3.4.0) 2024-04-21 16:56:09 +10:00
a4b1e6e5f2
feat(cli): repack enhanced sources into app.asar 2024-04-21 15:45:29 +10:00
b910f82acf
fix(panel): switch between multiple views correctly
update single select instance to avoid conflicting rerender listeners
2024-02-24 23:36:43 +11:00
951b199b54
fix(word-counter): handle singular vs. plural stats appropriately 2024-02-24 21:05:48 +11:00
44c480062b
chore: update to support notion 2.3.1 (regex-based replacement for updated webpack bundles)
removed use strict from mjs files, where strict mode is assumed/enforced regardless
2024-02-24 20:57:22 +11:00
ef09280f61
chore: ensure api is loaded before mod scripts execute 2024-02-19 23:08:09 +11:00
f0e2570448
chore: switch to unocss for styling
faster + more powerful + better documented + more active than twind. sticking with custom preset-icons to avoid fetching over cdn + to load custom icons
2024-02-16 18:16:58 +11:00
7fe993d356
feat: add scroll to bottom button #861 2024-02-13 21:41:35 +11:00
f32cf56a67
feat: show scroll progress in outliner #834, fix: jump to headings in columns 2024-02-09 15:06:34 +11:00
Tom
ad2c2cf199
feat: add "hide default page icons" tweak
merge pull request #819 from @1280px
2024-02-07 11:48:45 +11:00
9a7a814ab8
feat: port word counter extension 2024-02-05 15:43:06 +11:00
3601680c24
fix(topbar): custom topbar icons + window dragging in peek view
i have discovered that extra topbar icons e.g. window min/max/close are not accessible in peek mode. this is probably fine?
2024-02-05 12:59:58 +11:00
6bfe1d8b07
fix(outliner): render tex equations nicely 2024-02-05 12:42:23 +11:00
beb5873788
fix: set exact panel view height to prevent overflow 2024-01-31 23:38:44 +11:00
d8b6aef698
chore: update word counter mod.json w/ configurable speeds 2024-01-31 23:29:46 +11:00
b55e74a2c5
fix: more reliable scroll to top btn initial display + positioning 2024-01-31 23:16:43 +11:00
ba8c660442
feat: scroll to heading on click in outliner 2024-01-31 23:02:04 +11:00
6661c5559b
feat: render headings in outliner 2024-01-31 00:12:14 +11:00
c4eacd201c
style: implement size- utility 2024-01-30 22:37:30 +11:00
Tom
4e1a28df3d
#814 standardise outliner indentation
merge pr from @achiyae
2024-01-30 22:28:24 +11:00
d420b2de4e
feat: conditional display of scroll to top btn 2024-01-30 17:57:03 +11:00
twelve eighty pix
848cd86b90
Add "hide default page icons" option 2024-01-26 23:08:41 +07:00
42b2fedacf
feat: add scroll to top button (wip) 2024-01-25 13:14:48 +11:00
aae4c7e663
chore: perf optimisations, overflow topbar to the left when comments & updates sidebars are open 2024-01-25 11:44:28 +11:00
1a709f5a84
feat: merge and update topbar-icons and always-on-top 2024-01-25 00:27:52 +11:00
4df00ca870
feat(titlebar): customisable window control button icons 2024-01-24 15:08:56 +11:00
6e9f0a420f
feat(titlebar): handle window button clicks 2024-01-24 14:46:52 +11:00
f085362774
fix(menu): hide titlebar extension if in browser 2024-01-24 13:21:09 +11:00
653d7d9bc8
feat(titlebar): render window controls in tabbar if active, otherwise in topbar 2024-01-24 02:24:56 +11:00
346b61eff4
feat(titlebar): make frameless window draggable (w/out extra dragarea) 2024-01-23 23:14:08 +11:00
77322fc8ad
feat: implement frameless windows, fix: smooth out menu transitions 2024-01-23 14:30:47 +11:00
db0f3c5228
chore: remove tray and tabs extensions 2024-01-23 13:16:21 +11:00
Achiya Elyasaf
5ceec8eabf
Update client.mjs
Removed the depth variable that is no longer needed.
2023-11-26 20:38:26 +02:00
Achiya Elyasaf
f7fdb38c8c
Update client.mjs
Fix issue #813 with the outliner extension.
Instead of inc-/dec- rementing the indentation by 18 each iteration, the fix multiplies the header level by 18. This way, jumping from level 3 to level 1 results in the correct indentation,
2023-11-15 09:39:42 +02:00
025bbca44c
fix: more resilient ipc for db operations, proper fallback handling
+ minor refactoring of files from api/ to shared/
+ adjusting wording of onboarding terms
+ inject menu button b/w the `settings & members` and the `new page` buttons
2023-08-03 18:26:16 +10:00
6519f501d3
fix: move nord/neutral to themes folder, reword sponsor perks, dont trigger reload btn when agreeing to privacy policy 2023-02-03 21:10:50 +11:00
c37877c6da
feat: load api/styles into menu, chore: separate mod types into folders 2022-12-30 15:19:47 +11:00