3409 Commits

Author SHA1 Message Date
Elian Doran
d05bc03074
feat(in-app-help): use preprocessed subtree data 2025-04-12 00:48:51 +03:00
Elian Doran
460014e54f
feat(docs-edit): don't include HTML wrappers 2025-04-12 00:27:15 +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
Elian Doran
6231ac59d6
chore(edit-docs): change import mechanism 2025-04-11 14:02:55 +03:00
Jin
998abb35be fix: 🐛 fix calendar unit test error 2025-04-10 21:12:56 +02:00
Jin
a554085681 fix: 🐛 fix tray.ts build error 2025-04-10 21:01:00 +02:00
Elian Doran
32a6aed93b
Merge remote-tracking branch 'origin/develop' into calendar 2025-04-10 21:25:58 +03:00
Elian Doran
64869f80ee
chore(release): 0.92.7 2025-04-10 21:06:20 +03:00
Panagiotis Papadopoulos
1979affa8a refactor(auth): simplify hasRedirectBareDomain
following change suggestion requested here
https://github.com/TriliumNext/Notes/pull/1668#pullrequestreview-2755816018
2025-04-10 19:49:00 +02:00
Panagiotis Papadopoulos
a819166ae5 fix(auth): avoid "Error: Option 'redirectBareDomain' doesn't exist" on new installations
fixes #1667
2025-04-10 19:49:00 +02:00
Elian Doran
a88a92d490
feat(edit-docs): rewrite links to allow navigation in help 2025-04-09 15:48:03 +03:00
Elian Doran
27ad451bd8
feat(electron): support transparency on Linux if background effects are enabled 2025-04-09 14:10:11 +03:00
Panagiotis Papadopoulos
eae68064e5 types(recovery_codes): use sql.transactional Generics to simplify typings 2025-04-09 08:41:55 +02:00
Panagiotis Papadopoulos
af85ef0b47 types(services/sql): explicitly cast return value as type variable T instead of any
previously the type variable was useless, because
`const ret = (dbConnection.transaction(func) as any).deferred();` was inferred as "any".
2025-04-09 08:34:42 +02:00
Panagiotis Papadopoulos
80dd925231 chore(lint): fix minor lint issues in recovery_codes
/home/pano/Programming/0_repos/TriliumNextNotes/src/services/encryption/recovery_codes.ts
   2:1  error  Imports should be sorted alphabetically                            sort-imports
   3:1  error  Imports should be sorted alphabetically                            sort-imports
  13:9  error  'encryptedRecoveryCodes' is never reassigned. Use 'const' instead  prefer-const
  57:5  error  Unexpected var, use let or const instead                           no-var
2025-04-09 08:19:20 +02:00
Elian Doran
3a1f1ceedb
fix(export/markdown): double slashes breaking math expressions (closes #1649) 2025-04-08 12:06:46 +03:00
Elian Doran
36bf34215c
Merge branch 'develop' into calendar 2025-04-06 16:39:56 +03:00
Elian Doran
ab6d68fc68
chore(release): 0.92.6 2025-04-06 12:46:07 +03:00
Elian Doran
74d55d500c
feat(editor): rewrite <s> to <del> 2025-04-05 22:37:02 +03:00
Elian Doran
ab416e02b4
feat(import/markdown): preserve column widths 2025-04-05 21:43:26 +03:00
Elian Doran
b6c185fd32
feat(import/markdown): preserve image width 2025-04-05 21:43:26 +03:00
Elian Doran
447439efd6
feat(import/markdown): preserve fractional widths 2025-04-05 21:43:26 +03:00
Elian Doran
8977926c00
fix(test): failed test due to change in figure handling 2025-04-05 17:51:03 +03:00
Elian Doran
cdb5ebb080
feat(import/markdown): preserve trailing semicolon in figure style 2025-04-05 12:37:06 +03:00
Elian Doran
8cb10764b6
feat(import/markdown): preserve trailing semicolon in img 2025-04-05 12:31:02 +03:00
Elian Doran
64ccea5702
feat(import/markdown): preserve figure image size 2025-04-05 11:37:26 +03:00
Elian Doran
7293f59a80
fix(export/markdown): math expressions not working due to string escaping 2025-04-05 11:05:27 +03:00
Elian Doran
4bb767f8ee
fix(import/markdown): preserve escaped math expressions 2025-04-05 10:46:33 +03:00
Elian Doran
721bf455e1
refactor(import/markdown): add guard condition for processing math 2025-04-05 09:59:42 +03:00
Elian Doran
e6b9ecda5c
feat(import/markdown): import in-line math properly 2025-04-05 09:59:10 +03:00
Elian Doran
07b5cd3b05
feat(import/markdown): import in-display math properly 2025-04-05 09:57:44 +03:00
Elian Doran
fc4eb13e8d
feat(export/markdown): export display math properly 2025-04-05 09:32:08 +03:00
Elian Doran
894cfe4f7a
feat(export/markdown): export in-line math properly 2025-04-05 09:28:18 +03:00
Elian Doran
c80d016305
feat(markdown): preserve figures 2025-04-05 03:23:31 +03:00
Elian Doran
319cccfb15
feat(markdown): preserve image width/height attribute 2025-04-05 03:01:06 +03:00
Elian Doran
da42ddeee7
refactor(export/markdown): use let instead of var 2025-04-05 02:42:24 +03:00
Elian Doran
6a69e9b208
feat(markdown): use different approach for reference links 2025-04-05 02:31:52 +03:00
Elian Doran
4f22850ea9
feat(import/export): import reference links 2025-04-05 01:56:31 +03:00
Jin
7bb1e60726 refactor: 💡 fix date_notes format 2025-04-04 13:59:01 +02:00
Jin
f9c0b88539 refactor: 💡 fix lint 2025-04-04 13:55:13 +02:00
Jin
6a0207dc45 fix: 🐛 fix async errors 2025-04-04 13:46:39 +02:00
Jin
79a7513325 fix: 🐛 fix ordinal locale 2025-04-03 19:51:01 +02:00
Elian Doran
0acc14fc46
chore(backup): log when backup starts 2025-04-03 20:23:25 +03:00
Elian Doran
32db26684d
feat(import/markdown): normalize non-breaking spaces 2025-04-03 19:29:51 +03:00
Jin
dc16b2cb26 Merge branch 'develop' into calendar 2025-04-03 17:32:57 +02:00
Jin
0e3e8233e3 test: 💍 add journal unit test 2025-04-03 01:02:05 +02:00
Jin
7cbdacc9b0 feat: 🎸 improve journal name pattern 2025-04-03 00:21:14 +02:00
Jin
6ea3d5fb17 feat: 🎸 add yearPattern 2025-04-03 00:20:41 +02:00
Jin
d7df050027 feat: 🎸 add localization for week and quarter note name 2025-04-02 23:58:12 +02:00