It's me again.

Having much success with overriding my users' 
*$:/ControlPanel/DefaultTiddlers* and *forcing* my 'update' tiddlers to 
appear after import, but apparently I wasn't forward-thinking enough.  
While discussing it with one such user a few days ago, he brought up the 
point that he had several tiddlers that he liked to have appear every time 
he loads his TW, and if I 'injected' my new updates it would overwrite what 
he had there before.

So, is there a way to *append* the updated tiddler titles to the (beginning 
or end) of any titles that already exist in Defaulttiddlers ?

After a two-day search of both the group and tiddlywiki.com for 
'append-like' information all I've found of relevance.is this bit of code 
from *Jed Carty* (originally from someone else I believe, but I can't find 
the original post, now...):

\define thisAction()
<$action-setfield $tiddler=HelloThere text=
"""$(HelloThereText)$$(LearningText)$"""/>
\end

<$set name=HelloThereText value={{HelloThere}}>
<$set name=LearningText value={{Learning}}>
<$button>Test
<<thisAction>>
</$button>
</$set>
</$set>

This seems to work, but what I really need is not to read from another 
tiddler, but something in the form of a tiddler that the user could open, 
and perhaps click a button, and have a predefined list of tiddler titles 
(contained in this same tiddler) that would be appended to their 
DefaultTiddlers file.

Ideally, it would also have the capacity for multiple tiddler titles, at 
least 10(?).
Also, there would need to be a way of including carriage returns so that 
each title creates a new line for itself (\n perhaps?)

Any ideas?

--Zaphod

-- 
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/27d8fad9-6acc-47fd-9a8b-15a56d691966%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to