Copyright (c) 2025 Eric R Outen | MIT License
Yakudatsu is a lightweight JavaScript plugin that makes it easy to add inline help or explanatory text directly within your content. By simply wrapping text in a <span> with a special class, Yakudatsu enhances readability and user guidance without cluttering your layout. It's perfect for tooltips, definitions, or context-aware help — all without needing a full UI framework.
<`script src="https://outendesigns.github.io/yakudatsu/yakudatsu.js"><`/script>
<`p>Here is a sample paragraph element.<`/p> <`span class="yakudatsu">This is additional helpful text.<`/span>
Here is a sample paragraph element.
This is additional helpful text.<`h1>Header Text<`/h1> <`span class="yakudatsu helper-bgcolor-red helper-fontcolor-black helper-fontsize-22">Customized styles are used on this yakudatsu.<`/span>