383 Commits

Author SHA1 Message Date
Adorian Doran
5bf01106c5 client/context menus/insert note: refactor 2025-07-05 19:13:34 +03:00
Adorian Doran
a45289e385 client/context menus/insert note: fix a typo again 2025-07-05 18:54:22 +03:00
Adorian Doran
4ffd005b09 client/context menus/insert note: fix a typo 2025-07-05 18:53:40 +03:00
Adorian Doran
e6ca89fea8 client/context menus/insert note: fix a comment 2025-07-05 18:53:03 +03:00
Adorian Doran
2225aea756 client/context menus/insert note: fix a console log 2025-07-05 18:49:22 +03:00
Adorian Doran
bfc4a84020 client/context menus/insert note: avoid highlighting predefined templates as "new" 2025-07-05 18:46:52 +03:00
Adorian Doran
891f6ba66f client/context menus/insert note: highlight new templates based on their creation date 2025-07-05 18:10:36 +03:00
Elian Doran
4b86fedce1
Merge remote-tracking branch 'origin/main' into feature/table_view
; Conflicts:
;	pnpm-lock.yaml
2025-07-04 21:47:26 +03:00
Elian Doran
e5b10ab16a
feat(views/table): set up relations not as a link 2025-07-04 20:08:41 +03:00
Elian Doran
ac70908c5a
feat(views/table): integrate reference-like for relations 2025-07-04 16:14:14 +03:00
Elian Doran
45ac70b78f
feat(views/table): proper storage of relations 2025-07-04 15:07:40 +03:00
Adorian Doran
d869056910 client/note types mapping: add a way to highlight newly introduced types 2025-07-04 13:47:50 +03:00
Adorian Doran
821e4b17cb client/refactor: de-duplicate the note type mapping 2025-07-04 13:38:02 +03:00
Adorian Doran
f90e2fb484 client/tree context menu/insert note: mark the beta note types with a badge 2025-07-04 11:46:10 +03:00
Adorian Doran
03658575eb client/context menu/insert note: reorder note types 2025-07-03 22:45:49 +03:00
Elian Doran
0fb0be4ffc
feat(views/table): actually add attributes 2025-06-27 22:43:29 +03:00
Elian Doran
f8e10f36db
refactor(note_list): use object for constructor arg 2025-06-27 21:51:38 +03:00
Elian Doran
c5020b8884
refactor(views/table): move table view into its own folder 2025-06-27 17:44:29 +03:00
Elian Doran
dd379bf18d
refactor(book/table): fix some lack of generics 2025-06-25 18:30:44 +03:00
Elian Doran
9e57c14130
feat(attachments): add pretty formatting to JSON 2025-06-25 17:45:11 +03:00
Elian Doran
9c137a1c48
feat(book/table): display attachment JSON 2025-06-25 17:43:58 +03:00
Elian Doran
7e20e41521
feat(book/table): allow editing cell values 2025-06-25 13:06:38 +03:00
Elian Doran
d9443527ee
feat(book/table): support date type 2025-06-25 11:56:30 +03:00
Elian Doran
fcd71957ff
feat(book/table): create new view type 2025-06-25 10:31:41 +03:00
Elian Doran
ae1a4fbbf6
fix(client): cyclic dependency server <-> ws 2025-06-20 18:32:20 +03:00
Elian Doran
cca8504796
refactor(client): circular dep in utils 2025-06-19 22:44:02 +03:00
Elian Doran
09391a92e5
refactor(client): circular dep: toast <-> ws 2025-06-19 22:29:44 +03:00
Elian Doran
efdf79feaa
refactor(client): circular dependency causing test failure 2025-06-19 22:01:01 +03:00
Elian Doran
9418055b69
chore(test): fix imports 2025-06-19 21:30:42 +03:00
SiriusXT
5fc0a0460d Merge branch 'develop' into note-create 2025-06-18 11:21:32 +08:00
Elian Doran
9687a9d8ff
refactor(note_types): separate user templates into own method 2025-06-17 19:21:21 +03:00
Elian Doran
fa11295693
feat(templates): add support for built-in templates 2025-06-17 19:21:21 +03:00
SiriusXT
bcc689cae3 Merge branch 'develop' into note-create 2025-06-17 21:18:06 +08:00
SiriusXT
20173d544b feat(autocomple): support specifying path when creating a new note 2025-06-17 20:41:23 +08:00
Elian Doran
32f4d7be39
fix(slash): adding links not focusing box 2025-06-16 22:52:54 +03:00
SiriusXT
e440f31cb5 Merge branch 'develop' into open_in_new_window 2025-06-10 17:51:54 +08:00
SiriusXT
ee9267775e vitest(link): add Vitest test cases for parseNavigationStateFromUrl 2025-06-10 17:38:05 +08:00
SiriusXT
885cdc8c97 Fix: Unable to open in a new window 2025-06-10 17:25:10 +08:00
Elian Doran
ceb6134af2
fix(client): uninitialized field 2025-06-09 22:40:45 +03:00
Elian Doran
0ea60fa9d7
fix(client): bring back toast for read-only notes 2025-06-09 21:31:04 +03:00
Elian Doran
1bcb811835
feat(share): enable syntax highlighting 2025-06-09 18:22:30 +03:00
Elian Doran
b379f89a7a
chore(client): fix logging errors with circular objects 2025-06-08 20:35:38 +03:00
perf3ct
4550c12c6e
feat(llm): remove everything to do with embeddings, part 3 2025-06-07 18:30:46 +00:00
perf3ct
44a45780b7
feat(llm): remove everything to do with embeddings 2025-06-07 18:11:12 +00:00
Elian Doran
941d0d45f8
feat(client): render tooltips for bookmarks 2025-06-07 00:03:30 +03:00
Elian Doran
6e67832416
fix(client): clicking on note list not working due to anchor management 2025-06-06 23:59:43 +03:00
Elian Doran
73cf828bc9
feat(client): one-click navigation to bookmarks (closes #2187) 2025-06-06 23:50:42 +03:00
Elian Doran
4489f6c437
Merge pull request #1918 from TriliumNext/feat/note-edit-readonly-fix2
Store initial "automatic read-only" decision, so that actively edited Note doesn't transition to read-only
2025-06-06 19:42:15 +03:00
Elian Doran
a2a509d45c
refactor(client): rename readOnlyDecision 2025-06-06 19:29:06 +03:00
SiriusXT
3cdee1ac86 Merge branch 'develop' into date/time 2025-06-04 16:48:37 +08:00