Hi everybody,
I have a problem with a macro and wikify widget.
I have done a macro to get all tiddlers that have a tag with the same name 
as the title tiddler of the tiddler that execute the macro.

this is the code:

\define myMacro()
> <$list filter="[tag[$(currentTiddler)$]sort[content-index]]">
> !{{!!title}}
> {{!!text}}
> </$list>
> \end



I used the output of the macro in a wikify widget to get the output I want.

<$wikify name="snapshot" text="<<myMacro>>" output="html">
> <<snapshot>>
> </$wikify>


The problem is that when a tiddler has a "monospace block format" and this 
block has a line that starts with a double slash(//), the output of wikify 
widget is wrong.

I created a tiddlyspot tiddlywiki to show you the problem. (
http://prueba2020.tiddlyspot.com/)

The macro (http://prueba2020.tiddlyspot.com/#MyMacro)
The tiddler with wikify widget in which you could see the problem (
http://prueba2020.tiddlyspot.com/#TiddlerLevel1%20wrong)
The tiddler with the result I expected.(
http://prueba2020.tiddlyspot.com/#TiddlerLevel1%20ok)

Thanks in advance.

-- 
You received this message because you are subscribed to the Google Groups 
"TiddlyWikiDev" 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/tiddlywikidev/0e8efd67-7fb3-423b-9f84-74baea8e46f3%40googlegroups.com.

Reply via email to