Ammar Ahmed
d39bdf35d1
web: expose the editor profiler and its benchmarks
2026-08-25 18:35:40 +05:00
Ammar Ahmed
82614b4ce3
editor: instrument block ids, table of contents and height map
2026-08-25 18:35:39 +05:00
Ammar Ahmed
53553d859e
editor: add a profiler for measuring editor performance
2026-08-25 18:35:39 +05:00
Ammar Ahmed
5074ee65d2
web: fix crash on launch
2026-08-25 12:18:21 +05:00
Ammar Ahmed
fee2285795
editor: cleanup comments
2026-08-25 11:47:19 +05:00
Ammar Ahmed
15f5d87717
web: add editor virtualization toggle in settings
2026-08-25 11:40:12 +05:00
Ammar Ahmed
b88a5bdac8
mobile: add editor virtualization toggle in settings
2026-08-25 11:39:20 +05:00
Ammar Ahmed
3b9a35a185
editor: init virtualization plugin before document load
2026-08-25 11:25:00 +05:00
Ammar Ahmed
0415d8a284
editor: guarantee virtualization never triggers a save or mutates data
2026-08-25 09:55:02 +05:00
Ammar Ahmed
3d1ca86a89
editor: stabilize virtualization scrolling (no blank gaps, no jump)
2026-08-25 09:55:02 +05:00
Ammar Ahmed
0d2caed4b9
editor: only page notes past a size threshold
2026-08-25 09:55:02 +05:00
Ammar Ahmed
ed1a6d2e87
editor: build table of contents from document state
2026-08-25 09:55:02 +05:00
Ammar Ahmed
d8fe38dc01
editor: resolve virtualization scroll container lazily
2026-08-25 09:55:02 +05:00
Ammar Ahmed
ae6dd0009b
editor: add localStorage toggle for block virtualization on mobile
2026-08-25 09:55:02 +05:00
Ammar Ahmed
5978d9119e
editor: fix virtualization re-observe + add browser test harness
2026-08-25 09:55:02 +05:00
Ammar Ahmed
d789b4e65a
editor: add opt-in block virtualization (hidden paging)
2026-08-25 09:55:02 +05:00
Ammar Ahmed
5d03d3033f
Merge pull request #10281 from streetwriters/mobile-release/3.4.10
...
mobile: release v3.4.10
3.4.10-android
2026-08-25 08:48:03 +05:00
Ammar Ahmed
db8f02a585
mobile: release v3.4.10
2026-08-24 13:39:23 +05:00
Ammar Ahmed
0fd305a259
Merge pull request #10220 from streetwriters/mobile-release/3.4.9
...
mobile: release v3.4.9
2026-08-24 13:26:15 +05:00
Ammar Ahmed
b855266293
Merge pull request #10208 from kashaf-ansari-dev/fix-compress-checkbox-not-toggling
...
mobile: re-check fullQualityImages availability on every compress tog…
2026-08-24 13:23:48 +05:00
Ammar Ahmed
b4227a8c43
Merge pull request #10222 from kashaf-ansari-dev/fix-9053-restore-editor-scroll-position
...
Fix 9053 restore editor scroll position
2026-08-24 13:23:02 +05:00
Ammar Ahmed
39887f81a2
Merge pull request #10257 from streetwriters/fix/performance
...
mobile: fix groupOptions causes unnecessary rerenders on first load
2026-08-24 13:22:15 +05:00
Ammar Ahmed
e47ef061fd
Merge pull request #10240 from kashaf-ansari-dev/fix-9014-respect-reduce-animations-setting
...
mobile: respect device reduce animations system setting for sheets
2026-08-24 13:20:52 +05:00
Ammar Ahmed
360cd5431d
Merge pull request #10258 from streetwriters/cleanup/master
...
global: cleanup
2026-08-19 13:25:40 +05:00
Ammar Ahmed
c3aff365f1
global: cleanup
2026-08-19 13:24:34 +05:00
kashaf-ansari-dev
dd3ced17de
mobile: re-check fullQualityImages availability on every compress toggle tap
...
Signed-off-by: kashaf-ansari-dev <kashafansari3108@gmail.com >
2026-08-18 18:56:58 +05:00
Abdullah Atta
ee419e514c
web: fix Requiring @playwright/test second time when running tests ( #10252 )
2026-08-18 10:29:06 +05:00
01zulfi
db72716234
Merge pull request #10248 from streetwriters/release/3.4.6
...
web: bump version to 3.4.6
v3.4.6
2026-08-17 17:17:05 +05:00
01zulfi
72351960fa
web: fix trailing slash when saving cors proxy url
...
Signed-off-by: 01zulfi <85733202+01zulfi@users.noreply.github.com >
2026-08-17 14:44:58 +05:00
01zulfi
85458932de
web: bump version to 3.4.6
...
Signed-off-by: 01zulfi <85733202+01zulfi@users.noreply.github.com >
2026-08-17 14:07:02 +05:00
Abdullah Atta
4e1acc292d
web: Improve auth ui on web/desktop ( #10218 )
...
* web: improve auth ui
* web: fix password show/hide icons
* web: fix auth form width
* web: fix minor ui issues with back button & recovery view
2026-08-17 11:41:18 +05:00
01zulfi
20b4585361
editor: fix multiple link hover popups from opening ( #10233 )
...
* also fix the popup not opening when quickly hovering one link after another
Signed-off-by: 01zulfi <85733202+01zulfi@users.noreply.github.com >
2026-08-17 10:11:46 +05:00
01zulfi
dc3f38f67d
ui: truncate long menu titles ( #10237 )
...
* On web, long tags in menu items in the editor header would take a lot of width. The fix in the ui package will fix it for all usages of long menu items on web
Signed-off-by: 01zulfi <85733202+01zulfi@users.noreply.github.com >
2026-08-17 10:11:17 +05:00
01zulfi
a40e11f2d4
web: preserve port in cors proxy url ( #10234 )
...
Signed-off-by: 01zulfi <85733202+01zulfi@users.noreply.github.com >
2026-08-17 10:10:54 +05:00
Abdullah Atta
ccc152b561
docs(help): fix links ignoring baseUrl on docs index page ( #10243 )
2026-08-16 21:46:39 +05:00
kashaf-ansari-dev
279c776e45
mobile: respect device reduce animations system setting for sheets
...
Signed-off-by: kashaf-ansari-dev <kashafansari3108@gmail.com >
2026-08-14 17:56:22 +05:00
Abdullah Atta
87aa98b85e
global: move everything to notesnook.com/help/* ( #10238 )
2026-08-14 12:34:07 +05:00
Ammar Ahmed
b7777a2a19
mobile: fix groupOptions causes unnecessary rerenders on first load
2026-08-14 10:55:53 +05:00
Ammar Ahmed
52d6044e73
docs(help): rebuild the help site with VitePress ( #10169 )
...
* docs: new help built with vitepress.
* docs: improve docs home ui
Added a Go to Docs button on homepage
Added a searchbar for directly searching what you are looking for in the docs
* docs(help): wire up with build system & setup proper ci
* Clean up new documentation (#10174 )
* Docs: Cleanup pass 1
Signed-off-by: Chloe Oletto <NeedsChloesure@riseup.net >
* docs: cleanup pass 2
Signed-off-by: Chloe Oletto <NeedsChloesure@riseup.net >
* docs: Fix vscode's manglement that I missed.
Signed-off-by: Chloe Oletto <NeedsChloesure@riseup.net >
* Update docs/help/contents/plans-and-limits.md
Co-authored-by: Abdullah Atta <thecodrr@protonmail.com >
Signed-off-by: Chloe Oletto <NeedsChloesure@riseup.net >
* Update docs/help/contents/rich-text-editor/outline-lists.md
Co-authored-by: Abdullah Atta <thecodrr@protonmail.com >
Signed-off-by: Chloe Oletto <NeedsChloesure@riseup.net >
* docs: Remove self-hosting guide from sidebar, and comments for reviewer.
Signed-off-by: Chloe Oletto <NeedsChloesure@riseup.net >
---------
Signed-off-by: Chloe Oletto <NeedsChloesure@riseup.net >
Co-authored-by: Abdullah Atta <thecodrr@protonmail.com >
* docs: some fixes
* ci: do not publish help on push
* docs(help): improve regional pricing & free trials
* docs: improve sidebar
* docs: some more fixes after re-review
* docs: improve search and nav
* docs: a few more fixes
* docs: fix tabs formatting compat with prettier
* docs: fix tabs formatting in various places
* docs: show correct plus button image for mobile
* docs: disable notesnook self hosting docs
* docs: update help docs with fixes
---------
Signed-off-by: Chloe Oletto <NeedsChloesure@riseup.net >
Co-authored-by: Abdullah Atta <abdullahatta@streetwriters.co >
Co-authored-by: Chloe Oletto <NeedsChloesure@riseup.net >
Co-authored-by: Abdullah Atta <thecodrr@protonmail.com >
2026-08-14 08:57:51 +05:00
01zulfi
8d56564221
web: fix notes not exporting from archive list multiple selection ( #10230 )
...
Signed-off-by: 01zulfi <85733202+01zulfi@users.noreply.github.com >
2026-08-14 08:28:42 +05:00
01zulfi
d647eb8187
web: show error when unlock note password is empty ( #10231 )
...
Signed-off-by: 01zulfi <85733202+01zulfi@users.noreply.github.com >
2026-08-13 08:36:12 +05:00
kashaf-ansari-dev
316951c2bf
editor: guard scroll persistence until note session is restored
...
Signed-off-by: kashaf-ansari-dev <kashafansari3108@gmail.com >
2026-08-11 09:36:50 +05:00
kashaf-ansari-dev
9ce5b76265
mobile: restore latest tab scroll position
...
Signed-off-by: kashaf-ansari-dev <kashafansari3108@gmail.com >
2026-08-10 20:03:22 +05:00
Ammar Ahmed
a82bb4cc32
mobile: release v3.4.9
3.4.9-android
2026-08-10 14:29:00 +05:00
Ammar Ahmed
b181655edc
Merge pull request #10147 from kashaf-ansari-dev/fix/10011-recovery-key-font
...
mobile: improve recovery key readability
2026-08-10 14:12:46 +05:00
Ammar Ahmed
67ffcb163c
Merge pull request #10183 from kashaf-ansari-dev/fix-10165-empty-trash-note
...
mobile: allow opening empty trashed notes without contentId
2026-08-10 14:12:12 +05:00
Ammar Ahmed
982cea7aa6
Merge pull request #10182 from kashaf-ansari-dev/mobile/improve-skip-wording
...
mobile: improve skip & go directly to app
2026-08-10 14:11:32 +05:00
Ammar Ahmed
adab66f285
Merge pull request #10198 from kashaf-ansari-dev/fix-rniap-play-billing
...
mobile: bump Play Billing Library to 8.0.0 via patch-package for reac…
2026-08-10 14:10:44 +05:00
Ammar Ahmed
1740ba9e10
mobile: bump Play Billing Library to 8.0.0 via patch-package for react-native-iap
...
Signed-off-by: kashaf-ansari-dev <kashafansari3108@gmail.com >
2026-08-10 14:09:22 +05:00
Ammar Ahmed
9e5ff04692
Merge pull request #10137 from streetwriters/fix/task-list-touch-drag
...
editor: drag & drop task list items with pointer events
2026-08-10 14:00:26 +05:00