mirror of
https://gitlab.com/ArkHost/HelixNotes.git
synced 2026-07-24 15:55:55 +02:00
v1.1.0 - View mode, daily notes, tag management, math support, and more
This commit is contained in:
@@ -42,6 +42,7 @@ export const activeTag = writable<string | null>(null);
|
||||
export const editorDirty = writable(false);
|
||||
export const sourceMode = writable(false);
|
||||
export const focusMode = writable(false);
|
||||
export const readOnly = writable(false);
|
||||
|
||||
// Theme
|
||||
export const theme = writable<string>("system");
|
||||
|
||||
Reference in New Issue
Block a user