Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/benweet/stackedit
/ functions
Functions
705 in github.com/benweet/stackedit
⨍
Functions
705
◇
Types & classes
30
Function
cancelNewComment
({ commit, getters })
src/store/discussion.js:129
Function
checkPath
(path)
src/services/providers/dropboxProvider.js:34
Function
checkToggler
(Component, toggler, checker, featureId)
test/unit/specs/specUtils.js:28
Function
cleanCurrentFile
({ getters, rootGetters, commit, dispatch, }, { filterComment, filterDiscussion }
src/store/discussion.js:153
Function
close
({ commit })
src/store/contextMenu.js:50
Function
compare
(node1, node2)
src/store/explorer.js:18
Function
computeProperties
(yamlProperties)
src/services/utils.js:195
Function
config
()
src/components/modals/common/modalTemplate.js:21
Function
confirm
({ dispatch }, content)
src/store/notification.js:60
Method
constructor
(classGetter, offsetGetter, properties)
src/components/common/EditorClassApplier.js:34
Method
constructor
(classGetter, offsetGetter, properties)
src/components/common/PreviewClassApplier.js:18
Method
constructor
(id, badgeName, description, children = null)
src/data/features.js:2
Method
constructor
(item, locations = [], isFolder = false)
src/store/explorer.js:21
Method
constructor
(date)
src/services/timeSvc.js:125
Method
constructor
(workspaceId = store.getters['workspace/currentWorkspace'].id)
src/services/localDbSvc.js:17
Method
constructor
(section, previewElt, tocElt, html)
src/services/editorSvc.js:34
Method
constructor
(elt)
src/services/animationSvc.js:115
Method
constructor
(props)
src/services/providers/common/Provider.js:13
Method
constructor
(startOffset, endOffset)
src/services/editor/sectionUtils.js:2
Method
constructor
(text)
src/services/editor/cledit/cleditHighlighter.js:54
Method
constructor
(offset, trailing)
src/services/editor/cledit/cleditMarker.js:10
Function
convert
* Finish the conversion initiated by the section parser
src/services/editorSvc.js:114
Function
convert
* Convert markdown sections previously parsed with `parseSections`. * @param {Object} parsingCtx The parsing context returned by `parseSections`.
src/services/markdownConversionSvc.js:219
Function
createClEditor
(editorElt)
src/services/editor/editorSvcDiscussions.js:118
Function
createConverter
* Creates a converter and init it with extensions. * @returns {Object} A converter.
src/services/markdownConversionSvc.js:129
Function
createFile
* Create a file in the store with the specified fields.
src/services/workspaceSvc.js:13
Function
createHiddenIframe
(url)
src/services/utils.js:299
Function
createNewDiscussion
({ commit, dispatch, rootGetters }, selection)
src/store/discussion.js:135
Function
createPublishLocation
(publishLocation, featureId)
src/services/publishSvc.js:128
Function
createSyncLocation
(syncLocation)
src/services/syncSvc.js:198
Function
currentFileName
()
src/components/modals/common/modalTemplate.js:24
Function
decodeBase64
(str)
src/services/utils.js:185
Function
deleteFile
* Delete a file in the store and all its related items.
src/services/workspaceSvc.js:152
Function
deleteItem
({ itemsById }, id)
src/store/data.js:133
Function
deleteItem
(state, id)
src/store/moduleTemplate.js:34
Function
deleteItem
()
src/services/explorerSvc.js:19
Function
doClick
(buttonName)
src/libs/pagedown.js:398
Function
doWithLocation
({ commit }, { location, action })
src/store/queue.js:74
Function
downloadAppDataFile
(token, id)
src/services/providers/helpers/googleHelper.js:421
Function
downloadAppDataFileRevision
(token, fileId, revisionId)
src/services/providers/helpers/googleHelper.js:501
Function
downloadContent
(token, syncLocation)
src/services/providers/gistProvider.js:19
Function
downloadContent
(token, syncLocation)
src/services/providers/dropboxProvider.js:37
Function
downloadContent
(token, syncLocation)
src/services/providers/githubProvider.js:27
Function
downloadContent
(token, syncLocation)
src/services/providers/googleDriveProvider.js:104
Function
downloadContent
(token, syncLocation)
src/services/providers/gitlabProvider.js:28
Function
downloadFile
* https://www.dropbox.com/developers/documentation/http/documentation#files-download
src/services/providers/helpers/dropboxHelper.js:129
Function
downloadFile
(token, id)
src/services/providers/helpers/googleHelper.js:417
Function
downloadFile
* https://docs.gitlab.com/ee/api/repository_files.html#get-file-from-repository
src/services/providers/helpers/gitlabHelper.js:197
Function
downloadFile
* https://developer.github.com/v3/repos/contents/#get-contents
src/services/providers/helpers/githubHelper.js:214
Function
downloadFileRevision
(token, fileId, revisionId)
src/services/providers/helpers/googleHelper.js:497
Function
downloadGist
* https://developer.github.com/v3/gists/#get-a-single-gist
src/services/providers/helpers/githubHelper.js:273
Function
downloadGistRevision
* https://developer.github.com/v3/gists/#get-a-specific-revision-of-a-gist
src/services/providers/helpers/githubHelper.js:303
Function
downloadWorkspaceContent
({ token, contentSyncData })
src/services/providers/couchdbWorkspaceProvider.js:119
Function
downloadWorkspaceContent
({ token, contentId, contentSyncData, fileSyncData, })
src/services/providers/gitlabWorkspaceProvider.js:153
Function
downloadWorkspaceContent
({ token, contentSyncData, fileSyncData })
src/services/providers/googleDriveWorkspaceProvider.js:386
Function
downloadWorkspaceContent
({ token, contentSyncData })
src/services/providers/googleDriveAppDataProvider.js:88
Function
downloadWorkspaceContent
({ token, contentId, contentSyncData, fileSyncData, })
src/services/providers/githubWorkspaceProvider.js:138
Function
downloadWorkspaceData
({ token, syncData })
src/services/providers/couchdbWorkspaceProvider.js:132
Function
downloadWorkspaceData
({ token, syncData })
src/services/providers/gitlabWorkspaceProvider.js:175
Function
downloadWorkspaceData
({ token, syncData })
src/services/providers/googleDriveWorkspaceProvider.js:407
Function
downloadWorkspaceData
({ token, syncData })
src/services/providers/googleDriveAppDataProvider.js:99
Function
downloadWorkspaceData
({ token, syncData })
src/services/providers/githubWorkspaceProvider.js:160
Function
encodeBase64
(str, urlSafe = false)
src/services/utils.js:170
Function
encodeUrlPath
(path)
src/services/utils.js:285
Function
enqueue
({ state, commit, dispatch }, cb)
src/store/queue.js:22
Function
enqueuePublishRequest
({ state, commit, dispatch }, cb)
src/store/queue.js:64
Function
enqueueSyncRequest
({ state, commit, dispatch }, cb)
src/store/queue.js:54
Function
ensureUniqueLocations
* Ensure two sync/publish locations of the same file don't have the same hash.
src/services/workspaceSvc.js:279
Function
ensureUniquePaths
* Ensure two files/folders don't have the same path if the workspace doesn't allow it.
src/services/workspaceSvc.js:203
Function
enterKeyHandler
(evt, state)
src/services/optional/keystrokes.js:100
Function
error
({ dispatch, rootState }, error)
src/store/notification.js:67
Function
expand
(param1, param2)
src/services/optional/shortcuts.js:44
Function
expectBadge
(featureId, isEarned = true)
test/unit/specs/specUtils.js:52
Function
exportToDisk
* Export a file to disk.
src/services/exportSvc.js:116
Function
flush
()
src/services/editor/cledit/cleditUtils.js:14
Function
focus
()
src/services/editor/cledit/cleditCore.js:111
Function
format
(time)
src/services/timeSvc.js:170
Function
get
()
src/components/modals/common/modalTemplate.js:45
Function
get
()
src/services/templateWorker.js:71
Function
getAppDataFileRevisions
(token, id)
src/services/providers/helpers/googleHelper.js:482
Function
getChanges
()
src/services/providers/couchdbWorkspaceProvider.js:65
Function
getChanges
()
src/services/providers/gitlabWorkspaceProvider.js:105
Function
getChanges
()
src/services/providers/googleDriveWorkspaceProvider.js:189
Function
getChanges
()
src/services/providers/googleDriveAppDataProvider.js:34
Function
getChanges
()
src/services/providers/githubWorkspaceProvider.js:93
Function
getChanges
* https://developers.google.com/drive/v3/reference/changes/list
src/services/providers/helpers/googleHelper.js:509
Function
getChanges
* http://docs.couchdb.org/en/2.1.1/api/database/changes.html#db-changes
src/services/providers/helpers/couchdbHelper.js:78
Function
getCommits
* https://docs.gitlab.com/ee/api/commits.html#list-repository-commits
src/services/providers/helpers/gitlabHelper.js:134
Function
getCommits
* https://developer.github.com/v3/repos/commits/#list-commits-on-a-repository
src/services/providers/helpers/githubHelper.js:151
Function
getContextMenuItem
(name)
test/unit/specs/specUtils.js:43
Function
getCurrentUserId
()
src/services/userSvc.js:52
Function
getCursorFocusRatio
()
src/services/editor/cledit/cleditCore.js:411
Function
getDb
* http://docs.couchdb.org/en/2.1.1/api/database/common.html#db
src/services/providers/helpers/couchdbHelper.js:71
Function
getDbName
(workspaceId)
src/services/utils.js:163
Function
getEditorOffset
* Get the offset of the markdown in the editor corresponding to the offset in the preview
src/services/editor/editorSvcUtils.js:85
Function
getFile
* https://developers.google.com/drive/v3/reference/files/get
src/services/providers/helpers/googleHelper.js:395
Function
getFileRevisionContent
({ token, contentSyncDataId, revisionId })
src/services/providers/couchdbWorkspaceProvider.js:224
Function
getFileRevisionContent
({ token, contentId, syncLocation, revisionId, })
src/services/providers/gistProvider.js:81
Function
getFileRevisionContent
({ token, contentId, revisionId, })
src/services/providers/dropboxProvider.js:142
Function
getFileRevisionContent
({ token, contentId, syncLocation, revisionId, })
src/services/providers/githubProvider.js:152
← previous
next →
301–400 of 705, ranked by callers