File
Constructor Summary
Public Constructor | ||
public |
constructor(filePath: string, objectPattern1: {"config": *, "renderer": *}) |
Member Summary
Public Members | ||
public |
An asset processor that will handle rendering this file. |
|
public |
Checksum hash of rawContent, for use in seeing if file is different. |
|
public |
Template accessible data. |
|
public |
defaults: * |
|
public |
Absolute destination path of where file should be written. |
|
public |
If this File is filtered out of rendering. |
|
public |
Frontmatter for this file. |
|
public |
Unique ID for this file. |
|
public |
Absolute path to file location. |
|
public |
Should we skip processing this file, ignoring templates and markdown conversion. |
Method Summary
Public Methods | ||
public |
Render the markdown into HTML. |
|
public |
async update() Update's File's data from the file system. |
|
public |
Writes a given File object to the file system. |
Public Constructors
Public Members
public checksum: string source
Checksum hash of rawContent, for use in seeing if file is different. @example: '50de70409f11f87b430f248daaa94d67'
public defaults: * source
public filtered: boolean source
If this File is filtered out of rendering. Filter settings are defined in the Config.ConfigFilename file.