The password of the wiki http://prueba2020.tiddlyspot.com/ is testtest.
you can freely modify the wiki to do some tests.
Regards.
El lunes, 17 de febrero de 2020, 20:01:51 (UTC-5), Sergio Aleman escribió:
>
> 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/74c1ae1a-42ba-4ba5-873f-0e65bf4a6680%40googlegroups.com.