Jakob Schlanstedt
|
eca5a4a072
|
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-28 22:52:02 +01:00 |
|
Elian Doran
|
f4d6e98d61
|
feat(print/list): rewrite links
|
2025-11-20 21:06:25 +02:00 |
|
Elian Doran
|
57deb36027
|
Merge branch 'main' into patch-1
|
2025-11-15 21:24:24 +02:00 |
|
laund
|
f709c27329
|
use shell.openExternal for URI protocol handling, clean up and unify logic
|
2025-11-14 15:31:51 +01:00 |
|
contributor
|
02859039ec
|
fix NoteLink component is unable to display path for root note
|
2025-11-14 16:02:43 +02:00 |
|
Elian Doran
|
8828e36624
|
Merge remote-tracking branch 'origin/main' into react/type_widgets
Checks / main (push) Has been cancelled
|
2025-10-26 20:19:47 +02:00 |
|
Elian Doran
|
502e9b86bc
|
feat(collection/presentation): add button to edit slide
|
2025-10-15 22:08:04 +03:00 |
|
Elian Doran
|
040ffe945a
|
Merge remote-tracking branch 'origin/main' into react/type_widgets
|
2025-10-10 22:46:53 +03:00 |
|
Elian Doran
|
bebd3d430b
|
refactor(commons): deduplicate allowed protocols
|
2025-10-06 20:04:07 +03:00 |
|
Elian Doran
|
838d761b50
|
Merge remote-tracking branch 'origin/main' into react/type_widgets
; Conflicts:
; apps/client/src/widgets/react/hooks.tsx
; apps/client/src/widgets/type_widgets/abstract_text_type_widget.ts
|
2025-10-03 09:28:17 +03:00 |
|
Elian Doran
|
873c4c6636
|
refactor(client): remove string from viewtype
|
2025-10-01 19:44:55 +03:00 |
|
Elian Doran
|
efcd54be50
|
fix(ribbon): not visible when coming from view source on same note
|
2025-10-01 19:41:20 +03:00 |
|
Elian Doran
|
58a6d70cbb
|
chore(react/type_widget): finalize porting canvas
|
2025-09-22 10:40:57 +03:00 |
|
Elian Doran
|
1298b968f2
|
fix(views/table): relation display sometimes not showing up
|
2025-07-17 22:31:54 +03:00 |
|
Elian Doran
|
0f129734ae
|
fix(link): popup triggering with bare right click
|
2025-07-17 11:19:29 +03:00 |
|
Elian Doran
|
91572ab8b9
|
fix(popup_editor): use cmd on macos
|
2025-07-11 22:53:14 +03:00 |
|
Elian Doran
|
f1fc15e115
|
fix(link): popup menu no longer triggering
|
2025-07-11 22:34:41 +03:00 |
|
Elian Doran
|
c7f49f0e21
|
chore(popup_editor): switch keyboard combo to Ctrl+right click
|
2025-07-11 16:52:13 +03:00 |
|
Elian Doran
|
f04b75fd36
|
feat(popup_editor): add shortcut in links
|
2025-07-10 19:56:13 +03:00 |
|
Elian Doran
|
dccdb5ceb7
|
feat(popup_editor): integrate with calendar for existing notes
|
2025-07-10 17:54:27 +03:00 |
|
Elian Doran
|
ce9010ff13
|
chore(client): add some documentation
|
2025-07-07 20:04:17 +03:00 |
|
Elian Doran
|
6509acd6ee
|
feat(views/geomap): add open location to blank item as well
|
2025-07-07 17:24:42 +03:00 |
|
Elian Doran
|
ac70908c5a
|
feat(views/table): integrate reference-like for relations
|
2025-07-04 16:14:14 +03:00 |
|
SiriusXT
|
885cdc8c97
|
Fix: Unable to open in a new window
|
2025-06-10 17:25:10 +08: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
|
69d1c1519f
|
fix(link): Allow external links containing # to open
|
2025-06-04 14:57:13 +08:00 |
|
SiriusXT
|
a5ba1b0489
|
fix(link): Allow external links containing # to navigate
|
2025-06-03 14:27:32 +08:00 |
|
Jon Fuller
|
c28edb674c
|
Merge branch 'develop' into feat/note-edit-readonly-fix2
|
2025-06-01 18:51:28 -07:00 |
|
Elian Doran
|
26c1cbeff1
|
chore(client): fix most type errors
|
2025-05-28 20:42:21 +03:00 |
|
SiriusXT
|
c80d7a3ec3
|
feat(toc): Collapsible TOC
|
2025-05-16 21:25:10 +08:00 |
|
perf3ct
|
caccbf49c0
|
feat(client): try a different approach to handling read-only threshold
feat(client): revert note_details.ts
|
2025-05-13 22:02:59 +00:00 |
|
Elian Doran
|
9afe2ef761
|
chore(monorepo/client): move client source files
|
2025-04-22 22:12:56 +03:00 |
|
Elian Doran
|
62dbcc0a2e
|
chore(nx): move all monorepo-style in subfolder for processing
|
2025-04-22 10:06:06 +03:00 |
|
Elian Doran
|
de2cdd5e78
|
chore(monorepo): relocate client files
|
2025-04-18 01:37:55 +03:00 |
|