lovasoa / SQLpage

SQL-only webapp builder, empowering data analysts to build websites and applications quickly
https://sql.ophir.dev
MIT License
883 stars 64 forks source link

Asciidoc markup #137

Open demogit-code opened 7 months ago

demogit-code commented 7 months ago

For those who like Asciidoc, having a description_adoc option or similar would be interesting

https://asciidoctor.org/

i understand this would be a low priority

lovasoa commented 7 months ago

Hello, and welcome to SQLPage ! Indeed, since SQLPage prides itself on being fast and lightweight, and not having any runtime dependency, I think it's better to limit ourselves to "one single way of doing things". But I'm ready to be convinced otherwise :)

lovasoa commented 7 months ago

A more general solution that could also fit your use case would be to have an external_command component, that just passes your data to an externa program on stdin, and renders whatever comes from stdout.

demogit-code commented 7 months ago

an external_command component could indeed allow for a number of extensions, sounds interesting