forked from iarv/vscode-front-matter
20 lines
645 B
TypeScript
20 lines
645 B
TypeScript
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",
|
|
createTemplate = "create-template",
|
|
} |