Would someone consider making this plugin? [text formating library]

Hi @ameo,

I was thinking about setting this to true, but there was a big reason why I haven’t done it. It can conflict with the Markdown parser (see my comment https://github.com/Sommerregen/grav-plugin-textformatter#known-issues ) and may break other stuff in the document.

Further I documented it (https://github.com/Sommerregen/grav-plugin-textformatter#usage ), which appears almost at last in this section:

By default TextFormatter only formats text inside Grav specific links:

[plugin:textformatter](...)

If you like to process the entire page with TextFormatter you may set

process:
  textformatter: true

in your page header.
---