MCPcopy Create free account

hub / github.com/Dhravya/notty / functions

Functions439 in github.com/Dhravya/notty

↓ 76 callersMethodfetch
(request: Request)
src/durable-objects/auth.ts:186
↓ 38 callersFunctionassertOk
(res: Response, context: string)
src/lib/web-adapter.ts:6
↓ 20 callersMethodv
(key: string)
src/durable-objects/auth.ts:123
↓ 18 callersFunctioninvoke
(cmd: string, args?: Record<string, unknown>)
src/lib/desktop-adapter.ts:7
↓ 17 callersMethodgetNote
(id: string)
src/durable-objects/user-notes.ts:1012
↓ 14 callersFunctioncloudFetch
(url: string, init?: RequestInit)
src/lib/desktop-adapter.ts:30
↓ 12 callersFunctionescapeHtml
(str: string)
src/server/public-page.ts:3
↓ 12 callersFunctiongetSession
(env: Env, request: Request)
src/server/index.ts:97
↓ 12 callersFunctionuseAdapter
()
src/context/adapter-context.tsx:14
↓ 11 callersFunctionuseNotes
()
src/context/notes-context.tsx:258
↓ 10 callersFunctionuseAuth
()
src/context/auth-context.tsx:93
↓ 9 callersFunctioncn
(...inputs: ClassValue[])
src/lib/utils.ts:4
↓ 8 callersFunctioncloudSync
(fn: (cloud: string) => void)
src/lib/desktop-adapter.ts:78
↓ 6 callersMethodbroadcastJson
(message: object, exclude?: WebSocket)
src/durable-objects/user-notes.ts:1032
↓ 6 callersFunctionescapeAttr
(s: string)
src/server/index.ts:91
↓ 6 callersMethodgetCurrentBranch
(noteId: string)
src/durable-objects/user-notes.ts:251
↓ 6 callersMethodreconstructVersion
(versionId: string, noteId: string)
src/durable-objects/user-notes.ts:368
↓ 6 callersFunctionuseFolders
()
src/context/folders-context.tsx:115
↓ 5 callersMethodcreateVersion
(noteId: string, title: string, content: string, createdBy = "system", kind = "manual", summary: string | null
src/durable-objects/user-notes.ts:264
↓ 5 callersFunctionescapeXml
(str: string)
src/server/rss.ts:1
↓ 5 callersFunctionextractPreview
(content: string)
src/components/note-card.tsx:51
↓ 5 callersFunctiongetNoteColor
(id: string, dark?: boolean)
src/components/note-card.tsx:40
↓ 5 callersFunctionresolveNoteAccess
( env: Env, noteId: string, userId: string, shareToken?: string )
src/server/index.ts:117
↓ 5 callersFunctionsortNotesByUpdated
(notes: Note[])
src/lib/note-file-utils.ts:14
↓ 5 callersFunctionuseHotkeys
(hotkeys: HotkeyDef[])
src/lib/hotkeys.ts:43
↓ 4 callersFunctionderiveTitleAndPreview
( content: string | object | null | undefined, )
src/lib/note-preview.ts:18
↓ 4 callersMethoddestroy
()
src/lib/yjs-provider.ts:175
↓ 4 callersFunctiondetectCloud
()
src/lib/desktop-adapter.ts:38
↓ 4 callersMethodensureDefaultBranch
(noteId: string)
src/durable-objects/user-notes.ts:235
↓ 4 callersFunctionformatEntryDate
(ts: number)
src/lib/date-utils.ts:1
↓ 4 callersFunctiongetCachedNotes
()
src/lib/web-adapter.ts:13
↓ 4 callersFunctionopenCache
()
src/lib/web-adapter.ts:41
↓ 4 callersMethodsaveFolder
(folder: Partial<Folder> & { id: string; name: string })
src/lib/adapter.ts:144
↓ 4 callersFunctionsyncMarkdown
()
src/lib/desktop-adapter.ts:12
↓ 3 callersFunctioncombineData
()
src/lib/context/NotesContext.tsx:64
↓ 3 callersFunctioncreatedByLabel
(v: NoteVersion)
src/components/note-history.tsx:65
↓ 3 callersFunctiondeleteNote
(keyToDelete: string)
src/lib/context/NotesContext.tsx:102
↓ 3 callersMethoddeleteNote
(id: string)
src/lib/adapter.ts:136
↓ 3 callersFunctiongetDesktopSettings
()
src/lib/desktop-settings.ts:11
↓ 3 callersMethodgetSession
()
src/lib/adapter.ts:124
↓ 3 callersMethodgetYDoc
(noteId: string)
src/durable-objects/user-notes.ts:176
↓ 3 callersMethodlistShares
(noteId: string)
src/lib/adapter.ts:151
↓ 3 callersMethodresetNoteSync
(noteId: string)
src/durable-objects/user-notes.ts:397
↓ 3 callersMethodsignOut
()
src/lib/adapter.ts:126
↓ 3 callersFunctionsyncNoteToSupermemory
* Fetch a single note from the user's DO and upload (upsert) it to * Supermemory under the user's containerTag. No-ops if the note can't be * fetche
src/server/index.ts:205
↓ 3 callersFunctiontoLines
(content: string)
src/lib/diff.ts:9
↓ 3 callersFunctionuseOnlineStatus
()
src/lib/online-status.ts:20
↓ 3 callersFunctionuseTabNavigate
()
src/context/tabs-context.tsx:82
↓ 3 callersFunctionuseTabs
()
src/context/tabs-context.tsx:75
↓ 3 callersFunctionverifyLockToken
(secret: string, token: string, noteId: string, userId: string)
src/server/index.ts:164
↓ 2 callersFunctionbuildStyles
(font: string, colorMode: string)
src/server/public-page.ts:126
↓ 2 callersMethodconnect
()
src/lib/yjs-provider.ts:75
↓ 2 callersMethodcreateShare
(noteId: string, opts: { email?: string; permission?: string })
src/lib/adapter.ts:150
↓ 2 callersFunctiondeleteSupermemoryDocument
( apiKey: string, noteId: string )
src/lib/supermemory.ts:71
↓ 2 callersMethodextractContentJson
(noteId: string)
src/durable-objects/user-notes.ts:1020
↓ 2 callersFunctionextractTitle
(json: JSONContent)
src/components/editor.tsx:67
↓ 2 callersFunctionextract_text
(node: &serde_json::Value)
src-tauri/src/sync.rs:222
↓ 2 callersFunctionfmt
(ts: number)
src/lib/date-utils.ts:30
↓ 2 callersFunctionfontLinks
(font: string)
src/server/public-page.ts:158
↓ 2 callersFunctionformatDate
(timestamp: number)
src/server/public-page.ts:7
↓ 2 callersFunctionformatTime
(ts: number)
src/components/note-history.tsx:18
↓ 2 callersFunctiongetCachedFolders
()
src/lib/web-adapter.ts:27
↓ 2 callersFunctiongetCloudAuth
()
src/lib/desktop-adapter.ts:23
↓ 2 callersMethodgetNote
(id: string, shareToken?: string)
src/lib/adapter.ts:132
↓ 2 callersMethodgetProfile
()
src/lib/adapter.ts:188
↓ 2 callersMethodgetVersion
(noteId: string, versionId: string)
src/lib/adapter.ts:162
↓ 2 callersFunctiongoTo
(i: number)
src/components/media-viewer.tsx:54
↓ 2 callersFunctionhandleMove
(folderId: string | null)
src/client/pages/note.tsx:50
↓ 2 callersFunctionhandleRevoke
(id: string)
src/components/share-dialog.tsx:54
↓ 2 callersFunctionhasContent
()
src/components/editor.tsx:309
↓ 2 callersFunctionhashStr
(s: string)
src/components/note-card.tsx:34
↓ 2 callersFunctionhideWindow
()
src/client/pages/quick-note.tsx:14
↓ 2 callersFunctionidbPut
(db: IDBDatabase, key: string, value: any)
src/lib/web-adapter.ts:59
↓ 2 callersFunctionimport_single_md
( conn: &rusqlite::Connection, path: &std::path::Path, folder_id: &Option<String>, )
src-tauri/src/sync.rs:144
↓ 2 callersFunctionisEmptyDoc
(content: string | object | null | undefined)
src/lib/note-preview.ts:49
↓ 2 callersFunctionissueTokenAndRedirect
()
src/client/pages/auth-passkey.tsx:33
↓ 2 callersFunctionjsonToText
(content: string)
src/components/note-history.tsx:32
↓ 2 callersFunctionparseDoc
(raw: any)
src/components/editor.tsx:310
↓ 2 callersMethodpermanentlyDeleteNote
(id: string)
src/lib/adapter.ts:139
↓ 2 callersMethodpublishNote
(noteId: string, published: boolean)
src/lib/adapter.ts:185
↓ 2 callersFunctionreadBodySafe
(res: Response)
src/lib/supermemory.ts:17
↓ 2 callersFunctionrenderNodes
(nodes: any[])
src/server/public-page.ts:27
↓ 2 callersFunctionrenderNodes
(nodes: any[])
src/server/rss.ts:20
↓ 2 callersMethodsaveNote
(id: string, title: string, content: string, folderId?: string | null)
src/lib/adapter.ts:134
↓ 2 callersMethodscheduleMemorySync
(noteId: string, reason: string)
src/lib/adapter.ts:166
↓ 2 callersFunctionseed
(parsed: JSONContent | null)
src/components/editor.tsx:325
↓ 2 callersMethodsendUpdate
(update: Uint8Array)
src/lib/yjs-provider.ts:162
↓ 2 callersFunctionsetCachedNotes
(notes: Note[])
src/lib/web-adapter.ts:20
↓ 2 callersFunctionsimpleHmac
(secret: string, data: string)
src/server/index.ts:178
↓ 2 callersFunctiontauriInvoke
(cmd: string, args?: Record<string, unknown>)
src/client/pages/quick-note.tsx:9
↓ 2 callersFunctiontiptapToHtml
(content: string, skipFirst = false)
src/server/public-page.ts:16
↓ 2 callersFunctionupdateCounts
(editor: EditorInstance)
src/components/editor.tsx:112
↓ 2 callersFunctionuseIsDark
()
src/lib/dark-mode.ts:9
↓ 1 callersFunctionapplyPatch
(baseContent: string, patchStr: string)
src/lib/diff.ts:71
↓ 1 callersMethodbeginEditSession
(noteId: string)
src/lib/adapter.ts:164
↓ 1 callersMethodbeginEditSession
(noteId: string)
src/durable-objects/user-notes.ts:329
↓ 1 callersFunctionblockText
(node: TipTapNode)
src/lib/note-preview.ts:7
↓ 1 callersMethodbroadcastMessage
(data: Uint8Array)
src/lib/yjs-provider.ts:170
↓ 1 callersMethodcheckoutBranch
(noteId: string, branchId: string)
src/lib/adapter.ts:171
↓ 1 callersFunctionclusterByMoment
(items: T[], gapSeconds = 30 * 60)
src/lib/date-utils.ts:14
next →1–100 of 439, ranked by callers