[twdev] Re: Change the title of a tiddler

2015-12-11 Thread Matabele
Hi The simplest way appears to be: -- enter the 'newtitle' to a temp tiddler or field, via an edit-text widget (starting out with the current title) -- create a "Rename Tiddler" button: -- creates a clone (using 'currentTiddler' as the template) with the title set to value of 'newtitle'

Re: [twdev] Re: Change the title of a tiddler

2015-11-14 Thread Christopher Mann
Hi, Your suggestions did not work. Here is what I have that does the trick for me. title: $:/plugins/chris2fr/tiddlybox/viewtiddler/diffshadow type: text/vnd.tiddlywiki \define showDiff(source) <$list filter="[title[$(source)$]!prefix[diff/]]"> <$button> Diff <$action-setfield

[twdev] Re: Change the title of a tiddler

2015-07-23 Thread Lalit Jain
Just wanted to ping this thread! I'm still really interested in an answer. On Wednesday, July 22, 2015 at 1:06:37 PM UTC-7, Lalit Jain wrote: Hi Eric So this is actually how I am doing this right now. The problem is that I want a user to be able to go back and change the title of this

[twdev] Re: Change the title of a tiddler

2015-07-22 Thread Eric Shulman
errata: missing closing quote following MyTemplate This: $button message=tm-new-tiddler param=MyTemplatemake new form/$button should be $button message=tm-new-tiddler param=MyTemplatemake new form/$button -e -- You received this message because you are subscribed to the Google Groups

[twdev] Re: Change the title of a tiddler

2015-07-22 Thread Lalit Jain
Hi Eric So this is actually how I am doing this right now. The problem is that I want a user to be able to go back and change the title of this tiddler without seeing the tiddler! So for example, you can imagine a contacts database (my use case is an RSS reader) where a button creates a new

[twdev] Re: Change the title of a tiddler

2015-07-22 Thread Eric Shulman
On Wednesday, July 22, 2015 at 9:52:54 AM UTC-7, Lalit Jain wrote: What is the best way to change the title of a tiddler dynamically? I tried using the edit-text widget, however this results in a new tiddler being created for each additional letter I input! The use case for this is a