Thank you Mat!

I updated to new version! Just one question: 
in $:/plugins/TWaddle/LeftBar/Toggle there is a macro as below

\define leftbar-content()
<div class="leftbar-content">
{{$:/plugins/TWaddle/LeftBar/Menu}}
</div>
\end


does it a matter to add an empty line between div tag line and 
{{$:/plugins/TWaddle/LeftBar/Menu}} 
i.e


\define leftbar-content()
<div class="leftbar-content">

{{$:/plugins/TWaddle/LeftBar/Menu}}
</div>
\end


I get different results! My $:/plugins/TWaddle/LeftBar/Menu content is as 
below



@@background-color:purple;color:white;
''Under development''
@@
<div class="tc-table-of-contents">
<<toc-selective-expandable ".contents-toc">>
</div>

@@background-color:#ddd;
''Links''
@@
<div class="tc-table-of-contents">
<<toc-selective-expandable '.links-toc' "sort[title]">>
</div>

@@background-color:#ddd;
''Slutions''
@@
<div class="tc-table-of-contents">
<<toc-selective-expandable '.solution-toc'>>
</div>


@@background-color:#ddd;
''Icons''
@@
<div class="tc-table-of-contents">
<<toc-selective-expandable '.icons-toc' "sort[title]">>
</div>


@@background-color:purple;color:white;
''Wiki info''
@@
* [[Revision History]]
* [[License]]


---
^^
Change the content of this by editing:<br> $:/plugins/TWaddle/LeftBar/Menu 
^^



for example the ul list at the bottom does not wikify!

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/e789c988-b941-432d-aaa8-765dea60dfc1%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to