Mike Zazaian

Results 8 issues of 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...

enhancement

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...

enhancement

Add a Series struct for defining attributes for series entities.

enhancement

Archivist should be able to generate a `series_id` value for existing articles in order to include them in an article series

enhancement

Generated Arcdown files should automatically be assigned a uuid value to identify the article.

enhancement

Add generator tasks for creating pre-structured templates for Arcdown files without having to reference the correct Arcdown format.

enhancement

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`.

enhancement

Errors should be thrown at compile time if compilation does not succeed at parsing articles from the target format (Arcdown by default).

enhancement