Hi Mans,

this is quite informative text, thanks for your work. Though, I find it 
somewhat excessively narrowed in some aspects. I'd recommend to add some 
generalizaions: for instance, you write about TW option for tabs and even 
about the option paramifier, but there's no link to some text about options 
in TW and no mention of the fact that paramifiers can actually set any TW 
option. The same story is about plugins. The instructions are detailed, 
step-by-step ones but without much perspective to learn more, I feel. In 
html insertions, you can point on the onclick part that's launched on 
click, or even format your examples like this:

<html><a href="javascript:;" onclick="
  story.displayTiddler(null,'TiddlerTitle');
  jQuery('#tiddlerDisplay').show();
  return false;
">LinkText</a></html>


(that's how I use them in my use-cases, not even when showing to others). 
This also improves readability and ease of comparing different html 
insertions you suggest. And finally, some comments in the code can make 
this even better as you can add some perspectives for learning, like

<html><a href="javascript:;" onclick="
  story.displayTiddler(null,'TiddlerTitle'); // you can learn more by examining 
story.js at https://github.com/TiddlyWiki/tiddlywiki/blob/master/js/Story.js#L84
  jQuery('#tiddlerDisplay').show();          // see jQuery docs for 'show'
  return false;
">LinkText</a></html>

And finally, may be the titles are worth making them more specific, like 
"paramifier for starting with certain tab opened" instead of just 
"paramifier". But may that's too long :)

Best regards,
Yakov.

воскресенье, 24 февраля 2013 г., 1:40:30 UTC+4 пользователь Måns написал:
>
> If you prefer a news reader format for better readability: 
>
> http://xn--mns-ula.dk/TWsOS/tabLink/news.php 
>
>
> On 23 Feb., 21:12, Måns <[email protected]> wrote: 
> > Hi TW'ians 
> > 
> > A couple of days ago I needed to be able to write both URLs and 
> > TiddlyLinks to open specific tabs in tiddlers. 
> > 
> > I found a few threads on this group where these issues where 
> > discussed. 
> > However none of them covered the gap between "very basic" and "very 
> > advanced" material.... 
> > 
> > This made me think -> and write this "TabsTutorial - Basics and more 
> > advanced usage..." hoping that it might help someone who needs the 
> > information - but still haven't reached "a point of nirvana" in coding 
> > skills ;-) : 
> > 
> > http://xn--mns-ula.dk/TWsOS/tabLink/ 
> > 
> > Please check it out and tell if I missed some important 
> > information.... 
> > 
> > Cheers Måns Mårtensson 
>

-- 
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?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to