Add Markdown source highlighting (#173)

This commit is contained in:
Yuri Karamian
2026-08-03 09:00:43 +02:00
parent 4a1045b41e
commit f4e05ed9c4
6 changed files with 139 additions and 26 deletions
+1
View File
@@ -129,6 +129,7 @@ export interface AppConfig {
ai_model: string;
ai_writing_style: string | null;
default_view_mode: boolean;
new_notes_in_source_mode: boolean;
show_tray_icon: boolean;
close_to_tray: boolean;
enable_wiki_links: boolean;