106 Commits

Author SHA1 Message Date
Jakob Schlanstedt
d5a4c9554b refactor(url -> link): let link refer to url and path.
before there was polysemy in word url that is now resolved by making
link hypernym to url and path.
2025-11-26 19:41:10 +01:00
Jakob Schlanstedt
9c1c59c472 refactor(note_create): Inbox -> Default naming in functions, parameters and types 2025-11-26 19:39:23 +01:00
Jakob Schlanstedt
94915a48d7 style(unused-imports): Remove unused-imports 2025-11-26 19:39:20 +01:00
Jakob Schlanstedt
178b4b9d40 fix(note_autocomplete): fix wrong definition of types, and resulting bugs esp. improving row editing 2025-11-26 19:39:19 +01:00
Jakob Schlanstedt
82bde3b7aa fix(type-checker): remove as casts hiding type-errors thus bugs. Solve subsequent found bugs 2025-11-26 19:39:18 +01:00
Jakob Schlanstedt
767ae6d528 fix(root-command-executor): fix regression in root_command_executor 2025-11-26 19:39:16 +01:00
Jakob Schlanstedt
80090b556c fix(typecheck-proven incorrectness): typecheck caught incorrectness through pnpm typecheck 2025-11-26 19:39:16 +01:00
Jakob Schlanstedt
2f00685fcb refactor(note-create): remove unnecessary deep hierarchy 2025-11-26 19:39:13 +01:00
Jakob Schlanstedt
3e638c7c60 refactor(note-create): replace enum with optional fields 2025-11-26 19:39:13 +01:00
Jakob Schlanstedt
d85c3f76c5 refactor(note_create): simplify type implementation and documentation 2025-11-26 19:39:13 +01:00
Jakob Schlanstedt
c94d642034 refactor(create_note): rename types to fit ontological concepts better 2025-11-26 19:39:13 +01:00
Jakob Schlanstedt
f47951329f refactor(typeerror): resolve typeerrors by refactoring code 2025-11-26 19:39:11 +01:00
Jakob Schlanstedt
1ff87f5757 refactor(create-note): centralize and add advanced type checking to create-note with and without prompt 2025-11-26 19:39:11 +01:00
Jakob Schlanstedt
f59896f9a3 refactor(ECMAScript Modules jsimport convention): refactor newly created imports to js convention
https://nodejs.org/api/esm.html#import-specifiers
2025-11-26 19:39:10 +01:00
Jakob Schlanstedt
2f76037725 feat(search): add create into inbox to search 2025-11-26 19:39:09 +01:00
Elian Doran
d7ae2e4307
fix(search): double results if search has inheritable viewType 2025-11-24 10:56:39 +02:00
Elian Doran
c76f368fa0
fix(text): classic toolbar sometimes not showing 2025-11-22 11:21:51 +02:00
SiriusXT
5a5d242ea0 fix(tab_manager): correct order when reopening split pane 2025-11-17 21:01:21 +08:00
contributor
a1d38b6bb8 add 'Open note on server' menu item to NoteActions drop-down 2025-11-10 00:26:28 +02:00
Elian Doran
5f4d0325aa
Merge remote-tracking branch 'origin/main' into react/type_widgets 2025-11-09 21:37:56 +02:00
Elian Doran
763fa0b515
fix(client/type_widgets): empty tab not working when closing last tab 2025-11-09 20:41:29 +02:00
Elian Doran
6f245ec8d5
fix(ribbon): not refreshing if note is temporarily edited 2025-11-09 20:15:06 +02:00
Elian Doran
ae1c8f0a0b
chore(client): review from Copilot
Some checks failed
Checks / main (push) Has been cancelled
2025-11-09 15:13:57 +02:00
Elian Doran
1257e46852
chore(client): review from Gemini 2025-11-09 15:10:40 +02:00
Elian Doran
33a41d2f86
Merge remote-tracking branch 'origin/main' into react/type_widgets
; Conflicts:
;	apps/client/src/layouts/desktop_layout.tsx
;	apps/client/src/layouts/mobile_layout.tsx
;	apps/client/src/widgets/note_detail.ts
;	apps/client/src/widgets/react/hooks.tsx
2025-11-09 12:08:50 +02:00
Elian Doran
4c8f20be9a
ignore toggle tray command if tray is disabled (#7654) 2025-11-09 09:45:37 +02:00
Adorian Doran
285a7253e3 client: make the info bar part of the scrollable content, prevent overlapping with the floating buttons 2025-11-09 01:19:45 +02:00
contributor
3d70a0534b ignore toggle tray command if tray is disabled 2025-11-08 13:03:42 +02:00
Elian Doran
5e83e6fa34
Merge remote-tracking branch 'origin/main' into react/type_widgets 2025-11-06 11:40:04 +02:00
contributor
9c791df0ed open today note in current tab #7472
https://github.com/TriliumNext/Trilium/pull/7549#issuecomment-3458822614
2025-10-29 19:22:13 +02:00
contributor
e683dc1d66 add openTodayNote to CommandMappings #7472 2025-10-28 16:59:46 +02:00
contributor
5620e7f4a7 feat: add command openTodayNote with empty keyboard shortcut #7472 2025-10-28 16:59:28 +02:00
SiriusXT
8f8ea7adc3 fix(types): correct CommandMappings key for pasteMarkdownIntoText 2025-10-28 14:10:11 +08:00
SiriusXT
507910b0ce fix: import markdown to text note 2025-10-28 10:17:37 +08:00
Elian Doran
8828e36624
Merge remote-tracking branch 'origin/main' into react/type_widgets
Some checks failed
Checks / main (push) Has been cancelled
2025-10-26 20:19:47 +02:00
Elian Doran
e904feb179
fix(client/search): collection rendering twice 2025-10-20 16:05:24 +03:00
Elian Doran
5d8ca1ecf7
chore(collection/presentation): address requested changes 2025-10-16 15:32:16 +03:00
Elian Doran
502e9b86bc
feat(collection/presentation): add button to edit slide 2025-10-15 22:08:04 +03:00
Elian Doran
7930745a01
chore(react/type_widgets): fix type errors 2025-10-05 19:55:25 +03:00
Elian Doran
6ffe8a2eb5
chore(react/type_widgets): save on window closing 2025-10-05 18:12:36 +03:00
Elian Doran
0dcaa8719f
chore(react/type_widgets): save code note if needed 2025-10-05 17:56:31 +03:00
Elian Doran
3f7b8447d0
refactor(react/type_widgets): bring back executeInActiveNoteDetailWidget 2025-10-05 17:34:45 +03:00
Elian Doran
3673162a48
chore(react/type_widgets): bring back add include to note 2025-09-25 13:53:11 +03:00
Elian Doran
cc6ac7d1da
chore(react/type_widgets): port text link insertion mechanism 2025-09-25 12:07:06 +03:00
Elian Doran
1fb329565f
chore(react/type_widget): move old widgets 2025-09-19 17:40:24 +03:00
Elian Doran
a9f5b44fac
fix(client): dangling tooltips after closing split 2025-09-18 15:30:11 +03:00
Elian Doran
0c9d1e91bb
fix(client): opening a new tab doesn't preserve view scope 2025-09-15 18:46:08 +03:00
Elian Doran
4cd0702cbb
refactor: proper websocket message types 2025-09-13 12:59:00 +03:00
Elian Doran
c79dd43105
chore(react/collections): bring back touch bar 2025-09-05 11:54:58 +03:00
Elian Doran
ab48a28635
refactor(react/widgets): typings for dynamic require + solve type errors 2025-08-29 19:29:15 +03:00