S S ,

*Seriously good work there*. As you move on to *WIki Text for beginners* 
you may want to steal from my developing resource as needed.

See Variables, Parameters and transclusions 
<http://tiddlywiki.psat.com.au/#Variables%2C%20Parameters%20and%20transclusions>
*Note some items are untested.*

In Widgets For Beginners

*Perhaps this note is not for beginners.*

I wonder if there is value pointing out HTML often integrates with 
Javascript to execute things. 

TiddlyWiki's way of providing access to execute things is via widgets 
(which  include javascript)

For example
<button>Inactive button</button>
<button type="button" onclick="alert('Hello world!')">Click Me!</button>
is HTML but we can't get it to execute the alert('Hello world!') in 
Tiddlywiki and if it did It would bypass some vary useful features of 
tiddlywiki.

Instead we use the tiddlywiki version, the <$button widget
<$button parameters>
Click Me!
</$button>

The point being you will always need widgets to execute things in 
TiddlyWiki, so behind the scenes TiddlyWiki can keep track of all 
executions and changes.

Regards
Tony

On Wednesday, 20 February 2019 15:43:32 UTC+11, S. S. wrote:
>
>
> Now that, thanks to all the feedback, Widgets for Beginners 
> <https://groups.google.com/forum/?hl=en#!topic/tiddlywiki/qgNY0iKRrOU> is 
> almost done;
>
> It's time for WikiText for Beginners 
> <https://00ss.github.io/documentation/tiddlywiki.html#WikiText%20for%20Beginners:%5B%5BWikiText%20for%20Beginners%5D%5D%20%5B%5BWidgets%20for%20Beginners%5D%5D>
>
> It's a reasonably short tiddler (by my standards)! 
>
> I'd appreciate knowing if there are any glaring mistakes or omissions.
>
> Thanks.
>
>

-- 
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/690d0f4c-61f8-43b4-9d9a-e76e4b586b0c%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to