PDX |> Elixir |> Group - Monthly Meetup Feb 20th Utah Elixir meetup: "Mox" library for defining concurrent mocks in Elixir

Arcdown: a plain-text blogging format w/parser

Last week I invented a simple plain-text blogging format called Arcdown (.ad) to assist in publishing rich-featured blog posts in a simple plain-text format. It currently supports these attributes:

  • title
  • slug
  • author/email
  • topics/sub-topics
  • tags
  • article summary/content

It’s compatible with Markdown and presumes you’ll parse the article content with a library like Earmark. I’ve written a relatively robust Arcdown parser and published it to hex as version 0.1.1:

This will be developed into the backend of a plain-text blogging engine called Archivist, somewhat like Nabo but tailored for a more robust featureset. Any thoughts, PRs, or feedback are welcome :)

~Mike