Prosody
- code :: https://github.com/halostatue/prosody
- issues :: https://github.com/halostatue/prosody/issues
Prosody is an extensible content analysis library that measures reading flow and cognitive load for mixed text and code content as would be found in a technical blog.
For users of Tableau, Prosody provides an extension
(Prosody.Tableau) which processes posts and adds analysis results to
post frontmatter.
Installation
Prosody can be installed by adding prosody to your list of dependencies in
mix.exs:
def deps do
[
{:prosody, "~> 1.0"}
]
endProsody.MDExParser is only available when MDEx is present in your
dependencies, and Prosody.Tableau is only available when Tableau is
present in your dependencies.
Prosody documentation is found on HexDocs.
Semantic Versioning
Prosody follows Semantic Versioning 2.0.