[tw5] Re: Date In "Title of new tiddlers" Setting

2021-06-29 Thread TW Tones
DM
Of course in  Title of new journal tiddlers 
 you could 
put  0MM/0DD
Then use the new Journal here button on a tiddler then type the rest of the 
name? The advantage being the new tiddler is tagged with the current one.

Personally I have altered the new Journal and New Journal here button to 
set a journal-date field so it is independent from the title. Just ask if 
you want them!

For future reference you can use the now macro to format a date anyway you 
want, then use this in a new tiddler or new Journal button  to set the 
name. There is a little trick concatenating strings to create titles but we 
can help you there.  

Regards
Tones
On Wednesday, 30 June 2021 at 07:27:56 UTC+10 Soren Bjornstad wrote:

> *$:/core/ui/Actions/new-journal* contains:
>
> <$wikify name="journalTitle" text="""<$macrocall $name="now" 
> format=<>/>""">
> [...]
> <$action-sendmessage $message="tm-new-tiddler" title=<> 
> tags=<> text=<>/>
>
> *$:/core/ui/Actions/new-tiddler* contains no such wikify, just:
>
> <$action-sendmessage $message="tm-new-tiddler" tags=<>/>
>
> I haven't tried it, but I would think it would be relatively 
> straightforward to override this tiddler and add an appropriate wikify 
> widget and a *title* parameter to $action-sendmessage.
>
> On Tuesday, June 29, 2021 at 3:37:26 PM UTC-5 iamdar...@gmail.com wrote:
>
>> Is there a way to add a formatted date to the "Title of new tiddlers" 
>> field like you can in the "Title of new journal tiddlers" field?
>>
>> I'm trying to add *MM/DD -* to the front of each new tiddler based on 
>> how I am using it. I can always just delete it if I don't need the MM/DD - 
>> in the title but prefer to have it if I did. 
>>
>> However, it doesn't seem that the field accepts any time of code so I'm 
>> not sure if it is even possible. 
>>
>> Thanks!
>> DM
>>
>

-- 
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.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/c8a3ea40-2d4e-4e5b-a5b3-c86f49ab0e3an%40googlegroups.com.


[tw5] Re: Date In "Title of new tiddlers" Setting

2021-06-29 Thread Soren Bjornstad
*$:/core/ui/Actions/new-journal* contains:

<$wikify name="journalTitle" text="""<$macrocall $name="now" 
format=<>/>""">
[...]
<$action-sendmessage $message="tm-new-tiddler" title=<> 
tags=<> text=<>/>

*$:/core/ui/Actions/new-tiddler* contains no such wikify, just:

<$action-sendmessage $message="tm-new-tiddler" tags=<>/>

I haven't tried it, but I would think it would be relatively 
straightforward to override this tiddler and add an appropriate wikify 
widget and a *title* parameter to $action-sendmessage.

On Tuesday, June 29, 2021 at 3:37:26 PM UTC-5 iamdar...@gmail.com wrote:

> Is there a way to add a formatted date to the "Title of new tiddlers" 
> field like you can in the "Title of new journal tiddlers" field?
>
> I'm trying to add *MM/DD -* to the front of each new tiddler based on how 
> I am using it. I can always just delete it if I don't need the MM/DD - in 
> the title but prefer to have it if I did. 
>
> However, it doesn't seem that the field accepts any time of code so I'm 
> not sure if it is even possible. 
>
> Thanks!
> DM
>

-- 
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.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/d59f2ab1-18fe-4207-b68b-e0ab68e1fed6n%40googlegroups.com.