[tw5] Re: Automatic creating of tiddlers if missing?

2020-02-11 Thread David Gifford
Thanks for the correction, Scott! On Tuesday, February 11, 2020 at 7:19:36 PM UTC-6, Scott Kingery wrote: > > For future searchers, an incorrect tiddler name was mentioned in this > thread so here is a bit of a summary. > > Youn need this code: > https://groups.google.com/d/msg/tiddlywiki/xo-kIC

[tw5] Re: Automatic creating of tiddlers if missing?

2020-02-11 Thread Scott Kingery
For future searchers, an incorrect tiddler name was mentioned in this thread so here is a bit of a summary. Youn need this code: https://groups.google.com/d/msg/tiddlywiki/xo-kICZZEcg/xNYHujBSFgAJ And you want to edit these 2 tiddlers to make it work *$:/core/ui/EditTemplate* - paste the code

[tw5] Re: Automatic creating of tiddlers if missing?

2020-02-03 Thread Ste Wilson
Hi Dave. I think https://snowgoon88.github.io/TW5-extendedit/ mentioned in your link goes some way to auto completion and may have been what i was thinking of. -- You received this message because you are subscribed to the Google Groups "TiddlyWiki" group. To unsubscribe from this group and s

[tw5] Re: Automatic creating of tiddlers if missing?

2020-02-03 Thread David Gifford
Hi Mark Yeah, I saw 'bimlas' because it came through on the email that GG sends me. Amen about the coffee, or in my case Coke Zero. Regarding your comment: In TiddlyBlink, with the exception of things like accents, parentheses, etc, the link back is indeed created. This is confusing to explain

[tw5] Re: Automatic creating of tiddlers if missing?

2020-02-03 Thread 'Mark S.' via TiddlyWiki
I had already corrected that in the message thread and was hoping no would notice. I really shouldn't post before my 3rd cup of coffee ... If you follow one of the links that is automatically created, you won't be able to navigate back to your starting point, because the link created in that w

Re: [tw5] Re: Automatic creating of tiddlers if missing?

2020-02-03 Thread BurningTreeC
Great :) and no problem :o) -- 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 htt

[tw5] Re: Automatic creating of tiddlers if missing?

2020-02-03 Thread David Gifford
Hi Mark S! Bimlas? Are you referring to a code in a different thread? I don't see any posts from bimlas here. If you are referring to BurningTreeC, I don't need to add a backlink if I use his code, since TiddlyBlink is already set up for bi-directional linking. A link in one appears as a link

Re: [tw5] Re: Automatic creating of tiddlers if missing?

2020-02-03 Thread David Gifford
Thanks BurningTreeC! That worked great! And sorry for mixing you up with Mark in an earlier response. On Monday, February 3, 2020 at 10:13:18 AM UTC-6, BurningTreeC wrote: > > You would place the same lines of code below the line with the > tm-save-tiddler message -- You received this message

Re: [tw5] Re: Automatic creating of tiddlers if missing?

2020-02-03 Thread BurningTreeC
You would place the same lines of code below the line with the tm-save-tiddler message -- 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...@goog

Re: [tw5] Re: Automatic creating of tiddlers if missing?

2020-02-03 Thread David Gifford
Yes, that worked! What would I need to edit in $:/core/Buttons/save? Dave On Mon, Feb 3, 2020 at 10:05 AM BurningTreeC wrote: > Hi David, you probably just pressed the save button and you 'd need to > edit $:/core/Buttons/save so that it works by clicking the button. Now it > should work by h

Re: [tw5] Re: Automatic creating of tiddlers if missing?

2020-02-03 Thread BurningTreeC
Hi David, you probably just pressed the save button and you 'd need to edit $:/core/Buttons/save so that it works by clicking the button. Now it should work by hitting ctrl-enter, did you try that? -- You received this message because you are subscribed to the Google Groups "TiddlyWiki" group

Re: [tw5] Re: Automatic creating of tiddlers if missing?

2020-02-03 Thread David Gifford
Mark, I inserted your list where you said, then created a tiddler and added a link to a non-existing tiddler. I save the tiddler, and the link there is a missing link to a non-existent tiddler. What am I doing wrong? Did not work on empty.html either. David Gifford On Mon, Feb 3, 2020 at 9:07 AM

[tw5] Re: Automatic creating of tiddlers if missing?

2020-02-03 Thread 'Mark S.' via TiddlyWiki
Just tested Bimlas' code in Blink. It seems like the easiest solution to your request. But you're probably going to want to modify it so that it that it adds a back link to it's text field. Otherwise you won't be able to navigate back, which is what you probably wanted. Buenos días! On Monday

[tw5] Re: Automatic creating of tiddlers if missing?

2020-02-03 Thread 'Mark S.' via TiddlyWiki
At the top of $:/core/ui/EditTemplate there is a macro, "actions". Put the text at the bottom of the macro, just before "\end" Worked in my test. Occurs to me that the way to get the exact thing you want would be hack edit-comptext to add that ability. Perhaps you could appeal to the author?

[tw5] Re: Automatic creating of tiddlers if missing?

2020-02-03 Thread David Gifford
Not sure where to put this. I tried 1) Inserting it below <$action-sendmessage $message="tm-save-tiddler"/> 2) Splitting <$action-sendmessage $message="tm-save-tiddler"/> by turning /> to and inserting your snippet there. 3) Between and Nothing happens. Where do I put it this so it works? O

[tw5] Re: Automatic creating of tiddlers if missing?

2020-02-03 Thread David Gifford
Thanks BurningTree, I will test this out for a day or so, but it looks like this is the easiest and most intuitive way to do this! Thanks! That seems like such a fundamental core tiddler to be editing, though. I am always told not to fiddle with core tiddlers. I do anyway, but I wonder if there

[tw5] Re: Automatic creating of tiddlers if missing?

2020-02-03 Thread David Gifford
Hi PMario By being able to have tiddlers created just by finishing links, I win big. In TiddlyBlink I take notes on books I read. So the notes are automatically linked to the book and show up there in the $viewtemplate tiddler. By linking the notes to topics, the notes also show up in the tiddl

[tw5] Re: Automatic creating of tiddlers if missing?

2020-02-03 Thread David Gifford
Ste, the link is here, it is not a thing, it is a request for a thing. http://editorpopup.tiddlyspot.com/ On Monday, February 3, 2020 at 1:21:11 AM UTC-6, Ste Wilson wrote: > > Long long ago somewhere in this mire of posts and tangled threads I'm sure > someone posted an auto complete of the tid

[tw5] Re: Automatic creating of tiddlers if missing?

2020-02-03 Thread PMario
On Monday, February 3, 2020 at 8:16:12 AM UTC+1, BurningTreeC wrote: > > Place the following at the bottom of the "save-tiddler-actions" macro in > the $:/core/ui/EditTemplate Tiddler : > > > <$list filter="[all[current]links[]is[missing]]"> > <$action-createtiddler $basetitle=<>/> > > The probl

[tw5] Re: Automatic creating of tiddlers if missing?

2020-02-02 Thread Diego Mesa
Yes!! David the issue Mat linked will directly add support for this to the core!! On Sunday, February 2, 2020 at 6:04:44 PM UTC-6, Mat wrote: > > David Gifford wrote: >> >> I just meant that if there were a way for closing a link to a missing >> tiddler to trigger TW into creating an actual tid

[tw5] Re: Automatic creating of tiddlers if missing?

2020-02-02 Thread Mat
David Gifford wrote: > > I just meant that if there were a way for closing a link to a missing > tiddler to trigger TW into creating an actual tiddler. Would save two > steps. But I realize I am asking for the moon on this one. > AFAIK, the editor is totally passive. > The behavior in Roam r

[tw5] Re: Automatic creating of tiddlers if missing?

2020-02-02 Thread David Gifford
Hi Mat and Eric, thanks for the responses. Neither are what I mean. Mat's solution with a different syntax would undermine the advantage gained by using comptext autocomplete. Eric's suggestion is something I already knew about and played with, and had even changed the CSS for, last week. But in

[tw5] Re: Automatic creating of tiddlers if missing?

2020-02-02 Thread Eric Shulman
On Sunday, February 2, 2020 at 8:23:29 AM UTC-8, David Gifford wrote: > > Is there a way to configure TiddlyWiki or a plugin, so that when closing a > link (]]), if the tiddler does not exist, one is automatically created? Of > course I am thinking of TiddlyBlink - this would replicate a very han

[tw5] Re: Automatic creating of tiddlers if missing?

2020-02-02 Thread Mat
IF what you mean is to click a missing title and that action makes the tiddler exist, then maybe you'll find the NewTids relevant. It is intended as a way to easily create multiple tiddlers from e.g a list and as such it also shows a small settings "panel". This