asciidoc-googledocs-addon
asciidoc-googledocs-addon copied to clipboard
Feature Request: Export one sentence per line (ventilated prose)
Many writers choose to take advantage of AsciiDoc's support for ventilated prose (one sentence per line). In fact, writing ventilated prose is one of the recommended best practices published on asciidoctor.org.
It would be very helpful if the AsciiDoc Processor Add-on had and on/off toggle to export content using ventilated prose. Other open-source AsciiDoc utilities already support this functionality, so perhaps this feature doesn't need to be built from scratch. For example, Kramdown AsciiDoc supports this behavior with its --wrap=ventilate
option.
That's a good idea. We will probably need to add a configuration dialog to enable/disable this feature.
Feel free to open a pull request to implement this feature.
We will probably need to add a configuration dialog to enable/disable this feature.
For reference, I did work on a configuration dialog quite some time ago: https://github.com/ggrossetie/asciidoc-googledocs-addon/pull/30
Thanks for the quick response @ggrossetie. If I'm being honest, I don't have the technical proficiency to implement this feature at this time 🫤 I opened this issue primarily for visibility and to host conversation/contribution from others.