Hi Matabele,
This is a great idea, thanks for posting it! I am working on the
problem with the missing arrows and the tags to previous nodes (which
is what causes the missing arrows). I will post a fix as soon as
possible, it is a tough problem having to do with how to get a tree of
tiddlers even if they are not strictly in a tree structure.
I think I found a solution, to build a breadth-first tree for the
nodes, ignoring any previously used nodes. And then draw the arrows
back to the original nodes. I still have to implement it, we'll see if
it works.
IHM
Quoting Matabele <[email protected]>:
Hi
A more complex dropdown may also be used -- try something like this (not
perfect, but illustrates the technique):
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-table-of-contents">
<<toc-selective-expandable 'Reference'>>
</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,
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).
--
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/ad9265c3-46a2-43c2-8e2c-11df98881adf%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
--
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/20151108002639.Horde.zxsFc19vKxlvUUCiEbQFX5W%40www.newsfromgod.com.
For more options, visit https://groups.google.com/d/optout.