Abdullah Atta
e3793e67aa
web: fix app not starting up on firefox
2025-04-10 10:28:58 +05:00
01zulfi
3f344c7249
web: don't remove properties pane when editor is refocused ( #7780 )
...
Signed-off-by: 01zulfi <85733202+01zulfi@users.noreply.github.com >
2025-04-10 10:28:58 +05:00
Abdullah Atta
117fc44f00
web: replace shared worker with service worker for sqlite
2025-04-10 10:28:58 +05:00
01zulfi
703456b808
web: collapse hovered navbar when item is clicked ( #7771 )
...
Signed-off-by: 01zulfi <85733202+01zulfi@users.noreply.github.com >
2025-04-10 10:28:58 +05:00
Abdullah Atta
b90cc90ea8
web: release v3.1.0-beta.3
2025-04-10 10:28:57 +05:00
Ammar Ahmed
45730e2a07
web: cleanup
2025-04-10 10:28:57 +05:00
01zulfi
c0272b9755
web: fix list pane not expanding ( #7758 )
...
* web: fix list pane not expanding
* when a nav item was clicked, list pane was removed entirely which made it difficult to re-open it, now when nav item is clicked we manually collapse, expand, or reset the list pane
* open list pane if 'reveal in list' is called
* open list pane if navigated to a different nav item
Signed-off-by: 01zulfi <85733202+01zulfi@users.noreply.github.com >
* web: clicking on nav item should not collapse list pane
Signed-off-by: 01zulfi <85733202+01zulfi@users.noreply.github.com >
* web: collapse hovered nav pane when notebook/tag item clicked
Signed-off-by: 01zulfi <85733202+01zulfi@users.noreply.github.com >
---------
Signed-off-by: 01zulfi <85733202+01zulfi@users.noreply.github.com >
2025-04-10 10:28:57 +05:00
01zulfi
a27a8804c4
web: restore notebook crumbs ( #7765 )
...
Signed-off-by: 01zulfi <85733202+01zulfi@users.noreply.github.com >
2025-04-10 10:28:57 +05:00
Ammar Ahmed
073d23aed3
web: bump version to 3.1.0-beta.2 for desktop and web
2025-04-10 10:28:57 +05:00
Abdullah Atta
7d9a795a1c
web: make editor note properties work like toc
2025-04-10 10:28:57 +05:00
Abdullah Atta
8359fb8919
web: slightly improve add note button ui
2025-04-10 10:28:57 +05:00
Abdullah Atta
7c0ffff93f
web: bump version to 3.1.0-beta.1
2025-04-10 10:28:57 +05:00
Abdullah Atta
46d2ea508c
desktop: set publish channel to beta for beta builds
2025-04-10 10:28:57 +05:00
Abdullah Atta
fb48faa3af
web: minor ui fixes
2025-04-10 10:28:57 +05:00
Abdullah Atta
048bb36165
theme: fix button hover colors
2025-04-10 10:28:57 +05:00
Abdullah Atta
0f01a03587
web: make notesnook branding a bit smaller
2025-04-10 10:28:57 +05:00
Abdullah Atta
fe17a6e9da
web: minor ui changes and fixes
2025-04-10 10:28:57 +05:00
Abdullah Atta
a17414dd89
web: fix theme not persisting
2025-04-10 10:28:57 +05:00
Abdullah Atta
5d3f2182f0
web: collapse sidebar on navigate if sidebar is temporarily expanded
2025-04-10 10:28:57 +05:00
Abdullah Atta
03cd320665
desktop: explicitly deny geolocation permission to electron process
2025-04-10 10:28:57 +05:00
Abdullah Atta
2415ede4fa
web: fix scrollbar styling in sidebar
2025-04-10 10:28:57 +05:00
Abdullah Atta
844efd5958
web: reset search on navigate
2025-04-10 10:28:57 +05:00
Abdullah Atta
4ba88b6f03
web: fix expand sidebar button not working
2025-04-10 10:28:57 +05:00
Abdullah Atta
d17d0c190b
web: always show "X" button if there is query in search input
2025-04-10 10:28:57 +05:00
Abdullah Atta
beec9fab22
web: bump version to 3.1.0-beta.0
2025-04-10 10:28:57 +05:00
Abdullah Atta
710b3c412f
web: use virtualized tree for rendering toc
2025-04-10 10:28:57 +05:00
Abdullah Atta
2f8bef5f3e
web: add support for pre-expanding tree nodes on creation
2025-04-10 10:28:57 +05:00
Abdullah Atta
2dcf886322
web: do not collapse child nodes when collapsing parent
2025-04-10 10:28:57 +05:00
Abdullah Atta
0a362e9ce7
web: fix all tests
2025-04-10 10:28:57 +05:00
Abdullah Atta
e186615163
global: update ui
2025-04-10 10:28:57 +05:00
01zulfi
7abf19071d
web: fix faulty useEffect
...
Signed-off-by: 01zulfi <85733202+01zulfi@users.noreply.github.com >
2025-04-10 10:28:57 +05:00
01zulfi
30838749e1
web: refactor props for Tags component
...
Signed-off-by: 01zulfi <85733202+01zulfi@users.noreply.github.com >
2025-04-10 10:28:57 +05:00
01zulfi
06df49d5d7
web: separate component for tab items in sidebar
...
Signed-off-by: 01zulfi <85733202+01zulfi@users.noreply.github.com >
2025-04-10 10:28:57 +05:00
01zulfi
2c5e1f611b
web: new sidebar ui
...
Signed-off-by: 01zulfi <85733202+01zulfi@users.noreply.github.com >
2025-04-10 10:28:56 +05:00
01zulfi
0cc33f7a81
core: fix title generation when title format is set to $headline$ ( #7739 )
...
* core: generate headline title until user edit && update headline extraction
* when title format is set to $, keep generating headline title until user manually edits the title
* extract headline from first html tag with content rather than first paragraph
Signed-off-by: 01zulfi <85733202+01zulfi@users.noreply.github.com >
* core: extract headline up to 150 chars regardless of html tag
Signed-off-by: 01zulfi <85733202+01zulfi@users.noreply.github.com >
* core: improve note headline title code quality
Signed-off-by: 01zulfi <85733202+01zulfi@users.noreply.github.com >
* core: remove HEADLINE_CHARACTER_LIMIT constant
Signed-off-by: 01zulfi <85733202+01zulfi@users.noreply.github.com >
* web: only update title input if note title changes
---------
Signed-off-by: 01zulfi <85733202+01zulfi@users.noreply.github.com >
Co-authored-by: Abdullah Atta <abdullahatta@streetwriters.co >
2025-04-10 10:17:45 +05:00
01zulfi
8a431fb79b
web: add publish:update item in note menu options ( #7664 )
...
Signed-off-by: 01zulfi <85733202+01zulfi@users.noreply.github.com >
2025-04-07 11:21:12 +05:00
01zulfi
12cfc0dafd
web: clear query when search is closed ( #7700 )
...
Signed-off-by: 01zulfi <85733202+01zulfi@users.noreply.github.com >
2025-04-07 11:19:49 +05:00
01zulfi
d5a719c9f6
editor: font ligatures for common symbols ( #7800 )
...
* editor: font ligatures for common symbols
Signed-off-by: 01zulfi <85733202+01zulfi@users.noreply.github.com >
* Update packages/editor/src/extensions/font-ligature/font-ligature.ts
Signed-off-by: Abdullah Atta <thecodrr@protonmail.com >
---------
Signed-off-by: Abdullah Atta <thecodrr@protonmail.com >
Co-authored-by: Abdullah Atta <thecodrr@protonmail.com >
2025-03-28 14:13:02 +05:00
Abdullah Atta
904c452cfe
web: bump version to v3.0.32
2025-03-28 12:45:32 +05:00
Ammar Ahmed
fc9ee5bee1
mobile: release v3.0.34
2025-03-28 12:32:42 +05:00
01zulfi
d27595cfd9
web: pinned tab fixes ( #7692 )
...
* web: pinned tab fixes
* fix pinned tab not working after page reload
* fix note opening in new tab even if its tab is present when active note is pinned
Signed-off-by: 01zulfi <85733202+01zulfi@users.noreply.github.com >
* web: fix focusing pinned tab after reloading app
---------
Signed-off-by: 01zulfi <85733202+01zulfi@users.noreply.github.com >
Co-authored-by: Abdullah Atta <abdullahatta@streetwriters.co >
2025-03-27 16:00:50 +05:00
Abdullah Atta
b618386e6b
web: clear caches on switching release track
2025-03-26 15:30:12 +05:00
01zulfi
4e4990bd98
web: add toggle focus mode command ( #7736 )
...
Signed-off-by: 01zulfi <85733202+01zulfi@users.noreply.github.com >
2025-03-25 12:09:19 +05:00
Abdullah Atta
4c8a44353a
web: bump version to 3.0.31
2025-03-24 14:32:27 +05:00
Abdullah Atta
7dd8b13bc8
web: fix tests
2025-03-24 14:32:27 +05:00
01zulfi
e1aa3b59be
web: add reset zoom button ( #7750 )
...
Signed-off-by: 01zulfi <85733202+01zulfi@users.noreply.github.com >
2025-03-24 12:36:01 +05:00
01zulfi
d79888793a
web: mask email in session expired page description ( #7783 )
...
Signed-off-by: 01zulfi <85733202+01zulfi@users.noreply.github.com >
2025-03-24 12:34:57 +05:00
Abdullah Atta
b56e381022
web: fix editor cursor jumping to start on creating a new note
2025-03-24 12:28:30 +05:00
Ammar Ahmed
9876c2ef6d
mobile: bump version
2025-03-17 16:34:07 +05:00
Ammar Ahmed
fba29e3c80
mobile: fix sharing image from ios share sheet
2025-03-17 16:25:08 +05:00