Also give a try on this (Demo: Saq Notetip 1 <http://jpentw5.tiddlyspot.com/#Demo%3A%20Saq%20Notetip%201>)
\define nt(text,field) <$set name=tip tiddler=<<currentTiddler>> field=<<__field__>> > <sup title=<<tip>> style="color:red; cursor:help;">$text$</sup> <<tip>> </$set> \end ``` As per Saq Imitaz's suggestion: it works as prescribed! ``` Lorem ipsum dolor sit amet,<<nt 1 "nt-1">> consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.<<nt 2 "nt-2">> Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur.<<nt "3" "nt-3">> Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.<<nt 4 "nt-4">> Change the style to meet your requirement! -- You received this message because you are subscribed to the Google Groups "TiddlyWiki" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/tiddlywiki/46d897b7-d839-437c-9267-3fdd650daf78%40googlegroups.com.

