nuxt / content

The file-based CMS for your Nuxt application, powered by Markdown and Vue components.
https://content.nuxt.com
MIT License
3.01k stars 611 forks source link

Add Asciidoc support #876

Open ccleve opened 3 years ago

ccleve commented 3 years ago

Is your feature request related to a problem? Please describe.

Nuxt Content supports markdown, csv, etc. It would also be good to support Asciidoc, which is much better for writing technical documentation. Spring Boot generates Asciidoc for its API docs, and I'd like to integrate them into my Nuxt app.

Describe the solution you'd like

Just add Asciidoc like any other content type. Can use this library: https://asciidoctor.org/docs/asciidoctor.js/

amineHY commented 1 year ago

any update on this issue ?

Chris2011 commented 6 months ago

Hey @ccleve and @amineHY, I created this package: https://www.npmjs.com/package/nuxt-asciidoc before christmas, sry I forgot to mention it here. Please test it, give feedback and create tickets :). Thx

janseidler commented 4 months ago

Hey @ccleve and @amineHY, I created this package: https://www.npmjs.com/package/nuxt-asciidoc before christmas, sry I forgot to mention it here. Please test it, give feedback and create tickets :). Thx

You're the best! Have been waiting so long for this feature! I could hack Nuxt 2 to do my bidding with AsciiDoc content, but with Nuxt 3 it got a bit messy. Thank youuuu!

Ps: Will test it out and give feedback wherever possible ^