()
| 188 | }) |
| 189 | |
| 190 | export 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 | } |
no outgoing calls