MCPcopy Create free account

hub / github.com/Dhravya/notty / functions

Functions439 in github.com/Dhravya/notty

↓ 1 callersMethodunlockNote
(noteId: string, lockToken: string)
src/lib/adapter.ts:157
↓ 1 callersFunctionupdate
()
src/components/editor.tsx:41
↓ 1 callersFunctionupdate
()
src/components/collab-avatars.tsx:12
↓ 1 callersMethodupdateMediaCaption
(id: string, caption: string)
src/lib/adapter.ts:181
↓ 1 callersMethodupdateProfile
(data: Partial<Profile>)
src/lib/adapter.ts:189
↓ 1 callersMethoduploadMedia
(file: File, dimensions?: { width: number; height: number })
src/lib/adapter.ts:178
↓ 1 callersFunctionuseCollaborators
(awareness: Awareness, localClientId: number)
src/components/editor.tsx:38
↓ 1 callersFunctionuseDeepLinkAuth
()
src/components/auth-section.tsx:43
↓ 1 callersFunctionuserContainerTag
(userId: string)
src/lib/supermemory.ts:13
↓ 1 callersMethodverifyLock
(noteId: string)
src/lib/adapter.ts:158
↓ 1 callersFunctionwait
(ms: number)
src/components/editor.tsx:83
↓ 1 callersFunctionwalk
(ns: any[])
src/server/public-page.ts:89
↓ 1 callersFunctionwalk
(n: any)
src/server/og-image.ts:36
FunctionAdapterProvider
({ adapter, children }: { adapter: NottyAdapter; children: ReactNode })
src/context/adapter-context.tsx:6
FunctionAlertTriangleIcon
(props: React.SVGProps<SVGSVGElement>)
src/components/warning.tsx:50
FunctionAppLayout
({ children }: { children: ReactNode })
src/components/app-layout.tsx:11
FunctionAppleIcon
()
src/components/auth-section.tsx:35
FunctionAuthErrorBanner
({ onRetry }: { onRetry: () => void })
src/context/auth-context.tsx:74
FunctionAuthPasskeyPage
()
src/client/pages/auth-passkey.tsx:4
FunctionAuthProvider
({ children }: { children: ReactNode })
src/context/auth-context.tsx:23
FunctionAuthSection
()
src/components/auth-section.tsx:56
FunctionCollabAvatars
({ awareness }: { awareness: Awareness | null })
src/components/collab-avatars.tsx:6
FunctionCommandPalette
()
src/components/command-palette.tsx:22
FunctionDarkModeSwitch
()
src/components/DarkModeSwitch.tsx:12
FunctionDarkModeToggle
()
src/components/dark-mode-toggle.tsx:3
FunctionEditor
({ noteId, shareToken, readOnly = false, folderId, saveGuardRef, compact = false }: { noteId: string; shareTok
src/components/editor.tsx:87
FunctionFoldersProvider
({ children }: { children: ReactNode })
src/context/folders-context.tsx:20
FunctionGitHubIcon
()
src/components/auth-section.tsx:27
FunctionGoogleIcon
()
src/components/auth-section.tsx:16
FunctionHomePage
()
src/client/pages/home.tsx:14
FunctionLockVerify
({ noteId, noteTitle, onVerified }: { noteId: string; noteTitle?: string; onVerified: (lockToken:
src/components/lock-verify.tsx:5
FunctionMediaCard
({ item, mediaUrl, onDelete, onTogglePublish, onClick, isDark, }: { item: MediaItem; mediaUrl: str
src/components/media-card.tsx:17
FunctionMediaContent
({ item, url }: { item: MediaItem; url: string })
src/components/media-viewer.tsx:212
FunctionMediaProvider
({ children }: { children: ReactNode })
src/context/media-context.tsx:21
FunctionMediaTimelineEntry
({ item, url, isSelected, flatIdx, onSelect, onDelete, onTogglePublish, onOpen, isDark }: { item: MediaIte
src/components/timeline-view.tsx:220
FunctionMediaViewer
({ items, initialIndex, getMediaUrl, onClose, onUpdateCaption, onTogglePublish, }: { items: MediaItem[
src/components/media-viewer.tsx:5
FunctionMenuDrawer
()
src/components/menu-drawer.tsx:8
FunctionMomentCluster
({ items, getUrl, onOpen, onDelete, onTogglePublish, isDark }: { items: MediaItem[]; getUrl: (id: stri
src/components/timeline-view.tsx:112
FunctionNewNoteButton
()
src/components/NewNoteButton.tsx:7
FunctionNoteCard
({ note, onDelete, onOpen, folderName, isDark, }: { note: Note; onDelete: (id: string) => void;
src/components/note-card.tsx:75
FunctionNoteFileList
({ notes, onOpen, selectedIndex = -1, onSelect, compact = false, }: { notes: Note[];
src/components/note-file-list.tsx:13
FunctionNoteHistory
({ noteId, currentContent, saveGuardRef, onContentReset, onClose }: { noteId: string; currentContent:
src/components/note-history.tsx:77
FunctionNoteMenu
({ noteId, currentFolderId, isOwner, isLocked, onShowHistory, onLock, onUnlock,
src/client/pages/note.tsx:21
FunctionNotePage
()
src/client/pages/note.tsx:126
FunctionNoteTimelineEntry
({ note, folder, isSelected, flatIdx, onSelect, onDelete, isDark }: { note: Note; folder?: Folder; isSelec
src/components/timeline-view.tsx:172
FunctionNotesProvider
({ children }: { children: React.ReactNode })
src/lib/context/NotesContext.tsx:25
FunctionNotesProvider
({ children }: { children: ReactNode })
src/context/notes-context.tsx:37
FunctionOfflineBanner
()
src/components/sync-status.tsx:42
FunctionPageFallback
()
src/client/main.tsx:25
FunctionPasskeyIcon
({ size = 14 }: { size?: number })
src/components/auth-section.tsx:7
FunctionPublicSettingsPage
()
src/client/pages/public-settings.tsx:18
FunctionPublishToggle
({ noteId }: { noteId: string })
src/components/publish-toggle.tsx:8
FunctionQuickNotePage
()
src/client/pages/quick-note.tsx:20
FunctionSaveIndicator
({ saveState, cloudConnected }: { saveState: SaveState; cloudConnected?: boolean })
src/components/sync-status.tsx:6
FunctionSearchResults
({ aiResponse }: { aiResponse: AiResponse })
src/components/search-results.tsx:11
FunctionShareDialog
({ noteId, onClose }: { noteId: string; onClose: () => void })
src/components/share-dialog.tsx:6
FunctionSharedResolvePage
()
src/client/pages/shared-resolve.tsx:4
FunctionShortcutsHelp
()
src/components/shortcuts-help.tsx:51
FunctionSidebar
()
src/components/sidebar.tsx:19
FunctionSkeletonLoader
()
src/components/skeletonLoader.tsx:3
FunctionStorageBadge
({ syncMode }: { syncMode?: "cloud" | "local" })
src/components/sync-status.tsx:55
FunctionTabBar
()
src/components/tab-bar.tsx:4
FunctionTabsProvider
({ children }: { children: ReactNode })
src/context/tabs-context.tsx:24
FunctionTimelineView
({ items, folders, onDeleteNote, onDeleteMedia, onTogglePublishMedia, onOpenMedia, selectedIndex = -1, onS
src/components/timeline-view.tsx:20
FunctionTrashPage
()
src/client/pages/trash.tsx:13
FunctionWarning
({ handleKeepLocalStorage, handleKeepCloudStorage, }: { handleKeepLocalStorage: () => void; handleKeep
src/components/warning.tsx:10
MethodbeginEditSession
(noteId: string)
src/lib/web-adapter.ts:309
MethodbeginEditSession
()
src/lib/desktop-adapter.ts:312
Methodbroadcast
(payload: Uint8Array)
src/durable-objects/user-notes.ts:945
MethodcheckoutBranch
(noteId: string, branchId: string)
src/lib/web-adapter.ts:347
MethodcheckoutBranch
()
src/lib/desktop-adapter.ts:323
Methodconstructor
( private noteId: string, doc: Y.Doc, options?: { connect?: boolean; shareToken?: stri
src/lib/yjs-provider.ts:29
Methodconstructor
()
src/lib/desktop-adapter.ts:87
Methodconstructor
(ctx: DurableObjectState, env: Env)
src/durable-objects/user-notes.ts:50
Methodconstructor
(ctx: DurableObjectState, env: Env)
src/durable-objects/auth.ts:30
MethodcreateBranch
(noteId: string, name: string)
src/lib/web-adapter.ts:337
MethodcreateBranch
()
src/lib/desktop-adapter.ts:322
MethodcreateProvider
(noteId: string, doc: Y.Doc, opts?: { shareToken?: string })
src/lib/web-adapter.ts:449
MethodcreateProvider
(noteId: string, doc: Y.Doc)
src/lib/desktop-adapter.ts:350
MethodcreateShare
(noteId: string, opts: { email?: string; permission?: string })
src/lib/web-adapter.ts:232
MethodcreateShare
()
src/lib/desktop-adapter.ts:303
FunctioncycleFont
()
src/components/editor.tsx:134
MethoddeleteBranch
(noteId: string, branchId: string)
src/lib/web-adapter.ts:357
MethoddeleteBranch
()
src/lib/desktop-adapter.ts:324
MethoddeleteFolder
(id: string)
src/lib/web-adapter.ts:208
MethoddeleteFolder
(id: string)
src/lib/desktop-adapter.ts:263
MethoddeleteMedia
(id: string)
src/lib/web-adapter.ts:397
MethoddeleteMedia
()
src/lib/desktop-adapter.ts:336
MethoddeleteNote
(id: string)
src/lib/web-adapter.ts:161
MethoddeleteNote
(id: string)
src/lib/desktop-adapter.ts:198
MethoddeleteShare
(id: string)
src/lib/web-adapter.ts:248
MethoddeleteShare
()
src/lib/desktop-adapter.ts:305
Functiondelete_folder
(db: tauri::State<Database>, id: String)
src-tauri/src/db.rs:287
Functiondelete_note
(db: tauri::State<Database>, id: String)
src-tauri/src/db.rs:209
FunctionexportContentAsText
(value: JSONContent)
src/lib/note.ts:28
FunctionextractText
(node: any)
src/components/note-card.tsx:45
Methodfetch
(request: Request)
src/durable-objects/user-notes.ts:422
MethodfinalizeEditSession
(noteId: string, sessionId: string, reason: string)
src/lib/web-adapter.ts:315
MethodfinalizeEditSession
()
src/lib/desktop-adapter.ts:313
FunctionfindText
(content: JSONContent)
src/lib/note.ts:38
← previousnext →201–300 of 439, ranked by callers