
In honor of the new release of Tiddlywiki 5.1.18, I would like to announce the status-badge addon ...
<<dlink "//More info about//" "[[Tiddlywiki]]" "info">> \define dbadge(subject:"Subject",status:"Status",type1:"", type2:"primary")
<div class="dbadge">
<span class="$type1$">$subject$</span><span class="$type2$">$status$</span>
</div>
\endHi Mohammad
I know this is an old post, but is it easy to make a status badge with three sections? I tried adding a new subclass and span but it didn’t work. I added a new section to the stylesheet as well.
\define dbadge(subject, comment, status, type:"primary")
<div class="dbadge"><span class="dbadge-subject">$subject$</span><span class="dbadge-comment">$comment$</span><span class="dbadge-status dbadge-$type$ ">$status$</span></div>
\end
Hi MohammadI know this is an old post, but is it easy to make a status badge with three sections?
I tried adding a new subclass and span but it didn't work. I added a new section to the stylesheet as well.
\define dbadge(subject, comment, status, type:"primary")
<div class="dbadge"><span class="dbadge-subject">$subject$</span><span class="dbadge-comment">$comment$</span><span class="dbadge-status dbadge-$type$ ">$status$</span></div>
\end
On Thursday, December 6, 2018 at 2:16:32 PM UTC+10 Mohammad wrote:
--
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 tiddlywiki+...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/tiddlywiki/5f5ae83c-840f-492b-9384-67795a640b5fn%40googlegroups.com.