Markdown Cli ━━━━━━━━━━━━ 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... Date: January 20, 2021 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. [1m[38;2;167;192;128mListing things[0m [38;2;71;82;88m──────────────[0m - posts - tags - draft posts [1m[38;2;167;192;128mdata[0m [38;2;71;82;88m────[0m - frontmatter - filepath - content - template - html [1m[38;2;167;192;128mrender content[0m [38;2;71;82;88m──────────────[0m - Markdown.Markdown - support extentsions [1m[38;2;167;192;128mfrontmatter cleaning.[0m [38;2;71;82;88m─────────────────────[0m - provide ways to hook in or clean up the frontmatter [1m[38;2;167;192;128mMarkata.Markata methods[0m [38;2;71;82;88m───────────────────────[0m - load - render - save [1m[38;2;167;192;128mMarkata.Post methods[0m [38;2;71;82;88m────────────────────[0m - load - render - save [1m[38;2;167;192;128mMarkata plugins[0m [38;2;71;82;88m───────────────[0m - before_load - before_post_load - after_load - after_post_load - before_save - before_post_save - after_save - after_post_save [1m[38;2;167;192;128mMarkata plugins[0m [38;2;71;82;88m───────────────[0m - cleanse_frontmatter - html_feed - json_feed - rss_feed - save_posts [1m[38;2;167;192;128mCLI[0m [38;2;71;82;88m───[0m [38;2;122;132;120m[code][0m $ markata list tags python data [38;2;122;132;120m[code][0m $ markata [ { "title": "post title", "description": "this is a post", "filepath": "path_to.md", "content": "the content of the post", "html": "
the content of the post
" }, ... ]