Skip to content

A plugin that formats output to display clean separated paragraphs.

Notifications You must be signed in to change notification settings

OnePunchVAM/aid-paragraph-formatter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AID Paragraph Formatter Plugin

License: CC BY 4.0

A plugin that formats output to display clean separated paragraphs.

Paragraph Formatter in Action

Usage

This one can be used on it's own and has a release available in the releases section.

To integrate it into your own scripts, in your outputModifier script make sure to call:

modifiedText = paragraphFormatterPlugin.outputModifier(modifiedText)

Ensure consistency of your input by adding this to your inputModifier script call:

modifiedText = paragraphFormatterPlugin.inputModifier(modifiedText)

Optionally you add the following to your contextModifer script to reduce context newlines to one per paragraph:

modifiedText = paragraphFormatterPlugin.contextModifier(modifiedText)

About

A plugin that formats output to display clean separated paragraphs.

Resources

Stars

Watchers

Forks

Packages

No packages published