Am Donnerstag, 22. Februar 2018 17:20:55 UTC+1 schrieb Stephan Hradek:
>
> Can you test, what you attempted on tiddlywiki.com and post all the
> tiddlers here so that I can see and aybe correct?
>
> For your previous example, it is an easy fix:
>
> Tiddler 1 fields:
>
>> Title:hostTiddler
>> projectnumber:12345
>> Text:{{||newProjectEntryPB}}
>>
>
> Tiddler 2 fields:
> Title:newProjectEntryPB
> Text:\define projecttitle() $(todaynow)$, $(projectnum)$, Project entry:
>
> <$set name="todaynow" value=<<now "YYYY-0MM-0DD 0hh:0mm:0ss">>>
> <$set name="projectnum" value={{!!projectnumber}}>
>
> Need a new project entry? Click this button and a project tiddler will be
> created:
> <$button>
> New project entry
> <$action-sendmessage
> $message="tm-new-tiddler"
> title=<<projecttitle>>
> />
> </$button>
>
> </$set>
>
> Of course this doesn't fix the timestamp, but the projectnumber is in.
>
Ah! And for an auto-incremented projectnumber you saw my "Quick & Dirty"
example above?
--
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/98a6be1c-23ee-4f29-9485-2cc8dd87fd07%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.