15465 Commits

Author SHA1 Message Date
Elian Doran
c34b4ceba5
fix(client): wrong name for assets 2025-05-20 12:29:36 +03:00
Elian Doran
0edbc7311a
chore(deps): remove cdn-assets from client 2025-05-20 12:13:32 +03:00
Elian Doran
aa298fa80b
fix(client): optimizing highlightjs causes issues in prod 2025-05-20 12:12:31 +03:00
Elian Doran
02dd61fad6
Revert "fix(client/vite): highlight.js not playing well with ESM-native"
This reverts commit 7702a8764080b6306f0fba2b88da67d90b7e3158.
2025-05-20 11:58:11 +03:00
Elian Doran
6d4c57f136
chore(deps): explicit dependency on highlight.js 2025-05-20 11:58:08 +03:00
Elian Doran
9ec08fd63f
Revert "test(highlightjs): broken import"
This reverts commit c7a4c927c665b669127fc7f6066e612b162aa5ff.
2025-05-20 11:57:30 +03:00
Elian Doran
17187e2de1
Revert "test(highlightjs): another broken import"
This reverts commit 7743f99b6f38d28ac9d09bd41b496a53150c4693.
2025-05-20 11:57:24 +03:00
Elian Doran
2b02c4856e
Revert "fix(highlightjs): broken imports for syntax highlighting"
This reverts commit b242809eb27d7ab103001431c40fb4ce83c05d41.
2025-05-20 11:57:17 +03:00
Elian Doran
26aba7866c
Revert "fix(highlightjs): languages incorrectly imported"
This reverts commit 6286c393814e9109c3ebcb7dcb35a15bcd04dfd5.
2025-05-20 11:56:43 +03:00
Elian Doran
57108d4dfd
Merge remote-tracking branch 'origin/develop' into client_vite 2025-05-20 11:02:01 +03:00
Elian Doran
8f3d98b14b
docs(release): update 2025-05-20 10:55:10 +03:00
Elian Doran
82242a8c16
Merge pull request #1962 from TriliumNext/left-pane
Fix: The button for toggling the left pane visibility in the launcher…
2025-05-20 10:52:48 +03:00
Elian Doran
4985b043fc
Merge pull request #1975 from TriliumNext/update-button
fix(global_menu): Fix update button is blank
2025-05-20 10:50:49 +03:00
Elian Doran
ff6630f236
Merge pull request #1976 from FliegendeWurst/readme-rewrite
Reorganize + rewrite readme, reducing redundancy
2025-05-20 10:48:56 +03:00
Elian Doran
fb379c908c
Merge pull request #1977 from TriliumNext/renovate/leaflet-1.x
chore(deps): update dependency @types/leaflet to v1.9.18
2025-05-20 10:39:46 +03:00
Elian Doran
4e4da17644
Merge pull request #1980 from TriliumNext/renovate/multer-2.x
chore(deps): update dependency multer to v2
2025-05-20 10:38:31 +03:00
Elian Doran
8bb90a4dd0
Merge pull request #1982 from TriliumNext/renovate/marked-15.x
fix(deps): update dependency marked to v15.0.12
2025-05-20 10:37:49 +03:00
renovate[bot]
528bd9ca03
fix(deps): update dependency marked to v15.0.12 2025-05-20 07:14:26 +00:00
Elian Doran
36f46e1e45
chore(deps): remove unnecessary @types 2025-05-20 10:14:16 +03:00
SiriusXT
8aa3a96857 Merge branch 'develop' into left-pane 2025-05-20 15:10:52 +08:00
Elian Doran
f5d8aeb2dc
Merge pull request #1966 from TriliumNext/renovate/diff-8.x
chore(deps): update dependency @types/diff to v8
2025-05-20 10:09:58 +03:00
Elian Doran
571617f89e
Merge branch 'develop' into renovate/leaflet-1.x 2025-05-20 10:08:26 +03:00
Elian Doran
332a330ab9
Merge pull request #1978 from TriliumNext/renovate/vitest-monorepo
chore(deps): update vitest monorepo to v3.1.4
2025-05-20 09:50:40 +03:00
Elian Doran
75710a195f
Merge pull request #1979 from TriliumNext/renovate/i18next-25.x
fix(deps): update dependency i18next to v25.2.0
2025-05-20 09:50:16 +03:00
SiriusXT
025c6a4e0e fix(leftpaneVisibility): Make leftpane visibility switch no longer depend on entitiesReloadedEvent 2025-05-20 14:33:01 +08:00
FliegendeWurst
35d68b0778 Reorganize + rewrite readme, reducing redundancy 2025-05-20 08:17:03 +02:00
renovate[bot]
48f8feb6e1
chore(deps): update dependency multer to v2 2025-05-20 02:48:51 +00:00
renovate[bot]
28cc563f54
fix(deps): update dependency i18next to v25.2.0 2025-05-20 02:48:09 +00:00
renovate[bot]
167a2aff5b
chore(deps): update vitest monorepo to v3.1.4 2025-05-20 02:47:21 +00:00
renovate[bot]
9ae05cb95e
chore(deps): update dependency @types/leaflet to v1.9.18 2025-05-20 02:46:00 +00:00
Elian Doran
0be40012ba
chore(vite): get rid of missing boxicons 2025-05-19 20:16:49 +03:00
Elian Doran
40aa71b2b4
fix(vite): serving of source assets 2025-05-19 20:04:51 +03:00
Elian Doran
e536ec4cbf
fix(vite): use base path 2025-05-19 19:51:33 +03:00
Elian Doran
6286c39381
fix(highlightjs): languages incorrectly imported 2025-05-19 19:05:33 +03:00
Elian Doran
b242809eb2
fix(highlightjs): broken imports for syntax highlighting 2025-05-19 18:58:32 +03:00
Elian Doran
7743f99b6f
test(highlightjs): another broken import 2025-05-19 18:49:35 +03:00
Elian Doran
c7a4c927c6
test(highlightjs): broken import 2025-05-19 18:45:43 +03:00
Elian Doran
cad6417c4d
fix(client): loading app CSS no longer working 2025-05-19 18:40:04 +03:00
Elian Doran
8a1f05cd26
refactor(client): remove library loader entirely 2025-05-19 18:23:23 +03:00
SiriusXT
501fab2736 Merge branch 'develop' into left-pane 2025-05-19 23:17:43 +08:00
Elian Doran
7702a87640
fix(client/vite): highlight.js not playing well with ESM-native 2025-05-19 18:09:37 +03:00
Elian Doran
a5f0b3b9b2
Merge remote-tracking branch 'origin/develop' into client_vite 2025-05-19 16:50:00 +03:00
Elian Doran
7d0d7e931c
Merge pull request #1970 from TriliumNext/feature/highlightjs
Improve Highlight.js integration
2025-05-19 16:47:33 +03:00
Elian Doran
41533598fd
Merge remote-tracking branch 'origin/develop' into client_vite 2025-05-19 16:42:11 +03:00
Elian Doran
6131ae68bb
chore(highlightjs): tests not runnable 2025-05-19 16:30:00 +03:00
Elian Doran
f859b374a3
Merge remote-tracking branch 'origin/develop' into feature/highlightjs 2025-05-19 16:06:24 +03:00
Elian Doran
1e3c2e4214
fix(highlighting): theme IDs contain spaces 2025-05-19 15:01:35 +03:00
SiriusXT
fdcccb6fe4 fix(css): Add a missing semicolon 2025-05-19 18:33:26 +08:00
SiriusXT
de0d041886 fix(css): Add a missing css space 2025-05-19 18:30:39 +08:00
SiriusXT
abfdf40e43 fix(global_menu): Fix update button is blank 2025-05-19 18:27:22 +08:00