Markdown Cli

edit✏️

This is a post that may be a work in progress for awhile, Its a collections of thoughts on managing my blog, but could be translated into anythiung that is just a collection of markdown.

Listing things

data

render content

frontmatter cleaning.

Markata.Markata methods

Markata.Post methods

Markata plugins

Markata plugins

CLI

$ markata list tags

python
data
$ markata

[
  { 
    "title": "post title",
    "description": "this is a post",
    "filepath": "path_to.md",
    "content": "the content of the post",
    "html": "<p>the content of the post</p>"
    },
    ...
]