Hi Nicholas,

the way I would approach it would be to have each code snippet as a 
separate tiddler and use the list widget (along with a template) to 
construct your table of tips. Say you have a tiddler called pascal, then 
you could use the 'new here' button on this tiddler tool bar to create a 
new tiddler tagged with 'pascal', and put you tips sample code in a field 
and text (the tip) in the tiddler body, choose a name and save. In the 
pascal tiddler you would then put the list widget to pull in all the 
tiddlers tagged pascal (using the currentTiddler variable to obtain the 
tiddler title - here pascal and filter for tags) and transclude the tips 
(text and sample code) into a table.

all the best

BJ

On Friday, January 22, 2016 at 10:43:36 AM UTC, Nicholas Zufelt wrote:
>
> Apologies if this has been answered, I tried looking but couldn't find 
> it.  I'm also a TW noob, so bear with me.
>
> I have a main tiddler that I'm using as my personal library of tips for 
> various coding languages, and so it actually only contains a tabbed list of 
> other tidders, where each supporting tiddler is a single language.  I have 
> all the tabs working and displaying nicely, but the problem is it's a bit 
> cumbersome to add to one of these supporting tiddlers.  What I'd like to 
> add is a couple of text fields at the bottom of each tiddler, as well as a 
> "submit" button, that I put code in one field and a description in the 
> other and it adds a new entry to the supporting tiddler (where the code is 
> surrounded by backticks and goes into a table I've set up).  I could then 
> go in later and organize it, but I find that I don't use it as much as I'd 
> like to since it's so slow to add to (click on the supporting tiddler, 
> click on edit, add the formatting, save and then close the supporting 
> tiddler).  This has to be easy to do, right?
>
> Thanks in advance!
>

-- 
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 https://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/8b7716d5-6887-4f63-a4cd-c31abbc726bf%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to