Files
vscode-front-matter/src/constants/context.ts
2024-01-16 14:22:17 +01:00

20 lines
673 B
TypeScript

export const CONTEXT = {
canOpenPreview: 'frontMatter:CanOpenPreview',
canOpenDashboard: 'frontMatter:CanOpenDashboard',
isEnabled: 'frontMatter:enabled',
isDashboardOpen: 'frontMatter:dashboard:open',
wysiwyg: 'frontMatter:markdown:wysiwyg',
backer: 'frontMatter:backers:supporter',
isValidFile: 'frontMatter:file:isValid',
isDevelopment: 'frontMatter:isDevelopment',
hasViewModes: 'frontMatter:has:modes',
isSnippetsDashboardEnabled: 'frontMatter:dashboard:snippets:enabled',
isDataDashboardEnabled: 'frontMatter:dashboard:data:enabled',
isGitEnabled: 'frontMatter:git:enabled',
projectSwitchEnabled: 'frontMatter:project:switch:enabled'
};