Hi

Not a slider, but this technique limits the output of  $vecmap from a 
dropdown. Try this example on tiddlywiki.com (with $vecmap plugin 
installed):

Start: <$edit-text field="start" tag="input" default="" focusPopup=
"$:/state/demo" class="tc-popup-handle"/>
<$reveal state="$:/state/demo" type="nomatch" text="" default="">
<div class="tc-block-dropdown">
<$linkcatcher to="!!start">
<div class="tc-dropdown-item">
<$list filter="[list[Reference]sort[title]]">

</$list>
</div>
</$linkcatcher>
</div>
</$reveal>

<$set name="start" value={{!!start}}>
<$vecmap start=<<start>> />
</$set>

regards

On Sunday, 1 November 2015 04:58:31 UTC+2, [email protected] wrote:
>
> Hi Matabele/Ton, 
>
>    I think the missing arrows is caused by "circular tags", that is,   
> tags that point a child node back to a parent. Right now it only   
> supports tree-like structures.  Circular tags is something I was   
> thinking about also. 
>
>    About the node collapse/expand feature I want to add that too, but   
> I'll put it on the back burner until I solve the circular tags feature   
> (it's not such an easy thing, I'll come up with some solution). 
>
> I have to leave town and won't be able to work on it for two weeks.   
> But I look forward to your feedback when I have some solution.   
> Meanwhile, let me know if you find any other bugs. 
>
> Thanks!! 
>
>
>

-- 
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 http://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/6e9941c2-f320-4e62-9741-f2ad7cffdf90%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to