http://tiddlywiki.com/#Page%20and%20tiddler%20layout%20customisation

Den lørdag den 16. maj 2015 kl. 10.08.02 UTC+2 skrev Måns:
>
> Hi Matthew
>
> Which version of TW5 are you using? I doubt that your skeleton code will 
> work in an up to date version of TW5.
>
> Check out: http://tiddlywiki.com/#Creating%20journal%20tiddlers 
>
> You could clone the new-journal-here button* and use it as a template to 
> create your own special NewTaskJournalHere button.
>
> [*] $:/core/ui/Buttons/new-journal-here 
> <http://tiddlywiki.com/#%24%3A%2Fcore%2Fui%2FButtons%2Fnew-journal-here> 
>
> Cheers Måns Mårtensson
>   
>
> Den mandag den 11. maj 2015 kl. 09.26.47 UTC+2 skrev Matthew Petty:
>>
>> I use a button to create task tiddlers. It uses a TaskSkeleton to create 
>> consistently formatted tiddlers.
>> I want to add a button to the skeleton which would create a new task, 
>> tagged with the current task, which would also use the TaskSkeleton.
>> The "new here" button just creates a new empty tiddler, and it's only 
>> accessible in view mode.
>>
>> I think it's just a case of making a new task creation button, based on 
>> the current one. Here's TaskButton:
>> <$let tag1="journal" text="">
>> <$newtiddler title=<<dateTime 'YYYY 0MM 0DD ddd hh:mm:ss'>> 
>> skeleton="TaskSkeleton" edit="yes">Create Task "<<dateTime 'YYYY 0MM 0DD 
>> ddd hh:mm:ss'>>"</$newtiddler>
>> </$let>
>>
>> What could I add to that to tag the new task with the tiddler that 
>> displayed this button?
>>
>

-- 
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.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/ae210711-8168-4bc2-a5c8-52b608a9d7d5%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to