1151 Commits

Author SHA1 Message Date
Panagiotis Papadopoulos
d3283746fc fix(type_widgets/doc): import i18next
since we don't export the full i18n object (not sure why?),
I had to add an additional export "getCurrentLanguage"

-> needs to be a function, because otherwise it will be a static value (being set to undefined),
which is *not* what we want
2025-02-28 08:30:35 +01:00
Panagiotis Papadopoulos
f3148bf478 build: let webpack bundle i18next 2025-02-28 08:26:48 +01:00
Panagiotis Papadopoulos
559517ace1 build: let webpack bundle split.js 2025-02-27 23:00:44 +01:00
Panagiotis Papadopoulos
49a2eb0ccf build: let webpack bundle dayjs 2025-02-27 22:44:18 +01:00
Elian Doran
2ea85dc238
feat(tasks): trim task name 2025-02-26 22:43:38 +02:00
Elian Doran
fa60295ab2
feat(note_list): improve file footer 2025-02-26 22:43:38 +02:00
Elian Doran
fcd7b986aa
feat(tasks): make due date editable 2025-02-25 18:36:46 +02:00
Elian Doran
23d01ec351
fix(build): type definitions for context menu 2025-02-24 21:35:35 +02:00
Elian Doran
2ab22e7b0e
fix(client): type errors due to command change 2025-02-24 12:39:40 +02:00
Elian Doran
147c340529
Merge remote-tracking branch 'origin/develop' into port/client_ts 2025-02-24 10:14:52 +02:00
Elian Doran
87e687147d
Merge remote-tracking branch 'origin/develop' into port/client_ts 2025-02-24 10:10:34 +02:00
Panagiotis Papadopoulos
add6f80aeb chore(ts/content_renderer): add FAttachment types as used in attachment_detail 2025-02-23 12:52:37 +01:00
Panagiotis Papadopoulos
4ddc36f6b8 chore(ts): import AttachmentRow type in load_results 2025-02-23 12:52:37 +01:00
Panagiotis Papadopoulos
31170744d1 chore(ts): allow link.createLink notePath type to accept undefined
it can also accept undefined -> it is even handled in that first if block.
change required for upcoming port of attachment_*.js files
2025-02-23 12:52:36 +01:00
Elian Doran
f6224d9ec4
Merge pull request #1168 from TriliumNext/chore_bootstrap-ts-ignore
build: bundle bootstrap with webpack
2025-02-22 14:57:47 +02:00
Panagiotis Papadopoulos
cf11be7f35 chore(ts): get rid of bootstrap related ts-ignores 2025-02-22 11:56:56 +01:00
Elian Doran
a3fbf15902
Merge remote-tracking branch 'origin/develop' into feature/task_list 2025-02-22 11:03:18 +02:00
Elian Doran
a9cebe312f
refactor(views/calendar): use specific API for date notes for performance 2025-02-22 10:59:03 +02:00
Elian Doran
710cf68c06
feat(views/calendar): make calendar full height 2025-02-21 17:56:34 +02:00
Elian Doran
62c96fc95e
feat(tasks): implement basic refresh support 2025-02-19 22:34:52 +02:00
Elian Doran
c0d3e8d834
feat(tasks): filter by parent note 2025-02-19 22:13:13 +02:00
Elian Doran
bb822126cd
feat(tasks): store parent note ID 2025-02-19 21:52:33 +02:00
Elian Doran
034b93c99c
feat(tasks): support entities reloaded properly 2025-02-19 21:30:53 +02:00
Elian Doran
7c0b43db85
feat(tasks): mark tasks as completed 2025-02-19 19:22:38 +02:00
Elian Doran
0b8e3b976f
fix(client/tasks): error due to froca update 2025-02-18 21:16:32 +02:00
Elian Doran
c00505cd7b
feat(client/tasks): create flow for creating a task 2025-02-18 21:06:51 +02:00
Elian Doran
7cba5a7c7d
feat(client/tasks): display tasks 2025-02-18 19:58:00 +02:00
Elian Doran
1024733252
feat(client/tasks): create task list note type 2025-02-18 19:42:27 +02:00
Elian Doran
e73ea36161
feat(in_app_help): contextual help for book types 2025-02-16 18:09:01 +02:00
Elian Doran
6d3325766d
feat(view/calendar): refresh calendar when entities change 2025-02-16 13:22:44 +02:00
Elian Doran
68ccd23540
refactor(views): pass argument to constructor 2025-02-15 10:13:47 +02:00
Elian Doran
4592d6750b
feat(view/calendar): render a text in calendar view 2025-02-13 23:46:20 +02:00
Elian Doran
e2bbee8e16
refactor(client): move implementation out of note_list_renderer 2025-02-13 23:23:18 +02:00
Elian Doran
eecbfd0206
fix(client): note autocomplete not working properly on enter (closes #1100) 2025-02-13 22:09:08 +02:00
Elian Doran
e7f5d1d280
fix(client/ts): load only needed CodeMirror plugins 2025-02-12 22:49:47 +02:00
Elian Doran
0ca9809457
feat(client,server): support mid: links 2025-02-11 22:18:29 +02:00
Elian Doran
4d0969da0a
refactor(client,server): support for URL schemes 2025-02-11 22:14:44 +02:00
Elian Doran
2a90f4c6e9
chore(client/ts): port note_wrapper 2025-02-08 21:42:12 +02:00
Elian Doran
f50f767e79
fix(client): console error if latest version could not be retrieved 2025-02-08 10:50:55 +02:00
Elian Doran
f12aed9ac0
feat(in-app-help): hide #docName from note preview 2025-02-07 22:55:50 +02:00
Elian Doran
cecd7eccad
Merge remote-tracking branch 'origin/develop' into feature/in_app_help 2025-02-07 22:28:01 +02:00
Elian Doran
0dbd136b48
feat(note_tooltip): clickable note title (closes #1063) 2025-02-07 21:44:17 +02:00
Elian Doran
02d16d0125
feat(note_tooltip): improve layout for empty notes 2025-02-07 21:36:22 +02:00
Elian Doran
f77a29d7fe
fix(note_tooltip): redundant padding on empty note with no children 2025-02-07 21:19:58 +02:00
Elian Doran
9d097a0ee7
feat(note_tooltip): hide #geolocation 2025-02-07 21:14:40 +02:00
Elian Doran
5173e37d8f
chore(client/ts): port type_widget 2025-02-05 21:06:21 +02:00
Elian Doran
7fa0ad336e
Merge remote-tracking branch 'origin/develop' into feature/in_app_help 2025-02-05 19:56:03 +02:00
Elian Doran
e2c0c6ef92
feat(in-app-help): don't open table of contents when in help view 2025-02-02 21:37:41 +02:00
perfectra1n
363360f0d5 we can just remove mac_init now since we're not using it 2025-02-02 10:21:59 -08:00
perfectra1n
512440684e remove mac_init functionality as it was overriding paste (and other) functionality, and is no longer needed 2025-02-02 10:19:21 -08:00