[tw5] Re: Why do Startup Actions not work?

2020-07-16 Thread TW Tones
Christian Great I need a collaborator on this one. It 1030pm here in Sydney Australia so tomorrow I will try it and put some notes together. Perhaps we start a new thread so this does not stay active now we have a couple of answers for startup actions. I will private message you to discuss

[tw5] Re: Why do Startup Actions not work?

2020-07-16 Thread ChristianB
Having errors with posting the file - so trying json format instead -- 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

[tw5] Re: Why do Startup Actions not work?

2020-07-16 Thread ChristianB
Hey Tony, Are you referring only to the startup actions part, or the larger picture > of controlled login?. > Interested in what you have done or designed from a controlled login potentially. Lets take a look at collaborating. > >- Can you show me how to put this in a wiki > > Yes -

[tw5] Re: Why do Startup Actions not work?

2020-07-16 Thread TW Tones
Christian, Are you referring only to the startup actions part, or the larger picture of controlled login?. Your solution sounds handy but unfortunately, I do not know how to implement it. Do I understand correctly this your snipit launches the tiddler "Logon" in a modal? That would be

[tw5] Re: Why do Startup Actions not work?

2020-07-15 Thread ChristianB
Hi Tony Did you every complete this work ? I found your post when searching on the same problem and was looking to build the same type of plugin ( ie passwords and encrypted tiddlers etc )... Perhaps we can exchange notes I found that the following code worked - as it hooks into the core

[tw5] Re: Why do Startup Actions not work?

2019-05-14 Thread TonyM
Josiah et al Using Jeds startup actions I have what I need to force users to give, select or use their existing username before proceeding to the wiki. I will publish when finished. I will then design a version with passwords and private encrypted tiddlers And later tw-reciever passcode for

[tw5] Re: Why do Startup Actions not work?

2019-05-14 Thread @TiddlyTweeter
TonyM Nice catch! I'd assumed that work of Jed's had been superseded! Obviously it isn't. You walked the mile to find out. The *problem* of naming things? How did you know to do the distance? Serendipity? J. TonyM wrote: > > I have found via TiddlyWiki Toolmap this following plugin >

[tw5] Re: Why do Startup Actions not work?

2019-05-13 Thread TonyM
Folks, I have found via TiddlyWiki Toolmap this following plugin https://ooktech.com/jed/ExampleWikis/StartupActions/ Which achives what I want. I missed this because I thought it was incorporated into the new startup actions mechanism. With Startup actions being so importiant to a wikis

Re: [tw5] Re: Why do Startup Actions not work?

2019-05-09 Thread TonyM
Bump Folks I am keen to be able to build a User login system and need some startup actions to produce a modal etc.. please help if possible. Regards Tony -- You received this message because you are subscribed to the Google Groups "TiddlyWiki" group. To unsubscribe from this group and stop

Re: [tw5] Re: Why do Startup Actions not work?

2019-05-03 Thread TonyM
Jeremy, Thanks for that overview. If would be helpful if we had a list of what is valid in the existing start action tags. I am keen to test and respond to content or the uri passed to tiddlywiki before the final loading of default tiddlers as I imagine a lot of users would, as opposed to the

Re: [tw5] Re: Why do Startup Actions not work?

2019-05-03 Thread Jeremy Ruston
Hi Tony, Mark, The reason that startup actions can’t trigger a modal is because the actions are run before the modal mechanism is initialised. We run the actions early so that they can be used to set parameters that are used further down the initialisation process (for example, the startup

[tw5] Re: Why do Startup Actions not work?

2019-05-02 Thread TonyM
Mark, Thanks, Going from button message to action send message, you do need to use the $, However I use the below form and it works in a button but not in a tiddler tagged startup actions. <$button> <$action-sendmessage $message="tm-modal" $param="Username Modal"/> Action send Almost all the

[tw5] Re: Why do Startup Actions not work?

2019-05-02 Thread 'Mark S.' via TiddlyWiki
This won't fix your problem, but based on the examples it should be $param (with a dollar sign). I'm thinking that the action widget doesn't work with tm-modal, possibly because the remaining part of the start-up closes out the modal before it even displays. I guess you need a