Panagiotis Papadopoulos
c81fb5dd14
deps: move @excalidraw to devDeps
...
it is bundled by webpack now
2025-03-28 00:16:30 +01:00
Panagiotis Papadopoulos
98df7bcd83
chore(excalidraw): update comment about EXCALIDRAW_ASSET_PATH
2025-03-28 00:14:04 +01:00
Panagiotis Papadopoulos
db959aa997
chore(excalidraw): update EXCALIDRAW_ASSET_PATH
...
used for the fonts excalidraw requires
2025-03-28 00:06:50 +01:00
Panagiotis Papadopoulos
1c49cb0569
build(webpack): fix copy-to path name
...
this will now end up in "src/public/app-dist/excalidraw/fonts/"
excalidraw *needs* the fonts to be in a folder called "fonts" as it appends the "EXCALIDRAW_ASSET_PATH" variable with "fonts" automatically -> therefore switch names around to fix the issue
2025-03-27 23:53:08 +01:00
Panagiotis Papadopoulos
ee2ee2c291
build(webpack): copy required excalidraw fonts
2025-03-27 23:15:47 +01:00
Panagiotis Papadopoulos
7b6f04e30d
deps: add copy-webpack-plugin
...
to be used for copying excalidraw fonts as assets
2025-03-27 23:12:24 +01:00
Elian Doran
1a312bf01c
Merge pull request #1322 from TriliumNext/chore_dprint
...
chore: replace prettier with dprint
2025-03-27 22:57:58 +02:00
Panagiotis Papadopoulos
e95172e2db
build(scripts): replace prettier with dprint
...
also renaming the script from "dev:prettier" to a more "generic" term "dev:format"
2025-03-27 21:29:18 +01:00
Panagiotis Papadopoulos
cdc6ce2118
chore: remove prettier
...
replaced by dprint due to its configurability
2025-03-27 21:26:39 +01:00
Panagiotis Papadopoulos
f965be9f8f
deps: add dprint as devDep
2025-03-27 21:24:51 +01:00
Panagiotis Papadopoulos
1c04aa9963
chore: add dprint config
...
add initial dprint configuration, settings partially taken from the prettier config,
still might need some finetuning
2025-03-27 21:22:07 +01:00
Panagiotis Papadopoulos
6336699618
build(server): improve "node" folder cleanup
...
* remove useless symlinks to non-existing files (npm, npx -> the actual file gets deleted by "rm -r $BUILD_DIR/node/lib/node_modules/npm"
=> fixes #1499
(this time fully ;-))
* remove unused corepack
* remove useless CHANGELOG.md (LICENSE and README.md should of course still remain)
2025-03-27 21:06:35 +01:00
Elian Doran
91242b6cab
fix(next): regression in mica dark
2025-03-27 19:55:06 +02:00
Elian Doran
1b6ab7e7f2
fix(dropdowns): overlap with quick search results
2025-03-27 19:36:58 +02:00
Elian Doran
10f044aced
Merge pull request #1436 from TriliumNext/build_copy-dist-trilium-merge
...
build: port copy-trilium.sh cleanup functionality to cross-platform TS
2025-03-27 19:26:34 +02:00
--global
cbf3ee9f6e
fix(ci): bring back ref name in artifact ( fixes #1532 )
2025-03-27 19:03:44 +02:00
Adorian Doran
04a41ca5f4
style(next): add some remarks
2025-03-27 18:50:26 +02:00
Adorian Doran
63efa8ffe4
style(next): improve the window dragging functionality for the vertical toolbar layout
2025-03-27 18:46:03 +02:00
Adorian Doran
b6565c3b13
style(next): improve the window dragging functionality also for the vertical toolbar layout
2025-03-27 18:40:49 +02:00
Adorian Doran
b9c4d83223
style(next): improve the window dragging functionality for the horizontal toolbar layout
2025-03-27 18:26:21 +02:00
Adorian Doran
66cebf4ebf
style(next)/scrollbars: add a remark
2025-03-27 16:12:51 +02:00
Adorian Doran
25d83752e5
style(next): refactor
2025-03-27 16:08:34 +02:00
Adorian Doran
10ea58a368
style(next)/scrollbars: restore the support for custom background color
2025-03-27 16:06:53 +02:00
Adorian Doran
4ab70fcb8a
style(next): rename CSS variable
2025-03-27 15:43:33 +02:00
Adorian Doran
01004ac425
Merge branch 'develop' of https://github.com/TriliumNext/Notes into develop
2025-03-27 15:41:27 +02:00
Adorian Doran
99bdf33236
style(next): fix scrollbar appearance in code blocks
2025-03-27 15:41:24 +02:00
Elian Doran
2ce1858d40
Merge pull request #1533 from FliegendeWurst/patch-1
...
README.md: TriliumDroid link, documentation update
2025-03-27 15:27:41 +02:00
Arne Keller
8c4e504cd4
README.md: link to old docs
2025-03-27 14:23:55 +01:00
Arne Keller
a7d6f1e4d1
README.md: TriliumDroid link, documentation update
2025-03-27 12:50:39 +01:00
Panagiotis Papadopoulos
5a2c5d8047
Merge branch 'develop' into build_copy-dist-trilium-merge
2025-03-27 09:37:03 +01:00
Panagiotis Papadopoulos
9fe37465c7
build(electron-forge): use double quotes for the buildPath in afterPrune
...
attempt to fix failing Windows build in CI, which uses cmd shell, which apparently treats single apostrophes differently
2025-03-27 09:35:48 +01:00
Panagiotis Papadopoulos
6218ae6cd7
chore(docker): move exception below TODO comment
2025-03-27 09:07:29 +01:00
Panagiotis Papadopoulos
fa0358662a
build(docker): add missing cleanupNodeModules removal to Dockerfile
...
previously forgot to add this here as well -> had it only in the Dockerfile.alpine
2025-03-27 09:06:09 +01:00
Panagiotis Papadopoulos
d5bc9841e3
build(docker): use absolute path to stay consistent
2025-03-27 09:05:17 +01:00
Panagiotis Papadopoulos
e9fa37c4ee
chore(docker): remove TODO
2025-03-27 09:04:10 +01:00
Panagiotis Papadopoulos
75431ca634
build: make running of npm ci in build scripts configurable
...
* moved the running of npm ci from copy-dist to cleanupNodeModules
* added flag to disable it (necessary for electron-forge)
2025-03-27 00:00:41 +01:00
Elian Doran
cd5bfcf136
Merge branch 'develop' into feature/MFA
2025-03-26 22:33:15 +02:00
Elian Doran
683bf64100
Merge pull request #1528 from TriliumNext/renovate/mermaid-11.x
...
fix(deps): update dependency mermaid to v11.6.0
2025-03-26 22:31:42 +02:00
Adorian Doran
cdcfab1011
style(next)/scrollbars: tweak size
2025-03-26 19:47:37 +02:00
Elian Doran
b95dca71db
Merge branch 'develop' into renovate/mermaid-11.x
2025-03-26 19:34:55 +02:00
Adorian Doran
733293c09a
Merge branch 'develop' of https://github.com/TriliumNext/Notes into develop
2025-03-26 19:33:13 +02:00
Adorian Doran
dcd64554eb
style(next): fix Firefox scrollbar styles overriding WebKit scrollbar styles
2025-03-26 19:33:11 +02:00
Elian Doran
84d75c3ee8
Merge pull request #1487 from TriliumNext/tray
...
Fix tray exception when multiple windows
2025-03-26 19:32:22 +02:00
Elian Doran
51913ecccf
Merge pull request #1520 from TriliumNext/renovate/electron-forge-monorepo
...
chore(deps): update electron-forge monorepo to v7.8.0
2025-03-26 19:16:54 +02:00
Adorian Doran
40e990d39a
Merge branch 'develop' of https://github.com/TriliumNext/Notes into develop
2025-03-26 19:15:32 +02:00
Adorian Doran
be9b19d81c
style(next): improve CSS formatting
2025-03-26 19:15:29 +02:00
--global
4b1551f5ec
Merge branch 'develop' of github.com:TriliumNext/Notes into develop
2025-03-26 19:11:13 +02:00
--global
fd0018677c
test(i18n): add refresh button click after language change
2025-03-26 19:11:07 +02:00
Adorian Doran
4b9ea651a1
style(next): restyle Firefox scrollbars
2025-03-26 19:06:22 +02:00
--global
e85b7f5e79
chore(vscode): add playwright to recommendations
2025-03-26 18:56:28 +02:00