I have found a strange behaviour when I open my tw5 inside Tiddlydesktop 
and chrome

Part I.

I have a code like this 

<div class="tc-table-of-contents">
<<toc-selective-expandable 
   tag:"slider"
   sort:"sort[caption]"
   exclude:"-[tag[slideFooter]]">>
</div>


Part II.

And another tiddler with the below code to rearrange the tiddlers tagged 
with slider


      <<list-tagged-draggable 
      tag:$(currentTiddler)$  
      subFilter:"!tag[slideFooter]"
      itemTemplate:"$:/.mr/slider/draggable-template"
      emptyMessage:"You don't have any slide in this slider"
      >>


I use the second tiddler and rearrange them, but strangely I see different 
results when I use Tiddlydesktop and chrome!!!

In chrome I see the toc macro shows the tiddler in the right order, but In 
Tiddlydesktop I got wrong order! It should be noted that The tiddler in 
part b shows the correct result in both chrome and tiddlydesktop!!!

What do you think?


Mohammad

-- 
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 post to this group, send email to [email protected].
Visit this group at https://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/02a7d368-f9f1-49d3-bf71-0545fa25dc26%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to