[tw5] Re: Chatbot Plugin

2020-07-19 Thread ChristianB
Hey All, Its been an interesting discussion so far - thanks everyone for their input ! :-) The plugin uses an open-source JavaScript library (ie RiveScript) that is maintained elsewhere and as yet I haven't explored that library in detail to be able to make suggestions for

[tw5] Re: Chatbot Plugin

2020-07-18 Thread ChristianB
Thanks TT The macro would be a good approach to wrapping the UI and allowing some customisation... I'll add this to my GitHub repo as an issue and see about another version. Cheers CB On Sunday, July 19, 2020 at 2:28:39 AM UTC+10 TiddlyTweeter wrote: > Okay. Some comments. > > As a first

[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: Chatbot Plugin

2020-07-16 Thread ChristianB
Hey Tony Yes - I forgot to add a direct link to the RiveScript tutorial (available here : https://www.rivescript.com/docs/tutorial ) which is pretty good as it starts with some simple programmed responses before building up into the slightly more complex stuff ... You can skip some of the

[tw5] Chatbot Plugin

2020-07-15 Thread ChristianB
Hi All, I've created a chatbot plugin that would like to share with this group. Its available here: http://ceebeetree.tiddlyspot.com/#:%24%3A%2Fplugins%2Fceebee%2Fchatbot%2Fui%2Fchat I'm interested to see what uses people can apply this to in their own wiki's... at the moment the chatbot

[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: To tidlyWiki blog or not to blog

2020-05-06 Thread ChristianB
I would be interested to see what a tiddlywiki blog might look like... Go for it ! As an aside question - is there any thoughts on building a secure node.js version or plugin for TW ? Something that you can logon to in order to be an author of a shared TW site ? Would that work similar to the

[tw5] Re: Rethinking tiddlywiki.com

2020-04-27 Thread ChristianB
On Monday, April 20, 2020 at 10:01:12 PM UTC+10, Jeremy Ruston wrote: > > Anne-Laure Le Cunff posted this in a different thread ( > https://groups.google.com/d/msgid/tiddlywiki/161921e0-395e-46b9-8179-dd853fbb21ed%40googlegroups.com > >

[tw5] Re: Select Fields by prefix

2020-03-15 Thread ChristianB
> > Try this as a starting point to list your fields in a table > <$list variable="fieldName" filter="[fields[]prefix[act_]]" > <> <$view field=<> /> Enter code here... -- You received this message because you are subscribed to the Google Groups "TiddlyWiki" group. To

[tw5] Re: Tiddler Titles vs unique IDs

2020-03-12 Thread ChristianB
Here is the same result ( ie creating a unique ID ) using wiki macro rather than use javascript \define createUniqueID(field: "id") <$wikify name="timestamp" text="""<$macrocall $name="now" format="0MM0DD0hh0mm0ssXXX" />""" output=text > <$set name="fieldCount"