Commit Graph

7843 Commits (11c110f682eb3ae56e3da08f67cfde347a33bd94)
 

Author SHA1 Message Date
Elian Doran 11c110f682
Update progress script to list files 2024-08-04 13:55:51 +07:00
Elian Doran c76c17fc6f
Merge remote-tracking branch 'origin/develop' into feature/client_typescript_port1
; Conflicts:
;	package-lock.json
2024-08-04 13:42:54 +07:00
Elian Doran 28f633d903
client-ts: Add some small adjustments 2024-08-04 13:37:39 +07:00
Elian Doran f1896c3f5f
client-ts: Port services/hoisted_note.js 2024-08-04 13:34:29 +07:00
Elian Doran e872e88376
client-ts: Port services/tree.js 2024-08-04 13:32:29 +07:00
Elian Doran cbdb8b8b18
client-ts: Port services/open.js 2024-08-04 13:27:23 +07:00
Elian Doran 90be9b28a8
client-ts: Fix type error in server.ts 2024-08-04 12:35:42 +07:00
Elian Doran c0a26889e4
Document #run=mobileStartup (fixes #290) 2024-08-04 10:46:28 +07:00
Elian Doran 86463086fa
Update non-rendering emoji
See https://emojipedia.org/right-thought-bubble
2024-08-03 23:21:15 +07:00
Elian Doran 3b0ea51f5f
docs: Add a few details about CKEditor 2024-08-02 00:20:17 +07:00
Elian Doran 99ca701a5c electron: Fix initial sync (closes #284)
Apparently the issue was caused by options_init which for Electron was
attempting to read the theme asynchronously. That's why it didn't cause
issues on the server build.
2024-07-29 20:41:28 +07:00
Elian Doran bc5a1de9b7 server: Fix import when no meta (closes #281) 2024-07-28 23:39:25 +07:00
Elian Doran 89314fac03 server: Report ZIP import errors properly 2024-07-28 23:38:34 +07:00
Elian Doran 347f18058f build: Set up iconUrl for squirrel build 2024-07-28 21:51:48 +07:00
Elian Doran 2f0d41922b
release 0.90.2-beta 2024-07-28 10:12:19 +07:00
Elian Doran 1d142b9e57
build: Fix accidental change in release script 2024-07-28 10:12:08 +07:00
Elian Doran e654f053b1
Merge pull request #277 from TriliumNext/feature/update_ckeditor_v41.4.2
ckeditor: 41.0.0 -> 41.4.2
2024-07-28 09:07:37 +07:00
Elian Doran d5693e21df
ci: Fix main not triggering 2024-07-28 00:22:52 +07:00
Elian Doran 32dc064ffa
docs: Add some more documentation 2024-07-27 23:49:56 +07:00
Elian Doran d9d8fff249
docs: Update example env 2024-07-27 23:39:15 +07:00
Elian Doran 312c85ae30
docs: Update documentation 2024-07-27 23:28:14 +07:00
Elian Doran f5e02102e7
docs: Improve the preview script 2024-07-27 23:27:18 +07:00
Elian Doran f32fb168dc
docs: Fix the prepare script if run from a different dir 2024-07-27 23:27:11 +07:00
Elian Doran 1871846b64
ckeditor: Bring back emojis 2024-07-27 23:10:33 +07:00
Elian Doran f5ebd66661
ckeditor: 41.0.0 -> 41.4.2 2024-07-27 21:53:59 +07:00
Elian Doran e4d464d6c9
electron: Fix deprecated assert syntax 2024-07-27 16:51:36 +07:00
Elian Doran 557f6096b4
i18n: Fix warning about missing dev language 2024-07-27 16:50:34 +07:00
Elian Doran 84c535ae0d
electron: Fix "Cannot access 'sqlInit' before initialization" at startup 2024-07-27 16:45:02 +07:00
Elian Doran e5cdccc066
build: Make copy-dist silent 2024-07-27 16:42:47 +07:00
Elian Doran ac4f902bb9
electron: Display TypeScript stack traces 2024-07-27 16:40:59 +07:00
Elian Doran 3bc83e19fa
build: Turn off safe mode by default in order to be able to test scripts 2024-07-27 15:28:12 +07:00
Elian Doran 3466786a96
Merge branch 'develop' of ssh://github.com/TriliumNext/Notes into develop 2024-07-27 15:25:34 +07:00
Elian Doran b58b7a6575
Merge pull request #268 from TriliumNext/feature/server_esm_part4
Server ESM port: Fix Electron build
2024-07-27 15:21:03 +07:00
Elian Doran 48cf41b5a5
Merge pull request #243 from TriliumNext/feature/server_esm_part3
Server ESM port: Getting things to run
2024-07-27 15:20:52 +07:00
Elian Doran 7b2d70ba56
Merge remote-tracking branch 'origin/develop' into feature/server_esm_part3 2024-07-27 15:20:39 +07:00
Elian Doran 1a5649e8ac
Merge pull request #259 from TriliumNext/feature/server_esm
Server ESM port: Basic imports
2024-07-27 15:19:44 +07:00
Elian Doran 0f7446c198
client: Display errors for all basic widgets instead of just right panel widget 2024-07-27 12:26:35 +07:00
Elian Doran 0ba9fc7f5b
client: Display errors for right panel widgets instead of crashing 2024-07-27 12:24:49 +07:00
Elian Doran 584ba246e3
client: Use translations for critical error 2024-07-27 12:10:59 +07:00
Elian Doran 22761d8a00
client: Display critical error toast instead of blank screen 2024-07-27 12:05:24 +07:00
Elian Doran 7bb70bb659
client: Allow newlines in toast message 2024-07-27 12:03:40 +07:00
Elian Doran b7754bcea0
client-ts: Port services/app/app_context 2024-07-25 21:03:15 +07:00
Elian Doran cd5ea28e14
client-ts: Port services/app/date_notes 2024-07-25 20:49:37 +07:00
Elian Doran ac7316ae93
client-ts: Port services/app/ws 2024-07-25 20:47:33 +07:00
Elian Doran c5113d9881
client-ts: Fix build errors in froca 2024-07-25 20:44:00 +07:00
Elian Doran efaa1f47f7
client-ts: Port services/app/froca_updater 2024-07-25 20:42:56 +07:00
Elian Doran 8fb6b64fa9
client-ts: Port services/app/entities 2024-07-25 20:36:15 +07:00
Elian Doran 047c3eea69
client-ts: Port services/app/components/zoom 2024-07-25 19:27:42 +07:00
Elian Doran 6c7a272edc
client-ts: Port services/app/services/spaced_update 2024-07-25 19:22:44 +07:00
Elian Doran 411234dd9c
client-ts: Port services/app/components/component 2024-07-25 19:21:40 +07:00