920 Commits

Author SHA1 Message Date
SiriusXT
e091ef64dd Triggers full text search when Ctrl + Enter is pressed 2024-11-17 12:17:11 +08:00
SiriusXT
46823d28e8 Merge branch 'develop' into sirius_patch_2 2024-11-17 12:15:29 +08:00
SiriusXT
7f0d675ab8 Add more link protocol support 2024-11-14 14:04:10 +08:00
SiriusXT
c907b288bd Add more link protocol support 2024-11-14 11:18:03 +08:00
SiriusXT
d9ab5d71aa Add more link protocol support 2024-11-14 11:15:38 +08:00
SiriusXT
db79f231a0 Triggers full text search when Ctrl + Enter is pressed in note_autocomplete 2024-11-13 17:13:07 +08:00
Elian Doran
38d32813d2
client: Fix syntax highlight for shell scripts (closes #583) 2024-11-12 19:32:38 +02:00
perf3ct
0acba0eac4
add docstring for func 2024-11-09 22:23:02 +00:00
perf3ct
48d53e276e
more reliably check for version numbers 2024-11-09 22:16:00 +00:00
Elian Doran
29e83b97e6
client: Fix rendering notes if hljs is not loaded 2024-11-08 21:50:22 +02:00
Elian Doran
1261bdbb29
client: Use correct background for code note preview 2024-11-07 23:58:10 +02:00
Elian Doran
91fa1a6cb1
client: Add syntax highlight for code note previews 2024-11-07 23:53:02 +02:00
Elian Doran
0db1a63cef
client: Fix sync error toast 2024-11-02 19:02:26 +02:00
Elian Doran
4ffc6f716c
client: Enable syntax highlighting in print 2024-11-02 16:40:33 +02:00
Elian Doran
45ccc7562e
client: Fix error in toast due to missing import 2024-11-02 12:19:17 +02:00
Elian Doran
9e3c1b46cd
client: Don't load syntax highlighter when not needed 2024-10-31 22:47:34 +02:00
Elian Doran
00209ec77a
client: Apply syntax highlight to included notes 2024-10-31 22:18:00 +02:00
Elian Doran
dfa4f3cd84
client: Apply syntax highlight to note preview 2024-10-31 22:14:54 +02:00
Elian Doran
3af29a78dc
client: Refactor syntax highlighting for read-only text into service 2024-10-31 22:11:59 +02:00
Elian Doran
4d783f1879
client: Fix color theme leak when deactivating highlighting 2024-10-31 21:45:06 +02:00
Elian Doran
bbc038f254
Merge remote-tracking branch 'origin/develop' into feature/syntax_highlight 2024-10-31 17:48:49 +02:00
Elian Doran
f8df3a6933
client: Fix crash for some unhandled rejections 2024-10-31 17:48:33 +02:00
Elian Doran
96b9042559
client: Rename option to codeBlockTheme 2024-10-27 21:39:50 +02:00
Elian Doran
2fdff29067
client: Apply syntax highlight in real-time 2024-10-27 20:08:12 +02:00
Elian Doran
fe4dbae079
client: Apply highlighting theme on refresh 2024-10-27 17:41:37 +02:00
Elian Doran
7505db220e
client: Implement auto syntax highlighting 2024-10-27 11:46:19 +02:00
Elian Doran
a3932376f3
client: Add Javadoc for newly introduced methods 2024-10-27 11:32:54 +02:00
Elian Doran
3a609d54ab
client: Fix highlighting for JavaScript 2024-10-27 11:21:08 +02:00
Elian Doran
c4bd4eb440
client: Respect user language selection for editor 2024-10-27 11:18:36 +02:00
Elian Doran
e931df721d
client: Fix duplication when requesting scripts 2024-10-27 10:48:50 +02:00
Elian Doran
1e9324c303
client: Support custom language types for highlight 2024-10-27 10:39:31 +02:00
Elian Doran
c7e1362105
Merge branch 'develop' into feature/syntax_highlight 2024-10-26 23:39:49 +03:00
Elian Doran
acf37f9327
client: Fix error when duplicating note 2024-10-26 23:39:38 +03:00
Elian Doran
c81b847b61
Set up highlight.js 2024-10-26 22:57:07 +03:00
Elian Doran
2324c9a13b
client: Fix HTML in some toasts 2024-10-25 20:51:50 +03:00
Elian Doran
53822fd47f
client: Remove redundant global 2024-10-25 20:44:08 +03:00
Elian Doran
03a23d15f9
client: Fix double errors if not returning a widget 2024-10-25 20:22:29 +03:00
Elian Doran
560467bdba
client: Log uncaught promise errors 2024-10-25 19:57:40 +03:00
Elian Doran
eee088316d
client: Improve logging for some bundle errors 2024-10-24 20:55:36 +03:00
Elian Doran
81ca0a3776
client: Improve logging for basic sync crash 2024-10-24 18:47:16 +03:00
Elian Doran
b5ee90a1d2
i18n: Translate delete/restore branch 2024-10-22 19:17:52 +03:00
Elian Doran
8cc487da7c
i18n: Translate confirmation popups 2024-10-22 19:17:52 +03:00
Elian Doran
ae593ea363
i18n: Translate protected session 2024-10-22 19:17:52 +03:00
Elian Doran
26e4decaec
i18n: Translate toast errors 2024-10-22 19:17:52 +03:00
Elian Doran
28f6712a4f
i18n: Translate toast messages 2024-10-22 19:17:52 +03:00
Elian Doran
ade34f9745
client: Use CodeMirror from package.json 2024-10-12 20:41:50 +03:00
Elian Doran
74645e12fc
Merge remote-tracking branch 'origin/develop' into bootstrap 2024-09-12 20:06:31 +03:00
Elian Doran
e6fbf62cf9
Merge pull request #414 from SiriusXT/i18n_falls_back_en
i18n Fallback to English for null characters
2024-09-12 19:03:50 +03:00
Elian Doran
a4341a5cac
Merge pull request #392 from SiriusXT/Icon_improvements
Icon improvements
2024-09-11 23:56:10 +03:00
SiriusXT
447cf60afb i18n Fallback to English for null characters 2024-09-11 15:17:21 +08:00