Suggestions for Learning More

453 views
Skip to first unread message

Michael O'Bryan

unread,
Jul 15, 2014, 10:17:03 PM7/15/14
to tiddl...@googlegroups.com
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!!

Edward Del Grosso

unread,
Jul 15, 2014, 10:47:56 PM7/15/14
to tiddl...@googlegroups.com
I'm with you on this.  I have all sorts of questions.  The people here are real friendly but are operating at such I high level it is hard to get the gist of stuff from reading the messages.  It is slow going but I am slowly making progress.  I'm sure you will as well.

ED

Michael O'Bryan

unread,
Jul 16, 2014, 1:03:44 AM7/16/14
to tiddl...@googlegroups.com
Alright to add a plugin:

  1. Left-mouse select the plugin from the source.
  2. Hold down the mouse and drag the pointer to the tab in the browser that contains the Wiki.
  3. Move the pointer to the Plugins section and release.
  4. It updates!

Note:  Open plugins on your source and destination wiki's first is (I believe) an important step.

Jon

unread,
Jul 16, 2014, 1:23:13 AM7/16/14
to tiddl...@googlegroups.com
Hi Michael,

have a look at this for the menu:
https://groups.google.com/forum/#!topic/TiddlyWiki/TQI3r_xUlXo

Jon.

Matabele

unread,
Jul 16, 2014, 1:31:13 AM7/16/14
to tiddl...@googlegroups.com
Hi Michael

This applies only to TiddlyWiki5 -- the process differs for TiddlyWiki Classic
  1. Left-mouse select the link to the plugin from the source.
  2. Hold down the mouse and drag the pointer to the tab in the browser that contains your TiddlyWiki5.
  3. Move the pointer to the green target box that opens near the top of the Wiki, and release.
  4. Save your Wiki.
  5. Refresh the Wiki tab in the browser.
  6. Your Wiki is now updated.
  • It is often unnecessary to locate the green target, and dropping the link on the sidebar generally works.
  • Note that for any plugins containing code -- the wiki must be saved and the page refreshed before the code becomes active.
regards

PMario

unread,
Jul 16, 2014, 12:43:00 PM7/16/14
to tiddl...@googlegroups.com
On Wednesday, July 16, 2014 4:47:56 AM UTC+2, Edward Del Grosso wrote:
I'm with you on this.  I have all sorts of questions.  The people here are real friendly but are operating at such I high level it is hard to get the gist of stuff from reading the messages.  It is slow going but I am slowly making progress.  I'm sure you will as well.
 
Just keep posting your questions. ...

and have fun!
mario

David Gifford

unread,
Jul 16, 2014, 2:20:26 PM7/16/14
to tiddl...@googlegroups.com
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:

Michele Zaffalon

unread,
Aug 2, 2014, 9:09:38 AM8/2/14
to tiddlywiki
Hi David,


Here is SOME info, not nearly all, in my unfinished http://giffmex.org/TiddlyQuickly.html

 Thank you for making this available, very useful for a beginner like myself.
Regards,
michele

Michele Zaffalon

unread,
Apr 13, 2015, 8:33:18 AM4/13/15
to tiddl...@googlegroups.com
Hi David,

I remember this link being very useful. Could you post it again?

Thank you,
michele

David Gifford

unread,
Apr 16, 2015, 9:33:15 AM4/16/15
to tiddl...@googlegroups.com
Hi Michele

Sorry I missed your post from last August! I only occasionally get on the TW Google Group, and only just happened to see this post as well.

I would prefer to keep TQ off my site now. f you email me at dgif...@crcna.org I will be happy to attach TiddlyQuickly to a reply email.

Blessings

Dave

David Gifford

unread,
Apr 16, 2015, 12:19:30 PM4/16/15
to tiddl...@googlegroups.com
Hi Michele,

I just remembered I can upload it this way. Sorry I didn't think of that earlier

Dave
TiddlyQuickly.html

Michele Zaffalon

unread,
Apr 17, 2015, 12:22:28 AM4/17/15
to tiddlywiki
Hi David,

Thank you for the upload.
michele

--
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 tiddlywiki+...@googlegroups.com.
To post to this group, send email to tiddl...@googlegroups.com.
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/77276b76-6e9e-4327-b953-5d9842812808%40googlegroups.com.

For more options, visit https://groups.google.com/d/optout.

Reply all
Reply to author
Forward
0 new messages