[tw5] Re: Glider.js and Tiddlywiki

2018-11-15 Thread Mohammad
Mark,
 it works now! I had to reopen the wiki!

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 tiddlywiki+unsubscr...@googlegroups.com.
To post to this group, send email to tiddlywiki@googlegroups.com.
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/1f45ec0c-6d81-4dd2-89d9-ab999d7618d2%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw5] Re: Glider.js and Tiddlywiki

2018-11-14 Thread 'Mark S.' via TiddlyWiki
I'm not sure that it warrants a permanent home yet ;-)

What do you mean by "doesn't work" ? What do you see? What browser and 
platform are you using? 

It definitely works on my system (or I would not have posted it), but I 
suspect this might be context-sensitive.


-- Mark



On Wednesday, November 14, 2018 at 9:08:50 PM UTC-8, Mohammad wrote:
>
> Hello Mark,
>  Many thanks! Why don't  you put it on tiddlyspot.com?
>
> It seems the Glider double does not work!
>
> Mohammad
>

-- 
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 post to this group, send email to tiddlywiki@googlegroups.com.
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/30a42b79-6b27-4b20-82a6-9cf42d6eda7c%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw5] Re: Glider.js and Tiddlywiki

2018-11-14 Thread Mohammad
Hello Mark,
 Many thanks! Why don't  you put it on tiddlyspot.com?

It seems the Glider double does not work!

Mohammad

-- 
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 post to this group, send email to tiddlywiki@googlegroups.com.
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/97c394e2-b551-49f8-99bf-e6fedd84206c%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw5] Re: Glider.js and Tiddlywiki

2018-11-14 Thread 'Mark S.' via TiddlyWiki
Ok. Here's a plugin. This isn't great, but it might give someone an idea 
for making something better.

I think that the underlying code at the main Glider.js site depends on 
tricking the browser into invoking the same code multiple times. This may 
or may not work, depending on the browser and platform. So, the same 
limitations will almost certainly show up in TW. 

I strongly recommend testing this only in an empty or otherwise unimportant 
TW. I put in error catching code, which I think reduces problems, but  
who knows whether it covers all the bases. Absolutely be sure to have 
backups before using this anywhere important!!

There are 3 components in making Glider(s) work:

1. HTML code with parts identified by ID or Class
2. A Query selector to find those parts
3. A JSON string to provide options for how the parts are to work together.

There is a usage tiddler ... but I feel that my powers of prose may not 
have been at their best.

All of the examples at the original site, and one of my included one's need 
FontAwesome to look right. I did not include that technology, but you can 
obtain it from the usual suspects.

Good luck!

-- Mark

On Monday, November 12, 2018 at 12:27:18 PM UTC-8, Mohammad wrote:
>
> How we can have this in tiddlywiki:
>
> https://github.com/NickPiscitelli/Glider.js
>
>
> Cheers
> Mohammad
>

-- 
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 post to this group, send email to tiddlywiki@googlegroups.com.
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/afc4ec7a-c8f9-4fdf-b842-7e2090863806%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


MAS_Glider-0-0-6.json
Description: application/json


[tw5] Re: Glider.js and Tiddlywiki

2018-11-13 Thread Mohammad
Hello Mark,
 That looks great! 
Hope you can share!

-Mohammad

-- 
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 post to this group, send email to tiddlywiki@googlegroups.com.
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/0f307bb6-dbc4-4928-ba13-8c050384db1b%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw5] Re: Glider.js and Tiddlywiki

2018-11-13 Thread 'Mark S.' via TiddlyWiki


[image: scroll-in-action.png]
 Sort of possible. My approach was klugey.  Trying things.

-- 
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 post to this group, send email to tiddlywiki@googlegroups.com.
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/b9b5f34b-f4e6-47f8-b478-8c5449ae4e78%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw5] Re: Glider.js and Tiddlywiki

2018-11-12 Thread Mohammad
It is interesting to know that, glider.js is only 2kB in gzip format and 
has no dependency!
Hope somebody make a plugin of it!

-Mohammad

-- 
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 post to this group, send email to tiddlywiki@googlegroups.com.
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/3e5fa325-9a5d-4242-bea7-2b72baef7f1f%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw5] Re: Glider.js and Tiddlywiki

2018-11-12 Thread 'Mark S.' via TiddlyWiki
That's odd. All the demos worked for me ... assuming I was just supposed to 
see a bunch of big numbers scrolling back and forth in various ways.

-- Mark

On Monday, November 12, 2018 at 12:59:25 PM UTC-8, @TiddlyTweeter wrote:
>
> I can't get anything but the first demo to work on that ...
>
> On Monday, 12 November 2018 21:27:18 UTC+1, Mohammad wrote:
>>
>> How we can have this in tiddlywiki:
>>
>> https://github.com/NickPiscitelli/Glider.js
>>
>>
>> Cheers
>> Mohammad
>>
>

-- 
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 post to this group, send email to tiddlywiki@googlegroups.com.
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/79dce617-4f03-40cd-9660-6409b21313b0%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw5] Re: Glider.js and Tiddlywiki

2018-11-12 Thread David Gifford
oooh this would be nice for tutorials!

On Monday, November 12, 2018 at 2:27:18 PM UTC-6, Mohammad wrote:
>
> How we can have this in tiddlywiki:
>
> https://github.com/NickPiscitelli/Glider.js
>
>
> Cheers
> Mohammad
>

-- 
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 post to this group, send email to tiddlywiki@googlegroups.com.
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/7e1ecd22-0a23-41d1-8f68-defe16cb64c2%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw5] Re: Glider.js and Tiddlywiki

2018-11-12 Thread @TiddlyTweeter
I can't anything but the first demo to work on that ...

On Monday, 12 November 2018 21:27:18 UTC+1, Mohammad wrote:
>
> How we can have this in tiddlywiki:
>
> https://github.com/NickPiscitelli/Glider.js
>
>
> Cheers
> Mohammad
>

-- 
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 post to this group, send email to tiddlywiki@googlegroups.com.
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/b57548f4-3741-4400-a3fa-cdeb3bc7fb9c%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.