Skip to content

writescript/textbackend

Repository files navigation

textbackend Build Status Coverage Status

simple textbackend to create a row/level organized content array.
it is implemented in golang and docs can be found at GoDoc

pseudo data model...

content[
  { ... }
  { level: 0, text: "some words at one line of the document" }
  { level: 1, text: "the level can be used to tab one inside" }
  { level: 1, text: "..." }
  { ... }
]

License

This code is published under an MIT license. See LICENSE file for more information.

Releases

No releases published

Packages

No packages published