Re: [tw] Re: Modifying TW5 Alpha Add New Tiddler Button?

2014-01-11 Thread Jeremy Ruston
On Thursday, November 14, 2013 6:59:49 PM UTC-9, Josh wrote: > I would also like to be able to >> >> 3. Create a Journal Note, tagged journal with the title as a date in the >> format -MM-DD. ( I can do most of this I just don't know how to change >> the title dynamically, to the date?) >> >>>

Re: [tw] Re: Modifying TW5 Alpha Add New Tiddler Button?

2014-01-11 Thread Chris Lott
On Thursday, November 14, 2013 6:59:49 PM UTC-9, Josh wrote: > > I would also like to be able to > > 3. Create a Journal Note, tagged journal with the title as a date in the > format -MM-DD. ( I can do most of this I just don't know how to change > the title dynamically, to the date?) > >>

Re: [tw] Re: Modifying TW5 Alpha Add New Tiddler Button?

2013-11-15 Thread Ton Gerner
Hi Josh, Glad it worked. I also use the standalone version you mention (How to use TiddlyWiki5 as a standalone HTML file with TiddlyFox, step 1). As soon as the PageTemplate does not create a Javascript error anymore when trying to adjust it (alpha15 I hope), you can add the "T" button over ther

Re: [tw] Re: Modifying TW5 Alpha Add New Tiddler Button?

2013-11-14 Thread Josh
I would also like to be able to 1. Sort by title in reverse order or date created in reverse order *<$checkbox tag="done"> <$link to={{!!title}}><$view field="title"/>* 2. Tag a task with the day I complete it in the format -MM-DD 3. Create a Journal Note, tagged journal with the title as a

Re: [tw] Re: Modifying TW5 Alpha Add New Tiddler Button?

2013-11-14 Thread Josh
Ton, Thanks heaps, I tried it again after downloading this and importing all my tiddlers and it worked. I used this version. *http://five.tiddlywiki.com/static/How%2520to%2520use%2520TiddlyWiki5%2520as%2520a%2520standalone%2520HTML%2520file%2520with%2520TiddlyFox.html

Re: [tw] Re: Modifying TW5 Alpha Add New Tiddler Button?

2013-11-14 Thread Josh
On Second thoughts is there a way I can use the alpha from here: *https://github.com/Jermolene/TiddlyWiki5/releases* and just extract the actual HTML without having to do anything else like compile it etc? I am currently using this one: (I saved the file from step 1) *http://five.tiddlywiki.co

Re: [tw] Re: Modifying TW5 Alpha Add New Tiddler Button?

2013-11-14 Thread Josh
I am currently using that alpha as well. And I tried some things in your internal version (where you can resize, and has a larger window for tiddler content). I will try again and let you know. Maybe I will download the latest version again. -- You received this message because you are subscri

Re: [tw] Re: Modifying TW5 Alpha Add New Tiddler Button?

2013-11-14 Thread Josh
Ton, Thanks, Having trouble getting the *T *to show up on all tiddlers though? It only shows up on the ViewTemplate/title one? So I can only create a Task Tiddler from there? And it still doesn't tag the tiddler with tag="task" automatically? -- You received this message because you are s

Re: [tw] Re: Modifying TW5 Alpha Add New Tiddler Button?

2013-11-14 Thread Ton Gerner
Hi Josh, I tried adding a button to the $:/core/ui/PageTemplate but got a Javascript error (see [1]). As a workaround you can add a button to the tiddler toolbar. Create a tiddler MyTaskSkeletonTiddler tagged with task. Open $:/core/ui/ViewTemplate/title The button definitions are shown here:

Re: [tw] Re: Modifying TW5 Alpha Add New Tiddler Button?

2013-11-13 Thread Josh
Sorry should have said I was looking for more of a detailed explanation as to how to put it in the left menu, as I am new. alongside the other three buttons with a picture of a T for t

Re: [tw] Re: Modifying TW5 Alpha Add New Tiddler Button?

2013-11-13 Thread David Gifford
Easy: 1. Create a new tiddler. Call it, say, TaskTemplate. This is the "skeleton" tiddler or the template from which your new tiddlers tagged as task will be based on. 2. Tag this tiddler with the tag 'task' and save it. 3. As Jeremy said, you can paste a button wherever you want to put it <$butt

Re: [tw] Re: Modifying TW5 Alpha Add New Tiddler Button?

2013-11-13 Thread Josh
David, Would you mind giving me a Run Down of how to do exactly that (create buttons based on template)? I am looking to create a new button which has the new tiddler functionality from TW5 (but a different picture, and also tags the tiddler with "task") I see how to create the button by sear

Re: [tw] Re: Modifying TW5 Alpha Add New Tiddler Button?

2013-11-13 Thread David Gifford
Don't know why I said a new button would be a cool feature when I have myself created new-based-on-template buttons this past weekend. Must have had my head in the clouds... On Wed, Nov 13, 2013 at 5:11 PM, Jeremy Ruston wrote: > Hi Josh > > Yup, I always post through gmail, which has reasonable

Re: [tw] Re: Modifying TW5 Alpha Add New Tiddler Button?

2013-11-13 Thread Jeremy Ruston
Hi Josh Yup, I always post through gmail, which has reasonable quoting support. I hadn't realised that the google groups web interface is so limited. No doubt both gmail and groups will be subsumed into google+ in due course Best wishes Jeremy — jeremy.rus...@gmail.com On Wed, N

Re: [tw] Re: Modifying TW5 Alpha Add New Tiddler Button?

2013-11-13 Thread Josh
Jeremy, The quoted text view that keeps showing in purple when you post, is that because you are responding from Gmail instead of the Google Groups forums? I haven't used google groups in a while and I am wondering how to do the "Show Quoted Text" view that you always do when you post? -- You

Re: [tw] Re: Modifying TW5 Alpha Add New Tiddler Button?

2013-11-13 Thread Jeremy Ruston
Hi Stephan, Yes, we'll add the ability to set the title of the newly cloned tiddler soon. One solution would be to add another attribute to the button widget, and allow for the tw-new-tiddler event to have the additional parameter, but I'm exploring ways to extend the mechanism to solve some other

Re: [tw] Re: Modifying TW5 Alpha Add New Tiddler Button?

2013-11-13 Thread Josh
Thanks Jeremy I will play around with that version and the internal version. -- 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+unsubscr...@googlegroups.co

Re: [tw] Re: Modifying TW5 Alpha Add New Tiddler Button?

2013-11-13 Thread Stephan Hradek
Am Mittwoch, 13. November 2013 21:59:13 UTC+1 schrieb Jeremy Ruston: > > > No, a skeleton tiddler can be any tiddler; clicking the associated "new" > button makes a clone of the skeleton tiddler with a new title. > Is there a way to set the title? I just created [[AnswerTemplate]] with some de

Re: [tw] Re: Modifying TW5 Alpha Add New Tiddler Button?

2013-11-13 Thread Jeremy Ruston
Hi Josh Thank you, however I am still having some issues... Is a skeleton tiddler > simply a new tiddler with no title no content and no tags? > No, a skeleton tiddler can be any tiddler; clicking the associated "new" button makes a clone of the skeleton tiddler with a new title. I created a new

Re: [tw] Re: Modifying TW5 Alpha Add New Tiddler Button?

2013-11-13 Thread Josh
Jeremy, Thank you, however I am still having some issues... Is a skeleton tiddler simply a new tiddler with no title no content and no tags? I created a new tiddler, removed the default title and content and then tagged it with "Task" however the button just creates a new tiddler, and it does

Re: [tw] Re: Modifying TW5 Alpha Add New Tiddler Button?

2013-11-13 Thread Jeremy Ruston
Hi Josh You can have a "new task" button today. Simply create a skeleton tiddler that has the task tag, and then include something like this where you want the button to appear: <$button message="tw-new-tiddler" param="MyTaskSkeletonTiddler">Create Task In due course there will be a new here fun

[tw] Re: Modifying TW5 Alpha Add New Tiddler Button?

2013-11-13 Thread David Gifford
I agree. The ability to create a new button with options: new with tag, new here (that is, new and tagged with the title of the originating tiddler), new clone from template, etc will be a LIFE-SAVING feature for TiddlyWiki 5. Dave On Wednesday, November 13, 2013 12:58:26 AM UTC-6, Josh wrote: