Hi Michael
Here is SOME info, not nearly all, in my unfinished
http://giffmex.org/TiddlyQuickly.html
Mario is right - just keep posting questions here. I do it all the time.
As for the nested table of contents, that is pretty new and is not a
terribly user-friendly feature at the moment. At the moment,
1. you create a tiddler and at the top of the tiddler you add the following:
\define toc-heading(caption,body)
<$reveal type="nomatch" state=<<qualify "$:/state/toc/$caption$">>
text="show">
<$button set=<<qualify "$:/state/toc/$caption$">> setTo="show"
class="btn-invisible">{{$:/core/images/right-arrow}} $caption$
</$button>
</$reveal>
<$reveal type="match" state=<<qualify "$:/state/toc/$caption$">>
text="show">
<$button set=<<qualify "$:/state/toc/$caption$">> setTo="hide"
class="btn-invisible">{{$:/core/images/down-arrow}} $caption$
</$button>
</$reveal>
<$reveal type="match" state=<<qualify "$:/state/toc/$caption$">>
text="show" retain="yes" animate="yes">
$body$
</$reveal>
\end
2. The next step is adding your table of contents:
The basic formatting is this:
<div class="tw-table-of-contents">
# Bold category header
## <<toc-heading "First dropdown marker" "
## [[First list item within the dropdown]]
## Second list item within the dropdown
">>
</div>
The div part is a wrapper to indicate to TW what style it is. The middle
part is what you need for each category in your table. Compare the tiddler
http://tiddlywiki.com/#TableOfContents:TableOfContents in both view and
edit mode, and you should get the idea. You can see from what I wrote
above, that content in the dropdown can be links or text. I imagine tables
and images, too. Haven't played with it enough to say.
On Tuesday, July 15, 2014 9:17:03 PM UTC-5, Michael O'Bryan wrote:
>
> I'm incredibly impressed by what I think is possible but find I am missing
> some "gap" information that lets me go from a basic understanding of how to
> make links, tags, etc., to one that I can really use to become dangerous.
>
> For instance:
>
> In many of the examples I see a nested, pull-down menu that I cannot
> figure out how to add to my TiddlyWiki.
>
> Or where to find plugins and how to add them myself. In an example I read
> "just drag this link to the browser window" but several attempts have
> proved less than successful.
>
> Any support/direction/suggested place to go would be greatly appreciated.
>
> 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.
For more options, visit https://groups.google.com/d/optout.