Commit Graph

10053 Commits (8b1071c4593b51cc656fed25dff8f0b256ab562c)
 

Author SHA1 Message Date
Elian Doran 2fdff29067
client: Apply syntax highlight in real-time 2024-10-27 20:08:12 +07:00
Elian Doran 0d270cbeb6
client: Use 3px shadow for dark theme 2024-10-27 20:01:08 +07:00
Elian Doran f947a039b9
client: Apply background to read-only code blocks as well 2024-10-27 19:58:00 +07:00
Elian Doran d2235a185b
client: Improve style for code blocks 2024-10-27 19:54:05 +07:00
Elian Doran 87bc142552
client: Fix foreground color 2024-10-27 19:43:48 +07:00
Elian Doran 1a25f60264
client: Fix background color 2024-10-27 19:41:28 +07:00
Elian Doran fe4dbae079
client: Apply highlighting theme on refresh 2024-10-27 17:41:37 +07:00
Elian Doran e1ae014b74
server: Remove dashes from syntax theme name 2024-10-27 17:25:05 +07:00
Elian Doran 7952a5a81e
client: Fix order of options 2024-10-27 12:54:40 +07:00
Elian Doran 60b6f7df89
client: Allow switching theme 2024-10-27 12:54:06 +07:00
Elian Doran 7354fb5b4a
client,server: List syntax highlighting themes 2024-10-27 12:41:53 +07:00
Elian Doran 1fb0b74f76
client: Use same mechanism for read-only notes 2024-10-27 12:15:32 +07:00
Elian Doran 9e3b915612
client: Use translation for auto-detect 2024-10-27 11:47:36 +07:00
Elian Doran 7505db220e
client: Implement auto syntax highlighting 2024-10-27 11:46:19 +07:00
Elian Doran a3932376f3
client: Add Javadoc for newly introduced methods 2024-10-27 11:32:54 +07:00
Elian Doran 3a609d54ab
client: Fix highlighting for JavaScript 2024-10-27 11:21:08 +07:00
Elian Doran c4bd4eb440
client: Respect user language selection for editor 2024-10-27 11:18:36 +07:00
Elian Doran e931df721d
client: Fix duplication when requesting scripts 2024-10-27 10:48:50 +07:00
Elian Doran 1e9324c303
client: Support custom language types for highlight 2024-10-27 10:39:31 +07:00
Elian Doran 6c4513fb2e
client: Enable syntax highlight for read-only notes 2024-10-27 08:52:34 +07:00
Elian Doran c7e1362105
Merge branch 'develop' into feature/syntax_highlight 2024-10-26 23:39:49 +07:00
Elian Doran acf37f9327
client: Fix error when duplicating note 2024-10-26 23:39:38 +07:00
Elian Doran f80cf0aa02
Add limit to blocks highlighting 2024-10-26 23:39:18 +07:00
Elian Doran 6078620bf1
Carry over code block highlighting 2024-10-26 23:27:23 +07:00
Elian Doran 579b3f4ca0
Carry over highlighter initialization 2024-10-26 23:21:51 +07:00
Elian Doran bf28005f46
Create dedicated file for syntax highlight 2024-10-26 23:16:24 +07:00
Elian Doran c81b847b61
Set up highlight.js 2024-10-26 22:57:07 +07:00
Elian Doran 05116b3b0d
client-ts: Port widgets/icon_list 2024-10-26 10:41:02 +07:00
Elian Doran 8cc271a192
client: Fix a few TypeScript build errors 2024-10-26 10:31:51 +07: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 +07:00
Elian Doran 88cd2ac25c
build: Fix duplication 2024-10-26 01:00:44 +07:00
Elian Doran e3e6f56a88
build: Add icon.png for Linux builds (fixes #507) 2024-10-26 00:58:02 +07:00
Elian Doran 0768a2a0a3
build: Add StartupWMClass to deb build 2024-10-26 00:42:44 +07:00
Elian Doran 84d216da54
i18n: Translate missing keys for Romanian 2024-10-25 21:06:03 +07:00
Elian Doran 391f518c01
i18n: Translate search note prefix 2024-10-25 21:04:13 +07:00
Elian Doran 2324c9a13b
client: Fix HTML in some toasts 2024-10-25 20:51:50 +07:00
Elian Doran 6799c44e22
client: Fix redundant toast message 2024-10-25 20:50:13 +07:00
Elian Doran f0052d56b7
Merge pull request #520 from hasecilu/i18n/more_Spanish_translation
More Spanish translation
2024-10-25 20:49:48 +07:00
Elian Doran 53822fd47f
client: Remove redundant global 2024-10-25 20:44:08 +07:00
hasecilu b02c4b54e5
i18n: Fix source strings 2024-10-25 11:32:43 +07:00
hasecilu 27f07ee604
i18n: Update Spanish translations 2024-10-25 11:32:42 +07:00
Elian Doran 03a23d15f9
client: Fix double errors if not returning a widget 2024-10-25 20:22:29 +07:00
Elian Doran 70d55097ee
client: Fix crash if note tree fails to find a child note 2024-10-25 20:15:12 +07:00
Elian Doran 560467bdba
client: Log uncaught promise errors 2024-10-25 19:57:40 +07:00
Elian Doran cb4fe4481f
client: Strengthen widget rendering errors detection 2024-10-25 19:57:31 +07:00
Elian Doran eee088316d
client: Improve logging for some bundle errors 2024-10-24 20:55:36 +07:00
Elian Doran 81ca0a3776
client: Improve logging for basic sync crash 2024-10-24 18:47:16 +07:00
Elian Doran 48b0af1bba
client: Stop crash if right widget crashes during render 2024-10-24 18:14:17 +07:00
Elian Doran 43ef452d44
client: Fix error when running script due to translations 2024-10-23 20:33:55 +07:00
Elian Doran 70ebf1a08f
client: Fix content size for code editor 2024-10-23 20:27:36 +07:00