9685 Commits

Author SHA1 Message Date
Elian Doran
4d55374784
feat(calendar): add now indicator 2025-03-16 20:40:14 +02:00
Elian Doran
2b24673019
chore(calendar): remove redundant log 2025-03-16 20:38:25 +02:00
Elian Doran
d7e31f94fd
feat(calendar): allow dragging timed events 2025-03-16 20:34:05 +02:00
Elian Doran
ccd9bfc1e7
fix(calendar): end date when inserting with time 2025-03-16 20:26:03 +02:00
Elian Doran
55ccbfe1cc
fix(calendar): handling of start time/end time 2025-03-16 20:16:52 +02:00
Elian Doran
680729de63
feat(calendar): allow dragging to set the time 2025-03-16 20:09:21 +02:00
Elian Doran
9412cfc19f
feat(calendar): support missing end time 2025-03-16 20:00:43 +02:00
Elian Doran
9083c18392
feat(calendar): support start & end date 2025-03-16 19:54:27 +02:00
Elian Doran
7570205059
feat(calendar): set up time grid 2025-03-16 19:46:39 +02:00
Elian Doran
4e7572cf04
chore(client/ts): port more files 2025-03-16 18:31:31 +02:00
Elian Doran
7f4f8bcc75
chore(client/ts): port some more files 2025-03-16 17:31:28 +02:00
Elian Doran
62706a6af2
chore(release): 0.92.4 2025-03-16 16:04:21 +02:00
Elian Doran
79c82b16ce
feat(docs): document admonitions 2025-03-16 16:00:10 +02:00
Elian Doran
ba96806fab
chore(docs): change order of top level elements 2025-03-16 15:56:59 +02:00
Elian Doran
8c1f4b0014
feat(docs): erase unnecessary attachments 2025-03-16 14:45:21 +02:00
Elian Doran
051cba9a6d
fix(docs): content language attachment 2025-03-16 14:41:58 +02:00
Elian Doran
800424405a
fix(import/zip): support special characters for attachments 2025-03-16 14:39:27 +02:00
Elian Doran
132a8f7c65
chore(docs): update to match new img handling 2025-03-16 14:05:38 +02:00
Elian Doran
3eaa68da23
feat(import/markdown): maintain consistency with CKEditor for images 2025-03-16 13:58:31 +02:00
Elian Doran
8aaf2367e9
feat(in-app-help): hide notes that are hidden from share 2025-03-16 13:33:07 +02:00
Elian Doran
6f799692e0
feat(in-app-help): render note list 2025-03-16 13:24:34 +02:00
Elian Doran
2828b39f48
chore(client/ts): port some more files 2025-03-16 00:45:46 +02:00
Elian Doran
bb14667bdf
fix(text): PHP, Sass, TypeScript/JSX not rendered in code blocks 2025-03-15 23:12:07 +02:00
Elian Doran
7b1299a758
fix(client): error due to typings 2025-03-15 22:45:13 +02:00
Elian Doran
3c93fdc202
feat(markdown/import): remove space in admonition 2025-03-15 22:39:33 +02:00
Elian Doran
182bccad39
chore(client/ts): port some dialogs 2025-03-15 22:14:21 +02:00
Elian Doran
1bf16bfa22
feat(import/markdown): remove spaces in lists 2025-03-15 21:30:19 +02:00
Elian Doran
30593eeeac
refactor(import/markdown): change renderer instead of applying an uglifier 2025-03-15 21:07:02 +02:00
Elian Doran
36fa0af706
fix(docs): update calendar view documentation 2025-03-15 19:44:15 +02:00
Elian Doran
00106580ca
fix(admonitions): floating images breaking out 2025-03-15 19:31:45 +02:00
Elian Doran
ac419e8ab4
feat(docs): remove inline warnings and apply admonitions 2025-03-15 18:56:55 +02:00
Elian Doran
c27f13d49f
fix(test): one more broken test 2025-03-15 18:18:17 +02:00
Elian Doran
2b966afbe1
fix(test): tests that got broken along the way 2025-03-15 17:51:10 +02:00
Panagiotis Papadopoulos
73305a5327 chore(share): remove unused args
addresses https://github.com/TriliumNext/Notes/pull/1384#discussion_r1989045491
2025-03-15 12:31:33 +01:00
Panagiotis Papadopoulos
ae1ef55522 chore(share): remove unused "_next"
addresses https://github.com/TriliumNext/Notes/pull/1384#discussion_r1989044764
2025-03-15 12:27:02 +01:00
Panagiotis Papadopoulos
a5a66a12e2 chore(share): fix tsc nagging about svg not existing on unknown
JSON and TS without using a validation library like zod, is really a bit of a pain in the backside...
2025-03-15 12:19:27 +01:00
Panagiotis Papadopoulos
2a5ac80c05 chore(utils/safeExtractMessageAndStackFromError): add explicit return type to have it as a named tuple 2025-03-15 12:19:27 +01:00
Panagiotis Papadopoulos
c2aae45456 chore(share): fix no-unused-vars and prefer-const lint issues 2025-03-15 12:19:27 +01:00
Panagiotis Papadopoulos
cd9d90323c chore(share): fix @typescript-eslint/no-unused-vars for unused note variable
there's no need to assign a variable, if we never use the value outside of the if check
2025-03-15 12:19:26 +01:00
Panagiotis Papadopoulos
c2b75a6421 chore(share): fix @typescript-eslint/no-unused-vars for "next"
alternative solution, since they are unused and it is the last argument → remove it.
We can still go that route later on though, if we agree upon it.
2025-03-15 12:19:26 +01:00
Panagiotis Papadopoulos
bdc829198c chore(share): use safeExtractMessageAndStackFromError to get rid of "any" in try/catch blocks 2025-03-15 12:19:26 +01:00
Elian Doran
df5939b201
feat(share): add basic support for admonitions 2025-03-15 12:30:07 +02:00
Elian Doran
f841b139d9
fix(admonitions): missing style on mobile 2025-03-15 12:25:48 +02:00
Elian Doran
535233fec8
feat(import/markdown): basic support for admonitions 2025-03-15 11:58:11 +02:00
Elian Doran
6d67e69e2f
feat(export/markdown): basic support for admonitions 2025-03-15 11:30:56 +02:00
Elian Doran
0f41afe841
fix(tmp): files not cleaned up 2025-03-15 10:34:17 +02:00
Elian Doran
aa6ee3fd60
fix(global_menu): double separator on mobile 2025-03-15 10:34:07 +02:00
Elian Doran
0f28bbb1be
feat(server): use custom temporary directory within trilium-data 2025-03-15 10:11:54 +02:00
Elian Doran
45b7d51db9
fix(zen): missing edit read-only note (closes #1371) 2025-03-15 02:21:00 +02:00
Elian Doran
6c1f631ddb
fix(right_pane): buttons disappearing (force min width, closes #1419). 2025-03-15 02:08:46 +02:00