Properties
Private Readonly fileDirectoryPath
fileDirectoryPath: string
Private Readonly filePath
filePath: string
Private filesCache
filesCache: {
[key: string]: string;
} = {}
Private graphsCache
graphsCache: {
[key: string]: string;
} = {}
Private headings
headings: HeadingData[]
isPreviewInPresentationMode
isPreviewInPresentationMode: boolean = false
Private Readonly notebook
Private Readonly projectDirectoryPath
projectDirectoryPath: URI
Private tocHTML
tocHTML: string
Private vscodePreviewPanel
vscodePreviewPanel: undefined | null | WebviewPanel
Static Private AutoPrismThemeMap
AutoPrismThemeMap: {
atom-dark.css: string;
atom-light.css: string;
atom-material.css: string;
github-dark.css: string;
github-light.css: string;
gothic.css: string;
medium.css: string;
monokai.css: string;
newsprint.css: string;
night.css: string;
one-dark.css: string;
one-light.css: string;
solarized-dark.css: string;
solarized-light.css: string;
vue.css: string;
} = ...
Type declaration
atom-dark.css: string
atom-light.css: string
atom-material.css: string
github-dark.css: string
github-light.css: string
gothic.css: string
medium.css: string
monokai.css: string
newsprint.css: string
night.css: string
one-dark.css: string
one-light.css: string
solarized-dark.css: string
solarized-light.css: string
vue.css: string
Static Private AutoPrismThemeMapForPresentation
AutoPrismThemeMapForPresentation: {
beige.css: string;
black.css: string;
blood.css: string;
league.css: string;
moon.css: string;
night.css: string;
serif.css: string;
simple.css: string;
sky.css: string;
solarized.css: string;
white.css: string;
} = ...
Type declaration
beige.css: string
black.css: string
blood.css: string
league.css: string
moon.css: string
night.css: string
serif.css: string
simple.css: string
sky.css: string
solarized.css: string
white.css: string
The markdown engine that can be used to parse markdown and export files