3336 Commits

Author SHA1 Message Date
Elian Doran
f86434523e
fix(export): maintain same order of attachments 2025-03-11 18:27:08 +02:00
Elian Doran
a2795f3440
fix(import/markdown): title deduplication breaking special chars 2025-03-11 17:51:35 +02:00
Elian Doran
a441ea2461
feat(md): rewrite image URL with spaces 2025-03-11 17:12:56 +02:00
Elian Doran
d639798fa8
refactor(server): deduplicate options init 2025-03-10 21:21:59 +02:00
Elian Doran
d134ee0552
fix(edit-docs): preserve attachment IDs 2025-03-10 20:50:57 +02:00
Elian Doran
7a4b1b41b4
feat(edit-docs): periodic export 2025-03-10 19:34:10 +02:00
Elian Doran
841bc54f78
feat(edit-docs): preserve IDs when importing 2025-03-10 19:14:46 +02:00
Elian Doran
f3d753cc46
feat(edit-docs): initialize database automatically 2025-03-10 17:04:17 +02:00
Elian Doran
df2a9aed44
feat(edit-docs): automatically write documentation on start-up 2025-03-10 16:20:48 +02:00
Panagiotis Papadopoulos
c120132cbb
Merge branch 'develop' into chore_eslint-fixes_src-routes 2025-03-08 17:15:53 +01:00
Panagiotis Papadopoulos
ecf1a0e4ad refactor(utils): add safeExtractMessageAndStackFromError util to remove code duplication 2025-03-08 17:07:25 +01:00
Elian Doran
268b666d52
feat(template): duplicate content for geomap & mindmap (closes #357) 2025-03-08 04:28:24 +02:00
Elian Doran
ed06a3ee97
feat(template): duplicate content for relation map 2025-03-08 04:26:30 +02:00
Elian Doran
5d9bea8987
feat(template): duplicate content for canvas 2025-03-08 04:24:09 +02:00
Elian Doran
c7b99adb6a
feat(template): duplicate content for mermaid diagrams 2025-03-08 04:23:05 +02:00
Elian Doran
c297f88395
chore(server): remove unnecessary log 2025-03-08 02:10:14 +02:00
Elian Doran
a6e7f98f69
chore(release): 0.92.3-beta 2025-03-07 23:59:10 +02:00
Elian Doran
00e576b052
Revert "Merge pull request #1234 from TriliumNext/feature/task_list"
This reverts commit 58a8821c229898c45551da16476d44c010c345ef, reversing
changes made to 50d491b432ce811c4d5e597e952eb18a89ae6c19.
2025-03-06 23:52:01 +02:00
Elian Doran
ee7b97ae56
revert(db): back to 228 (no tasks) 2025-03-06 23:45:06 +02:00
Elian Doran
deb5d82c02
fix(test): broken after adding content-only languages 2025-03-05 22:18:24 +02:00
Elian Doran
1976fe6729
Merge remote-tracking branch 'origin/develop' into feature/rtl
; Conflicts:
;	src/public/app/widgets/floating_buttons/help_button.ts
2025-03-05 21:57:53 +02:00
Elian Doran
d582fdea02
feat(settings/i18n): filter only display languages 2025-03-04 22:19:37 +02:00
Elian Doran
4c89a2ac27
feat(i18n): sort languages alphabetically 2025-03-04 20:51:22 +02:00
Elian Doran
951f4c4921
feat(note_language): align list of languages to the right 2025-03-04 20:48:36 +02:00
Elian Doran
c6b3c1bf88
feat(note_language): add right-to-left languages 2025-03-04 20:31:51 +02:00
Elian Doran
65a51153b3
Merge remote-tracking branch 'origin/develop' into chore_prettier 2025-03-03 20:21:47 +02:00
Elian Doran
741a4af570
fix(build): an argument was not provided 2025-03-03 20:00:52 +02:00
Elian Doran
b99ead6a84
feat(setings): add option section for settings 2025-03-02 22:23:47 +02:00
Elian Doran
e7d2be4663
feat(options/language): store list of languages 2025-03-02 21:58:40 +02:00
Panagiotis Papadopoulos
2beaaa95bf chore(prettier): fix code style 2025-03-02 20:47:57 +01:00
Elian Doran
1ca485e4b5
fix(migration): using async in transaction 2025-03-02 20:43:01 +02:00
Elian Doran
b4310b5275
fix(migration): ESM imports not working on Windows 2025-03-02 20:23:38 +02:00
Elian Doran
f04e747786
fix(migration): TypeScript migrations not run 2025-03-02 19:59:50 +02:00
Elian Doran
a80c3e32f1
fix(migration): JavaScript-based migrations not working 2025-03-02 19:39:06 +02:00
Elian Doran
01ff3d396d
chore(test): add database testing migration 2025-03-02 17:11:07 +02:00
Elian Doran
17884558ad
fix(server): build errors after newer types 2025-03-01 10:16:24 +02:00
Elian Doran
bd933dde28
chore(test): disable download of images 2025-02-26 18:58:08 +02:00
Elian Doran
fcd7b986aa
feat(tasks): make due date editable 2025-02-25 18:36:46 +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
Elian Doran
24c02e013b
fix(import/enex): "Missing or wrong content type for resource" (fixes #943) 2025-02-23 19:58:43 +02:00
Elian Doran
58a8821c22
Merge pull request #1234 from TriliumNext/feature/task_list
Task List
2025-02-22 14:37:44 +02:00
Elian Doran
0b11f4d9c7
chore(server): bump sync version 2025-02-22 14:34:44 +02:00
Elian Doran
8390807212
release 0.92.2-beta 2025-02-22 13:59:41 +02:00
Elian Doran
3c83112240
Merge pull request #1250 from TriliumNext/feat_typescript-codenote
feat(options_init): add typescript as default set codeNotesMimeTypes value
2025-02-22 12:55:40 +02:00
Elian Doran
4e876ed24d
fix(build): build errors after changing meta data type 2025-02-22 12:52:25 +02:00
Elian Doran
411e3dfa0e
server(export): export Markdown using ATX heading syntax (closes #1251) 2025-02-22 12:45:21 +02:00
Elian Doran
a1bfc6aae7
feat(hidden_subtree): update help note icons 2025-02-22 12:31:39 +02:00
Elian Doran
97bc103e76
feat(in_app_help): support folder icons 2025-02-22 12:30:47 +02:00