Mike Zazaian
Mike Zazaian
Currently the `archive_dir` option has to change if the `application` flag is used to utilize a 'remote-style' archive. This seems like an antipattern. `archive_dir` should refer only to the name...
Currently topics are being parsed based on the directories and sub-directories used to store the articles within the archive. The user should have the option to ignore those directory paths...
Add a Series struct for defining attributes for series entities.
Archivist should be able to generate a `series_id` value for existing articles in order to include them in an article series
Generated Arcdown files should automatically be assigned a uuid value to identify the article.
Add generator tasks for creating pre-structured templates for Arcdown files without having to reference the correct Arcdown format.
Add support for using a set of articles written as a series. This may be an additional featureset for an `Archivist.Article` struct or implemented directly in `Arcdown.Article`.
Errors should be thrown at compile time if compilation does not succeed at parsing articles from the target format (Arcdown by default).