Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Dhravya/notty
/ functions
Functions
439 in github.com/Dhravya/notty
⨍
Functions
439
◇
Types & classes
17
Method
flushNote
()
src/lib/web-adapter.ts:157
Method
flushNote
(noteId: string, reason: string)
src/lib/adapter.ts:135
Method
flushNote
()
src/lib/desktop-adapter.ts:194
Method
getBranches
(noteId: string)
src/lib/web-adapter.ts:331
Method
getBranches
(noteId: string)
src/lib/adapter.ts:169
Method
getBranches
()
src/lib/desktop-adapter.ts:321
Method
getCachedFolders
()
src/lib/web-adapter.ts:183
Method
getFolders
()
src/lib/web-adapter.ts:187
Method
getFolders
()
src/lib/desktop-adapter.ts:227
Method
getMedia
()
src/lib/web-adapter.ts:379
Method
getMedia
()
src/lib/desktop-adapter.ts:334
Method
getMediaUrl
(id: string)
src/lib/web-adapter.ts:420
Method
getMediaUrl
()
src/lib/desktop-adapter.ts:339
Method
getNote
(id: string, shareToken?: string)
src/lib/web-adapter.ts:120
Method
getNoteHistory
(noteId: string)
src/lib/web-adapter.ts:286
Method
getNoteHistory
(noteId: string)
src/lib/adapter.ts:161
Method
getNoteHistory
()
src/lib/desktop-adapter.ts:309
Method
getNoteMeta
(id: string, shareToken?: string)
src/lib/web-adapter.ts:133
Method
getNoteMeta
(id: string)
src/lib/desktop-adapter.ts:298
Method
getNoteTree
(noteId: string)
src/lib/web-adapter.ts:372
Method
getNoteTree
()
src/lib/desktop-adapter.ts:326
Method
getNotes
()
src/lib/web-adapter.ts:107
Method
getNotes
()
src/lib/adapter.ts:129
Method
getNotes
()
src/lib/desktop-adapter.ts:131
Method
getNotesList
()
src/lib/web-adapter.ts:93
Method
getNotesList
()
src/lib/desktop-adapter.ts:127
Method
getProfile
()
src/lib/web-adapter.ts:435
Method
getProfile
()
src/lib/desktop-adapter.ts:345
Method
getSession
()
src/lib/web-adapter.ts:69
Method
getSession
()
src/lib/desktop-adapter.ts:92
Method
getSharedWithMe
()
src/lib/web-adapter.ts:253
Method
getSharedWithMe
()
src/lib/desktop-adapter.ts:306
Method
getTrash
()
src/lib/web-adapter.ts:166
Method
getTrash
()
src/lib/desktop-adapter.ts:206
Method
getVersion
(noteId: string, versionId: string)
src/lib/web-adapter.ts:292
Method
getVersion
()
src/lib/desktop-adapter.ts:310
Function
get_folders
(db: tauri::State<Database>)
src-tauri/src/db.rs:217
Function
get_note
(db: tauri::State<Database>, id: String)
src-tauri/src/db.rs:130
Function
get_notes
(db: tauri::State<Database>)
src-tauri/src/db.rs:66
Function
get_quick_notes
(db: tauri::State<Database>)
src-tauri/src/db.rs:263
Function
get_trash_notes
(db: tauri::State<Database>)
src-tauri/src/db.rs:90
Function
handleCopy
()
src/components/publish-toggle.tsx:70
Function
handleCreateLink
()
src/components/share-dialog.tsx:34
Function
handleDelete
()
src/client/pages/note.tsx:45
Function
handleKey
(e: KeyboardEvent)
src/components/note-history.tsx:113
Function
handleKeyDown
(e: React.KeyboardEvent)
src/components/command-palette.tsx:124
Function
handleLock
()
src/client/pages/note.tsx:222
Function
handleRestore
()
src/components/note-history.tsx:206
Function
handleSave
()
src/client/pages/public-settings.tsx:30
Function
handleUnlock
()
src/client/pages/note.tsx:232
Function
handleUnpublish
()
src/components/publish-toggle.tsx:53
Function
handleVerify
()
src/components/lock-verify.tsx:14
Function
handler
(e: MouseEvent)
src/components/publish-toggle.tsx:33
Function
handler
(e: KeyboardEvent)
src/lib/hotkeys.ts:48
Function
idbGet
(db: IDBDatabase, key: string)
src/lib/web-adapter.ts:50
Function
isOnline
()
src/lib/online-status.ts:24
Method
listShares
(noteId: string)
src/lib/web-adapter.ts:242
Method
listShares
()
src/lib/desktop-adapter.ts:304
Method
lockNote
(noteId: string)
src/lib/web-adapter.ts:260
Method
lockNote
()
src/lib/desktop-adapter.ts:329
Function
main
()
src-tauri/build.rs:1
Function
main
()
src-tauri/src/main.rs:25
Method
mergeBranch
(noteId: string, sourceBranchId: string)
src/lib/web-adapter.ts:362
Method
mergeBranch
()
src/lib/desktop-adapter.ts:325
Function
mergeTimeline
(notes: Note[], media: MediaItem[], getMediaUrl: (id: string) => string)
src/components/timeline-view.tsx:11
Method
migrate
(sql: string)
src/durable-objects/user-notes.ts:78
Method
migrateSafe
(sql: string)
src/durable-objects/auth.ts:112
Method
moveNoteToFolder
(noteId: string, folderId: string | null)
src/lib/web-adapter.ts:213
Method
moveNoteToFolder
(noteId: string, folderId: string | null)
src/lib/desktop-adapter.ts:270
Function
move_note_to_folder
(db: tauri::State<Database>, id: String, folder_id: Option<String>)
src-tauri/src/db.rs:187
Method
new
(app_dir: &Path)
src-tauri/src/db.rs:31
Function
onBeforeUnload
()
src/components/editor.tsx:274
Function
onBlur
()
src/components/editor.tsx:250
Function
onFocus
()
src/client/pages/quick-note.tsx:71
Function
onKey
(e: KeyboardEvent)
src/components/media-viewer.tsx:39
Function
onKeyDown
(e: KeyboardEvent)
src/client/pages/quick-note.tsx:92
Function
onKeyDown
(e: KeyboardEvent)
src/context/notes-context.tsx:142
Function
onMove
()
src/client/pages/note.tsx:212
Function
onVisChange
()
src/components/editor.tsx:259
Function
open_note_in_main
(app: tauri::AppHandle, note_id: String)
src-tauri/src/main.rs:10
Method
permanentlyDeleteNote
(id: string)
src/lib/web-adapter.ts:178
Method
permanentlyDeleteNote
(id: string)
src/lib/desktop-adapter.ts:219
Function
prefetchEditor
()
src/components/note-file-list.tsx:7
Method
publishMedia
(id: string, published: boolean)
src/lib/web-adapter.ts:402
Method
publishMedia
()
src/lib/desktop-adapter.ts:337
Method
publishNote
(noteId: string, published: boolean)
src/lib/web-adapter.ts:425
Method
publishNote
()
src/lib/desktop-adapter.ts:342
Function
renderNode
(node: any)
src/server/public-page.ts:31
Function
renderNode
(node: any)
src/server/rss.ts:24
Function
requireAuth
(c: any, next: any)
src/server/index.ts:269
Method
restoreNote
(id: string)
src/lib/web-adapter.ts:172
Method
restoreNote
(id: string)
src/lib/desktop-adapter.ts:210
Method
restoreVersion
(noteId: string, versionId: string)
src/lib/web-adapter.ts:299
Method
restoreVersion
()
src/lib/desktop-adapter.ts:311
Function
restore_note
(db: tauri::State<Database>, id: String)
src-tauri/src/db.rs:122
Function
revalidateNotes
()
src/lib/context/NotesContext.tsx:121
Method
saveFolder
(folder: Partial<Folder> & { id: string; name: string })
src/lib/web-adapter.ts:199
Method
saveFolder
(folder: Partial<Folder> & { id: string; name: string })
src/lib/desktop-adapter.ts:252
Method
saveNote
(id: string, title: string, content: string, folderId?: string | null)
src/lib/web-adapter.ts:145
Method
saveNote
(id: string, title: string, content: string, folderId?: string | null)
src/lib/desktop-adapter.ts:177
← previous
next →
301–400 of 439, ranked by callers