v1.1.2 - Alt+Arrow move lines, Ctrl+Shift+M source toggle, code syntax highlighting, outline panel, image spacing fix, daily notes

This commit is contained in:
Yuri Karamian
2026-02-16 23:41:31 +01:00
parent d9fe358e6b
commit 06d53cea66
10 changed files with 422 additions and 15 deletions
+2
View File
@@ -191,6 +191,7 @@ export async function setGeneralSettings(
pdfHeight: number,
titleMode: string,
hideTitleInBody: boolean,
showLineNumbers: boolean,
defaultViewMode: boolean,
showTrayIcon: boolean,
closeToTray: boolean,
@@ -205,6 +206,7 @@ export async function setGeneralSettings(
pdfHeight,
titleMode,
hideTitleInBody,
showLineNumbers,
defaultViewMode,
showTrayIcon,
closeToTray,