MCPcopy Create free account
hub / github.com/massCodeIO/massCode / useNotesApp

Function useNotesApp

src/renderer/composables/spaces/notes/useNotesApp.ts:190–222  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

188})
189
190export function useNotesApp() {
191 return {
192 focusedFolderId,
193 focusedNoteId,
194 focusNoteNameInput,
195 highlightedFolderIds,
196 highlightedNoteIds,
197 highlightedTagId,
198 isFocusedNoteName,
199 isFocusedSearch,
200 isNotesMindmapShown,
201 isNotesListHidden,
202 notesLayoutMode,
203 isNotesPresentationShown,
204 notesEditorMode,
205 notesCreateKind,
206 isNotesSidebarHidden,
207 isNotesSpaceInitialized,
208 pendingNotesNavigation,
209 hideNotesSidebar,
210 hideNotesViewModes,
211 notesState,
212 restoreNotesStateSnapshot,
213 saveNotesStateSnapshot,
214 setNotesLayoutMode,
215 showAllNotesPanels,
216 showNotesMindmap,
217 showNotesPresentation,
218 showNotesEditorOnly,
219 stateSnapshots,
220 toggleNotesSidebar,
221 }
222}

Calls

no outgoing calls

Tested by 1

setupFunction · 0.68