[tw5] Re: New Tiddle has Tags as the Tiddle that created it, but lowercase?

2018-05-17 Thread Heath Gordon
. > > A Lot of work has being done here so we can help you once you build a > little more knowledge of TiddlyWiki. > > Regards > Tony > > > On Thursday, 17 May 2018 07:38:20 UTC+10, Heath Gordon wrote: >> >> Yeah I"m reconsidering this, but the idea was

[tw5] Re: New Tiddle has Tags as the Tiddle that created it, but lowercase?

2018-05-16 Thread Heath Gordon
Yeah I"m reconsidering this, but the idea was to have a tiered tag system. As in, if I had a Document, which was made up of the same sub-documents, I would at a certain point only ever want to compare documents with documents and subdocuments with subdocuments. I hope that makes sense. And one

[tw5] New Tiddle has Tags as the Tiddle that created it, but lowercase?

2018-05-16 Thread Heath Gordon
So let's say that I have a tiddler, and then a button that creates a new tiddler. Right now I get how to do it so it copies the tags from the parent twiddler to the child twiddler: <$button > <$action-sendmessage $message="tm-new-tiddler" title="Title" tags={{!!tags}} /> New But then

[tw5] Re: Bare bones button to create new twiddle

2018-05-16 Thread Heath Gordon
Ah man, it's me the OP, I meant to say tiddle. And NOW that I've figured that out, I realize that I mispelled 'tiddle' as 'twiddle' also in my code. On Wednesday, May 16, 2018 at 7:30:16 PM UTC+2, Heath Gordon wrote: > > Loving TW so far, this is amazing. But I'm really stuck on making a

[tw5] Bare bones button to create new twiddle

2018-05-16 Thread Heath Gordon
Loving TW so far, this is amazing. But I'm really stuck on making a button that creates a new twiddle. This should be enough to create a new thing right? <$button > <$action-sendmessage $message="tm-new-twiddler" title="Title" tags="MetaTag" /> New But this doesn't do anything. Sorry