mirror of
https://gitlab.com/ArkHost/HelixNotes.git
synced 2026-07-24 07:45:57 +02:00
v1.1.4 - Hide asset folders, notebook path in All Notes, nested notebook creation UX
- Hide asset folders (_res, _resources, _attachments, _assets, assets) from notebook listing - Show notebook path in "All Notes" view - Sub-notebook context menu + smart parent detection for nested notebook creation
This commit is contained in:
@@ -38,6 +38,11 @@ export const activeNotePath = writable<string | null>(null);
|
||||
export const activeNotebook = writable<NotebookEntry | null>(null);
|
||||
export const activeTag = writable<string | null>(null);
|
||||
|
||||
// Mobile state
|
||||
export const mobileView = writable<"sidebar" | "notelist" | "editor">(
|
||||
"sidebar",
|
||||
);
|
||||
|
||||
// Editor state
|
||||
export const editorDirty = writable(false);
|
||||
export const sourceMode = writable(false);
|
||||
|
||||
Reference in New Issue
Block a user