Class MarkdownMonsterProject

Project file format that can load and save a bunch of files as a group of files.

System.Object
  MarkdownMonster.MarkdownMonsterProject
public class MarkdownMonsterProject : object, INotifyPropertyChanged

Class Members

MemberDescription

Constructor

PropertyChanged

AddDocuments

public OpenFileDocument AddDocuments(string filename,     int lineNumber,     bool isActive,     string imageFolder)

Load

Loads a new project

public static MarkdownMonsterProject Load(string filename)

Save

Saves a project to disk

public bool Save(string filename)

ActiveFolder

The active folder when the project is saved

ActiveSidebarIndex

Index of the sidebar that is active

Configuration

Configuration that overrides the default configuration

Filename

IsEmpty

OpenDocuments

A list of documents that were open when the project is saved

PreviewWebRootPath

An optional application root

ProjectPath

SaveProjectFilename

Requirements

Namespace: MarkdownMonster
Assembly: markdownmonster.exe

© West Wind Technologies, 2016-2024 • Updated: 11/23/21
Comment or report problem with topic