Commit Graph

13812 Commits (abcf08e68cdd02c7eac0ecb459ca958045e522cc)
 

Author SHA1 Message Date
Elian Doran 7df86dd60b
Merge pull request #1439 from TriliumNext/renovate/better-sqlite3-11.x-lockfile
fix(deps): update dependency better-sqlite3 to v11.9.0
2025-03-16 12:27:32 +07:00
Elian Doran dd8818f0ac
Merge pull request #1438 from TriliumNext/renovate/typedoc-0.x
chore(deps): update dependency typedoc to v0.28.0
2025-03-16 12:26:22 +07:00
Elian Doran 35dad6ffce
Merge pull request #1437 from TriliumNext/renovate/mind-elixir-4.x
fix(deps): update dependency mind-elixir to v4.4.2
2025-03-16 12:24:51 +07:00
renovate[bot] b13cab411b
fix(deps): update dependency better-sqlite3 to v11.9.0 2025-03-16 02:48:25 +07:00
renovate[bot] 09a1227b63
chore(deps): update dependency typedoc to v0.28.0 2025-03-16 02:48:13 +07:00
renovate[bot] 511c69bdb0
fix(deps): update dependency mind-elixir to v4.4.2 2025-03-16 02:48:00 +07:00
Elian Doran 2828b39f48
chore(client/ts): port some more files 2025-03-16 00:45:46 +07:00
Elian Doran ee5eba193a
Merge pull request #1395 from TriliumNext/build_improve-electron-forge_v3
build(electron-forge): improve electron-forge build process
2025-03-15 23:53:56 +07:00
Elian Doran c1acaa0159
Merge branch 'develop' into build_improve-electron-forge_v3 2025-03-15 23:42:43 +07:00
Elian Doran bb14667bdf
fix(text): PHP, Sass, TypeScript/JSX not rendered in code blocks 2025-03-15 23:12:07 +07:00
Elian Doran 7b1299a758
fix(client): error due to typings 2025-03-15 22:45:13 +07:00
Elian Doran 3c93fdc202
feat(markdown/import): remove space in admonition 2025-03-15 22:39:33 +07:00
Elian Doran 40d233dccc
chore(deps): remove no longer necessary html-minifier 2025-03-15 22:20:43 +07:00
Elian Doran 182bccad39
chore(client/ts): port some dialogs 2025-03-15 22:14:21 +07:00
perf3ct c556989f85
Merge branch 'develop' into ai-llm-integration 2025-03-15 19:38:27 +07:00
Elian Doran 1bf16bfa22
feat(import/markdown): remove spaces in lists 2025-03-15 21:30:19 +07:00
Elian Doran 30593eeeac
refactor(import/markdown): change renderer instead of applying an uglifier 2025-03-15 21:07:02 +07:00
Elian Doran 36fa0af706
fix(docs): update calendar view documentation 2025-03-15 19:44:15 +07:00
Elian Doran 00106580ca
fix(admonitions): floating images breaking out 2025-03-15 19:31:45 +07:00
Elian Doran ac419e8ab4
feat(docs): remove inline warnings and apply admonitions 2025-03-15 18:56:55 +07:00
Elian Doran 2b1bbd4ad3
fix(build): node ABI 2025-03-15 18:37:29 +07:00
Elian Doran 3734f81752
Merge pull request #1433 from TriliumNext/renovate/better-sqlite3-11.x
fix(deps): update dependency better-sqlite3 to v11.9.0
2025-03-15 18:25:56 +07:00
Elian Doran 103894f733
Merge pull request #1432 from TriliumNext/renovate/better-sqlite3-11.x-lockfile
fix(deps): update dependency better-sqlite3 to v11.9.0
2025-03-15 18:24:27 +07:00
Elian Doran bd9fce0a50
Merge branch 'develop' into renovate/electron-35.x 2025-03-15 18:24:10 +07:00
Elian Doran c27f13d49f
fix(test): one more broken test 2025-03-15 18:18:17 +07:00
Elian Doran 2b966afbe1
fix(test): tests that got broken along the way 2025-03-15 17:51:10 +07:00
Elian Doran bc8cca664b
feat(ci): trigger dev workflow on PR and main branch 2025-03-15 17:14:17 +07:00
Elian Doran e9a0c68a28
Merge branch 'develop' into build_improve-electron-forge_v3 2025-03-15 17:00:53 +07:00
Elian Doran 103b29d3de
Revert "fix(flatpak): try setting different bin to avoid sandbox issue"
This reverts commit a778ec617f.
2025-03-15 13:44:30 +07: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 +07: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 +07: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 +07:00
Panagiotis Papadopoulos 2a5ac80c05 chore(utils/safeExtractMessageAndStackFromError): add explicit return type to have it as a named tuple 2025-03-15 12:19:27 +07:00
Panagiotis Papadopoulos c2aae45456 chore(share): fix no-unused-vars and prefer-const lint issues 2025-03-15 12:19:27 +07: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 +07: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 +07:00
Panagiotis Papadopoulos bdc829198c chore(share): use safeExtractMessageAndStackFromError to get rid of "any" in try/catch blocks 2025-03-15 12:19:26 +07:00
Panagiotis Papadopoulos 3b8c645cca Merge branch 'develop' into build_improve-electron-forge_v3 2025-03-15 12:09:52 +07:00
Elian Doran a778ec617f
fix(flatpak): try setting different bin to avoid sandbox issue 2025-03-15 13:01:28 +07:00
Elian Doran df5939b201
feat(share): add basic support for admonitions 2025-03-15 12:30:07 +07:00
Elian Doran f841b139d9
fix(admonitions): missing style on mobile 2025-03-15 12:25:48 +07:00
Elian Doran 535233fec8
feat(import/markdown): basic support for admonitions 2025-03-15 11:58:11 +07:00
Elian Doran 6d67e69e2f
feat(export/markdown): basic support for admonitions 2025-03-15 11:30:56 +07:00
Elian Doran b1e3ea4c80
fix(admonition): inserting new admonitions of given type not working 2025-03-15 10:50:04 +07:00
Elian Doran 0f41afe841
fix(tmp): files not cleaned up 2025-03-15 10:34:17 +07:00
Elian Doran aa6ee3fd60
fix(global_menu): double separator on mobile 2025-03-15 10:34:07 +07:00
Elian Doran 0f28bbb1be
feat(server): use custom temporary directory within trilium-data 2025-03-15 10:11:54 +07:00
renovate[bot] 9136f07968
fix(deps): update dependency better-sqlite3 to v11.9.0 2025-03-15 02:52:57 +07:00
renovate[bot] bd39f38d1a
fix(deps): update dependency better-sqlite3 to v11.9.0 2025-03-15 02:52:41 +07:00
Elian Doran 45b7d51db9
fix(zen): missing edit read-only note (closes #1371) 2025-03-15 02:21:00 +07:00