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
+3
View File
@@ -197,6 +197,8 @@ pub struct AppConfig {
#[serde(default)]
pub default_view_mode: bool,
#[serde(default)]
pub new_notes_in_source_mode: bool,
#[serde(default)]
pub show_tray_icon: bool,
#[serde(default)]
pub close_to_tray: bool,
@@ -315,6 +317,7 @@ impl Default for AppConfig {
ai_model: "claude-sonnet-4-6".to_string(),
ai_writing_style: None,
default_view_mode: false,
new_notes_in_source_mode: false,
show_tray_icon: false,
close_to_tray: false,
enable_wiki_links: true,