9707 Commits

Author SHA1 Message Date
Panagiotis Papadopoulos
a979e87a7f refactor(cookiePath): remove non-working cookiePath option
this option will currently not work => the cookie will never
be set by the server, if you use a different path other than "/"

in order for this to work we would need to introduce some kind of
"custom route prefix", that would make express serve the routes with
the custom prefix — but that kinda falls more into a reverse proxy
job territory.

So let's remove this feature for now and amend the docs on how to
correctly handle the cookies per instance via the reverse proxy.
2025-04-13 10:53:34 +02:00
Elian Doran
84883a6e26
docs(backend_api): generate frontend script API as well 2025-04-12 13:30:24 +03:00
Elian Doran
e8f6e2d433
docs(backend_api): set proper module name 2025-04-12 13:19:03 +03:00
Elian Doran
dd42c067f9
docs(backend_api): set proper entry point and include all internal modules 2025-04-12 13:13:39 +03:00
Elian Doran
d74504d822
chore(docs): sync 2025-04-12 12:46:21 +03:00
Elian Doran
27ccc56b6d
feat(import/markdown): handle markup in note title 2025-04-12 12:46:00 +03:00
Elian Doran
08a56300b0
feat(docs): improve internal links documentation 2025-04-12 11:50:26 +03:00
Elian Doran
bede12f3f6
feat(docs): improve external links documentation 2025-04-12 11:41:37 +03:00
Elian Doran
60217d4e4f
feat(quick_search): align popup to bottom-center (closes #1679) 2025-04-12 11:27:51 +03:00
Elian Doran
7fba2dfb8b
fix(launcher): clarify quick search (closes #1680) 2025-04-12 11:14:38 +03:00
Elian Doran
7b297a5ed7
feat(link): support target=_blank for URLs 2025-04-12 11:08:02 +03:00
Elian Doran
44b9b3d7b8
feat(mobile): add info dialog 2025-04-12 10:55:42 +03:00
Elian Doran
4e7a7e334e
feat(mobile): request confirmation for deleting notes 2025-04-12 10:55:42 +03:00
Elian Doran
8163d2d904
style(mobile): modal bottom margin when no safe margin is set 2025-04-12 10:55:42 +03:00
Elian Doran
3d5868d6b9
style(mobile): height of confirm dialogs 2025-04-12 10:55:42 +03:00
Elian Doran
dfab892879
feat(mobile): improve fit of note revisions 2025-04-12 10:55:42 +03:00
Elian Doran
626191ad2f
feat(mobile): add note revisions dialog 2025-04-12 10:55:42 +03:00
Elian Doran
69a5c90ada
refactor(mobile): share protected session & confirm dialogs 2025-04-12 10:55:42 +03:00
Elian Doran
a89b868509
feat(mobile): support markdown import dialog 2025-04-12 10:55:42 +03:00
Elian Doran
15a683bce1
feat(mobile): support import/export dialog 2025-04-12 10:55:42 +03:00
Elian Doran
aac195c332
feat(mobile): support move/clone to dialog 2025-04-12 10:55:42 +03:00
Elian Doran
9aaf48426a
feat(mobile): support note type selector 2025-04-12 10:55:42 +03:00
Elian Doran
cd00c89dfe
feat(mobile): support sort child notes dialog 2025-04-12 10:55:42 +03:00
Elian Doran
f348f5d7ed
feat(mobile): support branch prefix dialog 2025-04-12 10:55:42 +03:00
Elian Doran
bbd76069c1
refactor(mobile): use shared modal configuration with desktop 2025-04-12 10:55:41 +03:00
Elian Doran
a8f1abb77f
fix(mobile): tree not closing after pressing menu item 2025-04-12 10:55:41 +03:00
Elian Doran
e5f7b978e0
style(mobile): add a safe bottom region in modals 2025-04-12 10:55:41 +03:00
Elian Doran
d2229d6179
fix(mobile): make modal windows scrollable 2025-04-12 10:55:41 +03:00
Elian Doran
167bd39e5b
fix(mobile): add bulk actions dialog 2025-04-12 10:55:41 +03:00
Elian Doran
abc9f49ae6
fix(mobile): include note & add link dialogs (closes #1677) 2025-04-12 09:24:07 +03:00
Elian Doran
3c88e3c12c
fix(test): help buttons ID check after change in structure 2025-04-12 09:16:20 +03:00
Elian Doran
d3e18a68a8
chore(docs): align images with source 2025-04-12 01:36:17 +03:00
Elian Doran
72237df6a2
chore(docs): optimize JPEG images 2025-04-12 01:17:00 +03:00
Elian Doran
38d33abfd4
chore(docs): remove unnecessary index and style files 2025-04-12 01:13:45 +03:00
Elian Doran
4e5b007c40
feat(docs): optimize PNG images (-2.8 MB) 2025-04-12 00:59:53 +03:00
Elian Doran
aaaadcb705
chore(docs): remove image meta 2025-04-12 00:55:49 +03:00
Elian Doran
d05bc03074
feat(in-app-help): use preprocessed subtree data 2025-04-12 00:48:51 +03:00
Elian Doran
fe7650f6ce
feat(docs-edit): minify meta JSON (429 KB gain) 2025-04-12 00:37:36 +03:00
Elian Doran
c9dba8c0e7
chore(docs): remove HTML wrapper 2025-04-12 00:32:54 +03:00
Elian Doran
8ecefa4eec
feat(in-app-help): adapt to no HTML wrapper 2025-04-12 00:32:43 +03:00
Elian Doran
460014e54f
feat(docs-edit): don't include HTML wrappers 2025-04-12 00:27:15 +03:00
Elian Doran
9c0c1bad2d
chore(docs): sync 2025-04-12 00:14:00 +03:00
Elian Doran
2b53a1c534
chore(docs): mention admonitions in CKEditor 2025-04-12 00:02:01 +03:00
Elian Doran
b26e430c3e
Merge pull request #1673 from TriliumNext/fix_cal
Fix calendar widget doesn't close when click on a note
2025-04-11 23:50:25 +03:00
Elian Doran
0acdab29af
feat(docs): document multiple server instances & reorganize 2025-04-11 23:32:53 +03:00
Elian Doran
7c88681e70
feat(docs): document most features of text notes 2025-04-11 23:21:44 +03:00
Jin
73b043fe8d refactor: 💡 add command data back for tracing aspect 2025-04-11 20:41:04 +02:00
Elian Doran
91daef863d
chore(docs): merge syntax highlight docs 2025-04-11 20:15:33 +03:00
Elian Doran
2e4524361b
feat(export/markdown): preserve include section 2025-04-11 20:00:32 +03:00
Elian Doran
539e3f1b6a
feat(export/markdown: trim confusing whitespace in lists 2025-04-11 19:25:22 +03:00