119 Commits

Author SHA1 Message Date
Elian Doran
80363cdc73
chore(client/save_indicator): fix some spacing issues 2026-01-03 19:53:46 +02:00
Elian Doran
2144888447
Merge remote-tracking branch 'origin/main' into feature/save_indicator 2026-01-03 19:24:51 +02:00
Elian Doran
e8d1fa7447
chore(save_indicator): basic infrastructure to display state 2026-01-02 22:44:29 +02:00
Elian Doran
b7af99c671
refactor(pdfjs): add type safety for messages 2026-01-02 17:57:28 +02:00
Elian Doran
23cf3d2923
feat(client/pdfjs): rewrite download button 2026-01-02 11:40:32 +02:00
Elian Doran
920fde69bb
chore: add missing space from imports 2026-01-02 00:21:50 +02:00
Elian Doran
63b6abdb9d
PDF.js sidebar experiments for new layout (#8212) 2026-01-01 22:49:15 +02:00
Elian Doran
7ec7b6bd7b
chore(pdfjs): manage requested changes
Some checks are pending
Checks / main (push) Waiting to run
2026-01-01 12:36:33 +02:00
lzinga
267a37d3bd feat(component): add removeChild method for cleanup of child components
feat(hooks): improve useLegacyWidget cleanup and memoization logic
2025-12-30 13:59:46 -08:00
Elian Doran
574138a1fb
refactor(pdf_layers): get layers to show 2025-12-29 23:08:35 +02:00
Elian Doran
43a749b6a7
feat(right_pane): display attachments 2025-12-29 22:56:06 +02:00
Elian Doran
62d8c089ed
chore(pdf_pages): remove logs 2025-12-29 22:43:17 +02:00
Elian Doran
bcf72f4624
feat(client/right_pane): display pages 2025-12-29 22:34:36 +02:00
Elian Doran
fd7222242a
chore(pdf): process PDF outline 2025-12-29 21:44:49 +02:00
Elian Doran
9098bfb63a
chore(client): prototype implementation to communicate data through note context 2025-12-29 21:26:52 +02:00
Elian Doran
704dcd011e
feat(toc): basic support for docs 2025-12-18 11:46:13 +02:00
Elian Doran
b93c80fe7b
feat(toc): basic support for read-only text 2025-12-18 11:12:36 +02:00
Elian Doran
22e0776049
fix(layout): toggleRibbonTabNoteMap not working in old layout 2025-12-16 19:12:42 +02:00
Elian Doran
181ea31c1c
chore(client): improve error handling message in events 2025-12-16 14:06:12 +02:00
Elian Doran
ad08fb8132
chore(formatting_toolbar): address self-review 2025-12-13 19:32:44 +02:00
Elian Doran
8d536a6040
fix(formatting_toolbar): view mode check not working in multi-split 2025-12-13 19:29:13 +02:00
Elian Doran
98a3c8150c
feat(breadcrumb): replace title editing with jump to top
Some checks failed
Checks / main (push) Has been cancelled
2025-12-13 01:45:02 +02:00
Elian Doran
24cd5006d5
chore(note_map): open in reusable split 2025-12-11 22:14:08 +02:00
Elian Doran
726d6aad65
feat(layout): integrate note map 2025-12-11 22:01:22 +02:00
Elian Doran
28bb4edbac
chore(layout): revert work on floating panel 2025-12-09 19:18:48 +02:00
Elian Doran
bfcf85e0d2
fix(client/layout): content header height not properly resized when switching notes 2025-12-09 11:27:05 +02:00
Elian Doran
f424633d8c
feat(ckeditor/watchdog): improve dialog size 2025-12-07 20:59:53 +02:00
SiriusXT
407cac588a fix(split): only trigger focusOnDetail when necessary 2025-11-28 19:42:04 +08: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