๐ TenTags 2.1.4 Stable: Interactive Documents with Just Two Tags
๐ TenTags 2.1.4 is now stable!
This release makes TenTags documents interactive while keeping the language simple, declarative, and renderer-independent.
โจ Internal & External Links
Navigate anywhere using just two tags:
<mark=Main Page>
<url=goto:Main Page>Go to Start</url>
<url=https://tentags.org>TenTags.o...>
<mark> defines a named anchor inside the document.
<url=goto:...> creates an internal link.
<url=https://...> creates a standard web hyperlink.
๐ผ๏ธ Images
A single image tag is all you need:
<img src=logo.png w=120 h=auto m=15>
w, h, and m are in pixels.
h=auto preserves the aspect ratio.
m adds equal margin on all sides.
With just a few lightweight tags, TenTags can now generate rich, navigable HTML, PDF, and Excel (.xlsx) documents from a single declarative source.
๐ค Teach an LLM TenTags with a single prompt
One bootstrap prompt is enough for an AI model to start generating complete TenTags documents:
https://tentags.org/downloads/TENTAGS_LLM_BOOTSTRAP_PROMPT.md
Feedback, ideas, and feature requests are always welcome!

Replies