Elian Doran
a7091779b7
e2e(desktop): create empty project
2025-06-21 14:23:47 +03:00
Elian Doran
6f5c66f324
chore(types): fix errors in website
2025-06-14 23:40:41 +03:00
Elian Doran
0ff8b7edd8
chore(share): fix typecheck issues
2025-06-09 22:31:14 +03:00
Elian Doran
d4fab87ed9
refactor(highlightjs): create separate project
2025-05-18 00:16:09 +03:00
Elian Doran
ddf43a5e24
chore(nx): create project for codemirror
2025-05-10 18:30:09 +03:00
Elian Doran
d6548f4cd6
chore(ckeditor5): integrate ckeditor5-math
2025-05-04 23:03:29 +03:00
Elian Doran
46e21928b8
chore(ckeditor5): integrate ckeditor5-footnotes
2025-05-04 21:10:06 +03:00
Elian Doran
a494ff1169
chore(ckeditor5): integrate ckeditor5-admonition
2025-05-04 19:06:23 +03:00
Elian Doran
58382913a1
fix(ckeditor5-mermaid): solve some runtime errors
2025-05-04 17:32:42 +03:00
Elian Doran
cdb62f4376
chore(ckeditor5): integrate ckeditor5-mermaid
2025-05-04 17:25:30 +03:00
Elian Doran
2a966e7fd8
chore(ckeditor5): integrate keyboard-marker
2025-05-04 14:47:59 +03:00
Elian Doran
ba6aa16778
chore(nx/ckeditor5): create empty lib project
2025-05-03 11:44:18 +03:00
Elian Doran
0d4d9f7adf
chore(db-compare): create empty project for monorepo
2025-05-03 03:31:44 +03:00
Elian Doran
24224d2c72
chore(nx): create empty project
2025-05-03 01:20:47 +03:00
Elian Doran
00396614ed
chore(nx): integrate edit-docs
2025-04-29 12:50:05 +03:00
Elian Doran
9d5fbc60ad
chore(nx/dump-db): integrate into monorepo
2025-04-29 00:17:58 +03:00
Elian Doran
e18613148b
chore(nx/server): set up e2e
2025-04-28 22:58:00 +03:00
Elian Doran
492e953517
chore(nx/desktop): start off with empty project
2025-04-23 12:59:26 +03:00
Elian Doran
23572bd47c
chore(monorepo/client): create empty project
2025-04-22 22:06:10 +03:00
Elian Doran
40fec89add
chore(nx/turndown-plugin): fix compilation
2025-04-22 21:25:17 +03:00
Elian Doran
e76f47ebb4
chore(nx/server): switch to module
2025-04-22 17:21:54 +03:00
Elian Doran
9c0d42252e
chore(nx): create empty project for server
2025-04-22 17:13:17 +03:00
Elian Doran
a10a4ba17d
chore(nx): prepare turndown-plugin-gfm
2025-04-22 15:21:13 +03:00
Elian Doran
84b6764166
chore(nx): initialize empty commons project
2025-04-22 14:45:25 +03:00
Elian Doran
57ecf72c90
chore(nx): initialize as empty project
2025-04-22 14:38:57 +03:00
Elian Doran
318808f9ec
chore(monorepo): move everything into subdirectory for easy diffing
2025-04-18 01:28:32 +03:00
Panagiotis Papadopoulos
cd992806a6
chore(tsconfig): add "*.js" to include, to fix eslint "ProjectService" error
...
added it only to the "dev" tsconfig.
The tsconfig.build.json, which is used for build output does not require it.
eslint was previosuly reporting on itself:
"TriliumNextNotes/eslint.config.js was not found by the project service. Consider either including it in the tsconfig.json or including it in allowDefaultProject"
2025-04-01 09:00:37 +02:00
Panagiotis Papadopoulos
607f9096aa
build: output into "build" folder again → "dist" will be used for the final output in archive form
...
this will allow for cleaner separation -> build for the output from the build stage (i.e. TS/Webpack + asset copying) and dist for the archive format of the build folder
2025-03-09 18:59:54 +01:00
Panagiotis Papadopoulos
5e289ea12d
build: get rid of intermediary "build" folder -> use "dist" directly
2025-03-07 23:14:56 +01:00
Elian Doran
6665a8d97f
chore(client/ts): port options/codeNotes
2025-01-11 11:11:57 +02:00
Elian Doran
324696bc54
refactor(ts): enable verbatim module syntax
2025-01-09 18:36:24 +02:00
Elian Doran
4cbb529fd4
chore(prettier): fix all files
2025-01-09 18:07:02 +02:00
Elian Doran
e4053de735
chore(client/ts): enable server config to compile client as well
2024-12-19 20:44:07 +02:00
Elian Doran
8ec0efe5b3
chore(client/ts): fix another dependency to server
2024-12-19 20:14:48 +02:00
Elian Doran
9e661ed684
chore(build): separate tsconfig for public
2024-12-14 09:56:04 +02:00
Elian Doran
86fc59d265
Merge remote-tracking branch 'origin/develop' into feature/client_typescript_port1
...
; Conflicts:
; package-lock.json
; package.json
; src/public/app/components/app_context.ts
; src/public/app/services/hoisted_note.ts
; src/public/app/services/open.ts
; src/public/app/services/toast.ts
2024-10-26 10:20:19 +03:00
Jin
b83c6023c4
port dump-db and other tools to TS
2024-08-10 18:23:49 +02:00
Elian Doran
5875aa3bef
client-ts: Port services/server
2024-07-25 00:24:20 +03:00
Elian Doran
ba7035a346
client-ts: Port services/utils
2024-07-25 00:18:57 +03:00
Elian Doran
eca9459d4c
server: Use the TypeScript configuration that corresponds for Electron
2024-07-24 20:33:49 +03:00
Elian Doran
3dbf8fb1c1
build: Fix running webpack on ESM
2024-07-23 00:12:08 +03:00
Elian Doran
dd416ed042
server-esm: Revert types config
2024-07-19 00:54:43 +03:00
Elian Doran
b6c5880484
server-esm: Fix use of __dirname
2024-07-19 00:18:35 +03:00
Elian Doran
fb7c0fdb4c
server-esm: Use tsx instead of ts-node
2024-07-18 23:59:48 +03:00
Elian Doran
6de1291efa
server-esm: Configure for dynamic imports
2024-07-18 23:23:23 +03:00
Elian Doran
971c1472a5
server: Set to bundler / ES2015
2024-07-18 21:22:10 +03:00
Elian Doran
c0b3c8496e
server: Fix build errors after updating to latest TypeScript
2024-07-16 21:43:04 +03:00
Elian Doran
9fdb7b29de
server: Update TypeScript to latest
2024-07-16 21:30:07 +03:00
Elian Doran
6a7eb9b34f
Merge remote-tracking branch 'origin/develop' into feat/ts-unit-and-integration-tests
...
; Conflicts:
; package.json
; tsconfig.json
2024-07-15 21:17:20 +03:00
Elian Doran
595402adea
dev: Fix npm start-electron script
2024-07-14 13:03:06 +03:00