/txt_world_domination

Static site generator "Databaseless" CMS: Content is just (git friendly) markdown with multidimensional topic/tags/taxonomy extensions that both humans and AI will appreciate.

Primary LanguageJavaScript

txt_world_domination

Serverless CMS (just plain text!!!) with a supporting ligtweight HTML viewer and a micro db-engine supporting multidimensional taxonomy classification.

Daily Use:

  1. Create documentation in standard markdown.
  2. Tag paragraphs or blocks of paragrpahs with tags like [[{topic.subtopic]]...[[topic.subtopic}]]

YOU ARE DONE!!!. An standard markdown reader with no support (yet) for the tags extension, will render such tags as vanilla text.

A markdown reader supporting the tag extension will transparently create an internal database and allow to navigate the content based on topics and subtopics.

Right now this project contains the reference markdown reader with tag extension support and an always growning number of features to browse the content. You can copy and embed it into your project for free. It's just an standard set of html+js+css+fonts files.

Refer to the test page and the original markdown file to get an idea of daily ussage.

Since content is just plain text (vs some weird binary database format) it means that many tools can be reused to edit and manage the content following the "Do one thing and do it right!" UNIX philosophy.