You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to TiddlyWiki
I made a global macro:
\define counting()
<$count filter="[tag{!!caption}] -[tag[genus]]"/>
\end
and call it with <<counting>> and it works perfectly. But the text does not continue on the same line after the number but starts a new line. Any idea why?
So no new lines, because in wikitext this means to render the text as a new paragraph.
-m
PMario
unread,
Apr 3, 2016, 5:41:36 AM4/3/16
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to TiddlyWiki
You where faster :) .... but the funny thing is. If I test the code of the OP with tiddlywiki.com it works just fine. ... So there may be something else involved too? -m
magev958
unread,
Apr 5, 2016, 2:30:19 AM4/5/16
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to TiddlyWiki
Thanks :) The one-line does not work, but the other one does. I may have put some interfering css i a stylesheet somewhere, but now it works and I'm happy :)