Commit Graph

3349 Commits

Author SHA1 Message Date
01zulfi
ed8d576eea core: fix notebooks parentId() tests (#8213)
Signed-off-by: 01zulfi <85733202+01zulfi@users.noreply.github.com>
2025-06-17 09:45:23 +05:00
tarynlucia
7d91cd0029 ui: correct grammar in vault creation message (issue #7497) (#8188)
Signed-off-by: Taryn Eng <taryn.eng@gmail.com>
2025-06-16 14:39:54 +05:00
Abdullah Atta
42e4238aa1 core: do not allow empty titles 2025-06-16 14:39:15 +05:00
Abdullah Atta
0bd8779144 core: fix group header for search results hidden 2025-06-16 11:16:38 +05:00
Abdullah Atta
236b015c38 core: remove search results count
it was inaccurate and confused users
2025-06-12 11:25:57 +05:00
Abdullah Atta
fecda3838f editor: fix search popup removed on link hover 2025-06-11 10:40:48 +05:00
Abdullah Atta
3b54e62495 core: fix search results sorting not working 2025-06-11 08:55:20 +05:00
Abdullah Atta
3fe6cd503c web: bump version to v3.2.0-beta.8 2025-06-10 11:34:36 +05:00
Abdullah Atta
7dd581d175 core: take into account boolean parameters in query 2025-06-05 15:19:55 +05:00
01zulfi
f408cdff02 web: add move notebook dialog (#8099)
Signed-off-by: 01zulfi <85733202+01zulfi@users.noreply.github.com>
Co-authored-by: Abdullah Atta <abdullahatta@streetwriters.co>
2025-06-05 11:44:04 +05:00
Abdullah Atta
6e6be63e7b core: fix false positives appearing in search 2025-06-04 14:55:57 +05:00
Ammar Ahmed
228951da49 mobile: update deps 2025-06-04 12:59:32 +05:00
Abdullah Atta
e806812593 core: remove porter tokenizer for stemming
it didn't work very well. It was stemming things like "one" into "on"
2025-06-04 12:59:15 +05:00
Abdullah Atta
c1a684f14a core: fix lookup tests 2025-06-04 12:23:40 +05:00
Abdullah Atta
21cbc75b93 core: update htmlparser2 2025-06-04 12:23:40 +05:00
Ammar Ahmed
6c2d95abe1 core: skip decodine entities when parsing html 2025-06-04 12:17:49 +05:00
Abdullah Atta
fc476828e8 core: sort content matches 2025-06-02 15:32:47 +05:00
Abdullah Atta
a76c35356d core: only expand matching callout & outline list items 2025-06-02 15:32:15 +05:00
01zulfi
512e412b19 web: add support for setting a tag as default (#8060)
Signed-off-by: 01zulfi <85733202+01zulfi@users.noreply.github.com>
2025-06-02 11:17:46 +05:00
01zulfi
be615b9b75 editor: remove styling for sibling elements of double spaced paragraphs (#8144)
Signed-off-by: 01zulfi <85733202+01zulfi@users.noreply.github.com>
2025-06-02 11:04:01 +05:00
Abdullah Atta
f683f63abd core: auto expand outline & callout in search result 2025-06-02 09:35:12 +05:00
Abdullah Atta
6f9ff0e427 core: fix phrase queries not getting highlighted 2025-06-02 09:10:58 +05:00
Abdullah Atta
ed079d2efb core: use intl for showing search results count 2025-05-30 19:27:10 +05:00
Abdullah Atta
6de57c79f3 core: install @notesnook/intl 2025-05-30 19:27:10 +05:00
Abdullah Atta
bf0d43d3a2 core: speed up search 2025-05-30 19:27:05 +05:00
Ammar Ahmed
0effa01ef7 core: fix stop-words import 2025-05-29 11:09:47 +05:00
Abdullah Atta
edacdbcbae core: filter out stop words in search query 2025-05-28 14:57:09 +05:00
Abdullah Atta
2b9bcb2fe2 core: bring back limit in lookup 2025-05-28 11:30:35 +05:00
Abdullah Atta
2c45cea746 core: bring back old notes search 2025-05-27 12:38:00 +05:00
Ammar Ahmed
3850ad414b mobile: search and sorting 2025-05-23 14:59:01 +05:00
Abdullah Atta
22ae09f926 web: localize search results count 2025-05-23 14:59:01 +05:00
Abdullah Atta
9b70853c57 editor: make search results style toggleable 2025-05-23 14:59:01 +05:00
Abdullah Atta
c1aa727a6d core: improve prefix/suffix generation for matches 2025-05-23 14:59:01 +05:00
Abdullah Atta
4aab23b117 editor: add support for nn-search-result node 2025-05-23 14:59:01 +05:00
Abdullah Atta
10f6501951 core: add raw html content with highlighting in results 2025-05-23 14:59:01 +05:00
Abdullah Atta
33b6e3a19d core: add console.time tracing for notes search 2025-05-23 14:59:01 +05:00
Abdullah Atta
0fb115df0b core: improve search results highlighting 2025-05-23 14:59:01 +05:00
Abdullah Atta
f1b875b1dd core: fix title matches not merged when query contains short tokens 2025-05-23 14:59:01 +05:00
Abdullah Atta
c3604da0c1 core: bring back search result sorting for notes 2025-05-23 14:59:01 +05:00
Abdullah Atta
c61706d4f1 core: add support for highlighting search results 2025-05-23 14:59:01 +05:00
Abdullah Atta
5b828a71a9 core: add a new migration to reindex fts5 2025-05-23 14:59:01 +05:00
Abdullah Atta
c3b0d0feb9 web: update sqlite3-fts5-html to v0.0.3 2025-05-23 14:59:01 +05:00
Abdullah Atta
0127de1290 web: add support for sorting in search 2025-05-23 14:59:01 +05:00
Abdullah Atta
3e270a3906 core: add support for sortable search 2025-05-23 14:59:01 +05:00
01zulfi
76a7e9318e editor: support ctrl/cmd+click to open internal links in new tab (#8131)
Signed-off-by: 01zulfi <85733202+01zulfi@users.noreply.github.com>
2025-05-23 10:36:10 +05:00
01zulfi
527b6ca1a3 web: add 'move to top' for sub-notebooks (#8066)
Signed-off-by: 01zulfi <85733202+01zulfi@users.noreply.github.com>
2025-05-21 11:31:12 +05:00
Abdullah Atta
0a5ea5d448 core: fix `expected previously executed migration 2 to be at index 1 but
10 was found in its place.`
2025-05-16 15:04:27 +05:00
01zulfi
739906dbe4 core: fix db.settings.getTrashCleanupInterval return type (#8076)
Signed-off-by: 01zulfi <85733202+01zulfi@users.noreply.github.com>
2025-05-16 14:48:28 +05:00
Ammar Ahmed
4d83666fed editor: fix alignment items in callout heading (#8101)
* editor: fix alignment items in callout heading

* Update packages/editor/styles/styles.css

Signed-off-by: Abdullah Atta <thecodrr@protonmail.com>

---------

Signed-off-by: Abdullah Atta <thecodrr@protonmail.com>
Co-authored-by: Abdullah Atta <abdullahatta@streetwriters.co>
2025-05-16 14:36:29 +05:00
Abdullah Atta
c8c21d210b global: regenerate package-lock.json for theme & ui packages 2025-05-16 11:22:21 +05:00