coleslaw-org / coleslaw

Flexible Lisp Blogware
BSD 2-Clause "Simplified" License
553 stars 82 forks source link

Markless plugin through cl-markless-plump #174

Closed Shinmera closed 5 years ago

Shinmera commented 5 years ago

This plugin allows writing articles using the Markless language.

PuercoPop commented 5 years ago

@Shinmera Thanks for the PR. Can you add a couple of lines of documentation on how to use the plugin in docs/plugin-use.md?

https://github.com/coleslaw-org/coleslaw/blob/master/docs/plugin-use.md

Shinmera commented 5 years ago

Is this adequate? 3e803e7

Gnuxie commented 4 years ago

Hi @Shinmera , just a heads up, you haven't imported #:coleslaw:render-text and so the method doesn't get added to the same generic, so when you use format: mess you get no-applicable-method error.

Also, I think the config requires you to write (markless) and not (mess) unlike in the description.

Shinmera commented 4 years ago

I knew I should have properly tested things.

Thanks for the heads-up!