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
+2
View File
@@ -265,6 +265,7 @@ export async function setGeneralSettings(
showLineNumbers: boolean,
showLinkArrows: boolean,
defaultViewMode: boolean,
newNotesInSourceMode: boolean,
showTrayIcon: boolean,
closeToTray: boolean,
enableWikiLinks: boolean,
@@ -291,6 +292,7 @@ export async function setGeneralSettings(
showLineNumbers,
showLinkArrows,
defaultViewMode,
newNotesInSourceMode,
showTrayIcon,
closeToTray,
enableWikiLinks,