mirror of
https://github.com/estruyf/vscode-front-matter.git
synced 2026-08-07 01:13:08 +02:00
Panel aware media selection
This commit is contained in:
@@ -0,0 +1,29 @@
|
||||
export enum CommandToCode {
|
||||
getData = "get-data",
|
||||
updateSlug = 'update-slug',
|
||||
updateDate = 'update-date',
|
||||
updateLastMod = 'update-lastmod',
|
||||
publish = 'publish',
|
||||
updateTags = "update-tags",
|
||||
updateCategories = "update-categories",
|
||||
updateKeywords = "update-keywords",
|
||||
addTagToSettings = "add-tag",
|
||||
addCategoryToSettings = "add-category",
|
||||
openSettings = "open-settings",
|
||||
openFile = "open-file",
|
||||
openProject = "open-project",
|
||||
runCustomScript = "custom-script",
|
||||
initProject = "init-project",
|
||||
createContent = "create-content",
|
||||
updateModifiedUpdating = "update-modified-updates",
|
||||
updateFmHighlight = "update-fm-highlight",
|
||||
createTemplate = "create-template",
|
||||
toggleCenterMode = "toggle-center-mode",
|
||||
toggleWritingSettings = "toggle-writing-settings",
|
||||
openPreview = "open-preview",
|
||||
updatePreviewUrl = "update-preview-url",
|
||||
openInEditor = "open-in-editor",
|
||||
updateMetadata = "update-metadata",
|
||||
openDashboard = "open-dashboard",
|
||||
selectImage = "select-image",
|
||||
}
|
||||
Reference in New Issue
Block a user