Textual

public interface Textual

Methods

getFilePath

String getFilePath()

getMarkdown

String getMarkdown()

getRootContent

Content getRootContent()

getTitle

String getTitle()

loadMarkdown

void loadMarkdown()

readMarkdown

String readMarkdown()

save

void save()

setBasePath

void setBasePath(String basePath)

setMarkdown

void setMarkdown(String markdown)

setRootContent

void setRootContent(Content rootContent, String basePath)