๐Ÿš€ 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=>
  • <mark> defines a named anchor inside the document.

  • <url=goto:...> creates an internal link.

  • <url=> 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:

Feedback, ideas, and feature requests are always welcome!

11 views

Add a comment

Replies

Be the first to comment