MarkdownMonster.Configuration.SystemConfiguration
public class SystemConfiguration : object
Class Members
Member | Description | |
---|---|---|
Constructor |
||
GetDebugEditorHtmlTemplatesPath |
This method retrieves the DebugEditorTemplates path that is safely fixed up and checked so a valid path is returned. public string GetDebugEditorHtmlTemplatesPath() |
|
GetDebugPreviewHtmlTemplatesPath |
This method retrieves the DebugPreviewHtmlTemplates path that is safely fixed up and checked so a valid path is returned. public string GetDebugPreviewHtmlTemplatesPath(string theme) |
|
DebugEditorHtmlTemplatesPath |
Optional path where the editor HTML files are found. You can point this at your development folder explicitly so you make changes without having to recompile the project to see the template changes. | |
DebugPreviewHtmlTemplatesPath |
Optional path where the the previewer HTML files and themes are found. You can point this at your development folder explicitly so you can make changes without having to recompile the project to see the template changes. | |
DisableHardwareAcceleration |
If set makes the application not use GPU accelleration. Set this setting if you have problems with MM starting up with a black screen. A very few video drivers are known to have render problems and this setting allows getting around this driver issue. | |
IgnoreWebViewVersionMismatch |
If you see errors on startup regarding an older Runtime installed vs. the installed WebView runtime, you can opt to ignore the mismatch and just launch Markdown Monster. Note: This can lead to some possible rendering issues, but can be useful to allow you to run without notices if you're running preview versions of Edge Canary. | |
ReportErrors |
Determines whether errors are reported anonymously | |
SendTelemetry |
Flag to determine whether telemetry is sent | |
ShowEditorDeveloperTools |
If true opens the browser developer tools on startup for the Previewer. (only works with Chromium Controls) | |
ShowPreviewDeveloperTools |
If true, adds developer tools option to the preview context menu to open. (only works with Chromium Controls) | |
ShowPreviewDeveloperToolsOnStartup |
If true immediately opens the preview developer tools for the preview on startup |
Requirements
Namespace: MarkdownMonster.ConfigurationAssembly: markdownmonster.exe
© West Wind Technologies, 2016-2024 • Updated: 11/23/21
Comment or report problem with topic