[tw5] Re: [TW5] Announcing Bob version 1.0.0 Sourdough (formerly MultiUser)

2018-06-14 Thread @TiddlyTweeter
Jed.

This just feedback. I been using Bob to open all .tids in a Wiki and it 
edits fine. I not had any problems. Occasionally if I'm idiot enough to 
edit a Tid in TW and a text editor simultanously, whichever saves first 
wins :-) 

Windows users just need to be sure that their plain text editing program 
does not "lock" files. 

Josiah.

Jed Carty wrote:
>
> Bob should support editing tiddler files while it is running but I haven't 
> done any testing changing many tiddler files simultaneously so I am not 
> sure how it would react.
>

-- 
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/0a27069b-7ebc-4143-9ed2-fd7280fc23d5%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw5] Re: Slideshow effects - Incremental reveal

2018-06-14 Thread Mohammad
Thank you Tony!
I got the idea! A state tiddler shall be used and based on that I can 
incrementally show the content!
I had a look at slidesnstories but I did not figure out how  
works!
It also shows the contents incrementally!
One other solution is having a small JS code! But I think the better 
solution is not using JS.

/Mohammad

On Thursday, June 14, 2018 at 11:52:14 AM UTC+4:30, TonyM wrote:
>
> Mohammad,
>
> With version 5.1.1 the reveal widget https://tiddlywiki.com/#RevealWidget  
> support 
> for comparison operators.
>
> I suppose your slide tiddler could display a section if a value in > N 
> when N is 1 2 and 3
>
> You could then have a shortcut that adds one to n gradually revealing the 
> content.  N could be be reset to 1 (or Zero) for each tiddler. 
>
> I have not played with the keyboardWidget yet but it says The keyboard 
> shortcuts only take effect when the focus is within the contained content. 
> Which suggests to me  that you could simply override the current next slide 
> shortcut in tiddlers where you want revealed content. 
>
> However from a usability perspective it would be nice to indicate when 
> more content is still to be revealed or the next slide will appear.
>
> Regards
> Tony  
>
> On Wednesday, June 13, 2018 at 10:32:55 PM UTC+10, Mohammad wrote:
>>
>> Is it possible to use the Reveal Widget or other mechanism for 
>> incremental reveal in Tiddlywiki?
>>
>> Assume I have something like this
>>
>>- This
>>- That
>>- Other
>>
>> I want to reveal each item after some action like mouse click or shortcut 
>> key press.
>>
>> You may know the KeeBoord plugin lets you define shortcut keys in 
>> Tiddlywiki (http://keeboord.tiddlyspot.com/)
>>
>> As an example see this slidy sample from W3.org
>>
>> https://www.w3.org/Talks/Tools/Slidy2/#(9)
>>
>>
>> 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/1e3a492f-0fcb-46e4-afbb-de467d724ecc%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw5] Re: Migration from TWC to TW5

2018-06-14 Thread Reto
Made some progress: I have now marked all my tiddlers in TWC which have to 
be migrated. It's mostly lists (implemented with ForEachTiddlerPlugin in 
TWC, to be migrated to filters), dropdowns (using ListboxPlugin in TWC, to 
be migrated to SelectWidget?), buttons and then many java script pieces 
(some of them in my own plugin).

I export these tiddlers using ExportTiddlersPlugin and import them in a 
TW5. Problem here: I have to open each tiddler to make TW5 ask me if I want 
ti migrate the tiddler in TWC format to TW 5 format. Is there a way to do 
this in bulk mode?

-- 
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/02c1a87e-152c-4735-98c4-8882c92dc41a%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw5] Re: Table of Contents - Highlight the TOC entry

2018-06-14 Thread Mohammad
Mario,
 Okay, but it is difficult to find the location in a long list of toc entry!
So, the solution seems to be developing a separate macro to do this not 
using the TW TOC.

/Mohammad

On Thursday, June 14, 2018 at 10:58:41 AM UTC+4:30, PMario wrote:
>
> Hi, 
>
> With the current implementation of the toc macros - NO!
>
> At the moment the TOC tiddlers can be part of several "trees" in the TOC. 
> So it's not clear which one to highlight. So if an "auto-highlighter" is 
> implemented it is horribly slow!
>
> have fun!
> mario
>

-- 
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/eef8cbfa-65a7-412b-a98f-23e5eeff556e%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw5] Re: Make elements undraggable through CSS?

2018-06-14 Thread hubertgk
OK, I've checked in Chrome and it works as expected.

Still no luck on Firefox though. From what I've gathered online, this might 
be a FF bug because the correct implementation for FF appears well 
documented otherwise.

Thanks again!

On Wednesday, 13 June 2018 13:57:58 UTC+1, hubertgk wrote:
>
> Hi,
>
> Is there a way to make certain elements undraggable through CSS?
>
> I've so far tried wrapping an image element within a  element with a 
> CSS class pointing to the below code but the image was still draggable. Is 
> there a simple way that works?
>
> .undraggable {
> user-drag: none;
> -webkit-user-select: none; /* Safari, Chrome */
> -webkit-user-drag: none;
> -khtml-user-select: none; /* Konqueror */
> -moz-user-select: none; /* Firefox */
> -ms-user-select: none; /* IE */
> user-select: none; /* CSS3 */
> }
>
> [img width=32 [image.svg]]
>
>
>
>
>

-- 
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/612bde3a-c302-4ae7-b1aa-f1feb39699c5%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw5] Re: [TW5] Announcing Bob version 1.0.0 Sourdough (formerly MultiUser)

2018-06-14 Thread @TiddlyTweeter
Jed.  I worked out how to set an environmental variable for Bob path to 
TIDDLYWIKI_EDITIONS_PATH 
that would be properly portable and not change the registry. Set via 
Windows before Bob starts...

set TIDDLYWIKI_EDITIONS_PATH=%cd%\tpl

result ...

C:\bag\PortableApps\twBOB\tpl\

In that directory there will be a sub-directory for each "edition." 
Currently it has ...

... katex2\

That is a test clone of one wiki I have working already. 

Maybe I don't understand how it works? Anyway I don't see an option to 
select it come up on the menu to select a wiki.

Any tips appreciated.
Josiah

Josiah: The only problem with global system path settings is they are not 
> easily portable.  Via internal config might be better?
>

Jed Carty wrote:
>>
>> I just noticed that I never answered about how to include editions that 
>> aren't packaged in the executable in the list to make new wikis. It uses 
>> the output of the same thing that the --editions command uses so you can 
>> add custom editions to the list by setting the TIDDLYWIKI_EDITIONS_PATH 
>> environment variable the same as in the vanilla node version.
>> I added an issue to add it as a configuration option.
>>
>

On Thursday, 14 June 2018 12:43:58 UTC+2, @TiddlyTweeter wrote:
>
> Jed.
>
> This just feedback. I been using Bob to open all .tids in a Wiki and it 
> edits fine. I not had any problems. Occasionally if I'm idiot enough to 
> edit a Tid in TW and a text editor simultanously, whichever saves first 
> wins :-) 
>
> Windows users just need to be sure that their plain text editing program 
> does not "lock" files. 
>
> Josiah.
>
> Jed Carty wrote:
>>
>> Bob should support editing tiddler files while it is running but I 
>> haven't done any testing changing many tiddler files simultaneously so I am 
>> not sure how it would react.
>>
>

-- 
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/0d65c554-a96d-4767-bb14-6cd420370ade%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw5] Re: Basic question - how do you print a tiddler?

2018-06-14 Thread Mohammad
Thank you!
That works!

On Thursday, June 14, 2018 at 8:56:06 PM UTC+4:30, BurningTreeC wrote:
>
> @BTC
>>  I printed some tiddlers. Then I back to select a new set of tiddlers for 
>> a new print! When I click the print button in the second time of printing, 
>> I see the printriver has kept the list of previous tiddlers in its print 
>> queue!
>> How can I flush that queue?
>>
>> That's right, it keeps the list. You just need a button (or shortcut) 
> that deletes the $:/PrintList tiddler or sets its "list" field empty:
>
> <$button set="$:/PrintList!!list" setTo="">clear print river 
>
> or
>
> <$button><$action-deletetiddler $tiddler="$:/PrintList"/>clear print 
> river
>

-- 
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/7d6c0e79-782e-4f07-b768-f7b5c3720050%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw5] Re: Basic question - how do you print a tiddler?

2018-06-14 Thread BurningTreeC

>
> @All: Thank you for answers.
>
> @BTC
>
> In your mockup http://print-tiddler.tiddlyspot.com/ 
>
> There is a yellow non-printing set of options across the top allowing the 
> print to show or hide Title, Subtitle, Tags
>
> How do I add that capability to my tiddler-to-print ?
>
> I suspect there is additional code added to the mockup that isn't 
> explicitly stated in the thread?
>
> JWHoneycutt
>

Hi @JWHoneycutt

It's a set of tiddlers I've added and I'm about to bundle them in a plugin.
It's not yet finished... I've already created a plugin page: 
http://printriver.tiddlyspot.com - the plugin version is currently 0.1.0 - 
I recommend waiting for 0.2.0, I'll post it in the group when it's ready.

all the best, BTC 

-- 
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/11101ca1-9a56-48a5-bcfe-58e2dc2dc45b%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw5] Re: Basic question - how do you print a tiddler?

2018-06-14 Thread Mohammad
Hi BTC
Please update us when you released the next revision.
This is a very handy tools!

Cheers
Mohammad

On Thursday, June 14, 2018 at 6:51:12 PM UTC+4:30, BurningTreeC wrote:
>
> @All: Thank you for answers.
>>
>> @BTC
>>
>> In your mockup http://print-tiddler.tiddlyspot.com/ 
>>
>> There is a yellow non-printing set of options across the top allowing the 
>> print to show or hide Title, Subtitle, Tags
>>
>> How do I add that capability to my tiddler-to-print ?
>>
>> I suspect there is additional code added to the mockup that isn't 
>> explicitly stated in the thread?
>>
>> JWHoneycutt
>>
>
> Hi @JWHoneycutt
>
> It's a set of tiddlers I've added and I'm about to bundle them in a plugin.
> It's not yet finished... I've already created a plugin page: 
> http://printriver.tiddlyspot.com - the plugin version is currently 0.1.0 
> - I recommend waiting for 0.2.0, I'll post it in the group when it's ready.
>
> all the best, BTC 
>

-- 
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/036bbebb-ce8a-4f30-94df-48be32ba6cb0%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw5] PrintRiver Plugin by BurningTreeC: Lets create book from TW

2018-06-14 Thread Mohammad
The http://printriver.tiddlyspot.com/ by BurningTreeC has very powerful 
feature.

This tool lets us to create book and export to pdf. 
Look at the [Print/Export] button on wikipedia [ an example 
here: 
https://en.wikipedia.org/w/index.php?title=Special:Book=book_creator=France]

This way TW can be used to produce books in a very nice format.

Thank you Simon!

I am very interested in this plugin and I am sure it can do what the 
Wikipedia book creator does!


*One suggestion*

Like Stories by Tobias Beer, A book can be created by collecting the 
related tiddlers and then print them in a pdf bundle.
By the way the method now is used by printriver is efficient to add several 
tiddlers, but the Stories let you change the order of
tiddlers. So, this feature can be added to printriver.


Cheers
Mohmmad

-- 
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/24748926-994b-4fd1-aedc-ce7a2b45b3b3%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw5] Re: Basic question - how do you print a tiddler?

2018-06-14 Thread BurningTreeC

>
> @BTC
>  I printed some tiddlers. Then I back to select a new set of tiddlers for 
> a new print! When I click the print button in the second time of printing, 
> I see the printriver has kept the list of previous tiddlers in its print 
> queue!
> How can I flush that queue?
>
> That's right, it keeps the list. You just need a button (or shortcut) that 
deletes the $:/PrintList tiddler or sets its "list" field empty:

<$button set="$:/PrintList!!list" setTo="">clear print river 

or

<$button><$action-deletetiddler $tiddler="$:/PrintList"/>clear print 
river

-- 
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/dd34261a-c29b-4a6c-a7d0-58906c8b1524%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw5] CSS Transition and Animation in Tiddlywiki

2018-06-14 Thread Mohammad
I am playing with CSS3 transition and animation features to see how they 
can be used in Tiddlywiki.
A small demo has been uploaded to tiddlyspot

http://csstransition.tiddlyspot.com/


I tried using @keyframes for changing the background color of tiddlers, 
cross-fading images and like that.

In the sidebar click on transition tab and open the several examples there. 
Click or hover mouse over boxes to see the effects.


I appreciate to have your comments feedback. I was actually trying to 
develop some slideshow effects for the tiddlyshow 
(tiddlyshow.tiddlyspot.com)
and shared these results here.

/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/0b54dfa0-6c2c-4007-aa68-e63026cd92d5%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [tw5] setting up tiddlywiki with save working on Apache

2018-06-14 Thread J
Thank you all for the assist.  I would not have been able to write the 
document below.  I hope this helps others in the future.

http://jtw5.tiddlyspot.com/#building_your_own_tiddlywiki_server

Regards,
j

-- 
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/8ef39c96-4441-4f78-9006-487ac58ab304%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw5] Re: Basic question - how do you print a tiddler?

2018-06-14 Thread Mohammad
@BTC
 I printed some tiddlers. Then I back to select a new set of tiddlers for a 
new print! When I click the print button in the second time of printing, I 
see the printriver has kept the list of previous tiddlers in its print 
queue!
How can I flush that queue?

/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/b28c643c-d6fb-4669-a58b-3854ee564034%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [tw5] Re: Slideshow effects - Incremental reveal

2018-06-14 Thread Jan

Hi Mohammad,
Slidesnstories works by generating temporary Tiddlers for the content  
surrounded by the tags   (If slides are marked, otherwise 
the whole tiddler is shown).
These are consecutively shown by switching the field show to yes and 
then hidden by switching it to no when showing the next step.

A bit wierd but it works.
I would be happy to see someone using it...so if you have more questions 
please ask.


Yours Jan









Am 14.06.2018 um 10:39 schrieb Mohammad:

Thank you Tony!
I got the idea! A state tiddler shall be used and based on that I can 
incrementally show the content!
I had a look at slidesnstories but I did not figure out how 
 works!

It also shows the contents incrementally!
One other solution is having a small JS code! But I think the better 
solution is not using JS.


/Mohammad

On Thursday, June 14, 2018 at 11:52:14 AM UTC+4:30, TonyM wrote:

Mohammad,

With version 5.1.1 the reveal widget
https://tiddlywiki.com/#RevealWidget
  support for comparison
operators.

I suppose your slide tiddler could display a section if a value in
> N when N is 1 2 and 3

You could then have a shortcut that adds one to n gradually
revealing the content.  N could be be reset to 1 (or Zero) for
each tiddler.

I have not played with the keyboardWidget yet but it says The
keyboard shortcuts only take effect when the focus is within the
contained content. Which suggests to me  that you could simply
override the current next slide shortcut in tiddlers where you
want revealed content.

However from a usability perspective it would be nice to indicate
when more content is still to be revealed or the next slide will
appear.

Regards
Tony

On Wednesday, June 13, 2018 at 10:32:55 PM UTC+10, Mohammad wrote:

Is it possible to use the Reveal Widget or other mechanism for
incremental reveal in Tiddlywiki?

Assume I have something like this

  * This
  * That
  * Other

I want to reveal each item after some action like mouse click
or shortcut key press.

You may know the KeeBoord plugin lets you define shortcut keys
in Tiddlywiki (http://keeboord.tiddlyspot.com/
)

As an example see this slidy sample from W3.org

https://www.w3.org/Talks/Tools/Slidy2/#(9)



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/1e3a492f-0fcb-46e4-afbb-de467d724ecc%40googlegroups.com 
.

For more options, visit https://groups.google.com/d/optout.


--
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/5B22C6B1.8030508%40googlemail.com.
For more options, visit https://groups.google.com/d/optout.


[tw5] [TW5 + Noteself] How to set up Noteself multiuser?

2018-06-14 Thread mauloop
I'd like to test the Noteself multiuser configuration, as from this post 
,
 
but I don't know how to use the tool. I mean, it first asks for Cloudant 
account credentials. This question was probably a simple one at the 
beginning, but things are a little bit more complicated today, due to the 
mix of IBM Cloud Foundry settings and more specifics Bluemix CouchDB 
settings.

I tried with both:

- IBM/Bluemix console userid/password
- CouchDB user (the same long alphanum strings found in the db URL), but 
what password?

I tried the alphanum string both with and without the "`-bluemix`" suffix, 
and some more esoteric mix of user/password. Can anyone please help me 
about this? I also asked Danielo on the Github project page, but I think he 
should be very busy. Maybe someone else here has experienced and hopefully 
solved this issue.

P.S.: just to avoid a misunderstanding. I succesfully did setup a Cloudant 
account and sync a db using Noteself online version. Everything seems to 
work correctly. My question is just related to the tricks needed for a 
multiuser config.

-- 
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/ecf48726-7230-45a5-9e08-bdd734164002%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw5] Re: Table of Contents - Highlight the TOC entry

2018-06-14 Thread TonyM
Mohammad,

TWOutlier can show the toc within its own tiddler panel, and display the 
selected tiddler to the right, as with other outliner examples it does this 
by saving a selected tiddler value. If you were using such an outliner you 
could find the selected tiddler in its temporary field. But the outline 
itself is already highlighting the selected tiddler anyway.

It seems to me that it is in tiddlywikis nature to have multiple selected 
tiddlers (the open ones in the story) rather than a "single Selected 
tiddler.

If you were to clone an existing TOC macro one avenue may be to test each 
tiddler found in the TOC tree if it is displayed in the Story. Thus their 
would be multiple selected tiddlers. However the same can be achieved using 
the Open SideBar Tab.

Or could you use some kind of next previous process used in a slideshow yet 
displayed in the sidebar.?

Just some ideas for you
Tony



On Thursday, June 14, 2018 at 4:07:51 PM UTC+10, Mohammad wrote:
>
> Is there any way to highlight the current toc entry in TW table of 
> contents (outline)?
> I mean when you use the table of contents (which is under Contents tab in 
> sidebar of https://tiddlywiki.com/) and click on a topic (toc entry)
> the background or color changes to show the current navigation position in 
> the table of contents.
>
> Now, it is difficult to keep track of your navigation and find your next 
> previous position!
>
>
> /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/188d2b33-c78a-4841-96b2-b93b509e208b%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw5] Re: CSS Transition and Animation in Tiddlywiki

2018-06-14 Thread TonyM
Move over PowerPoint :)

On Friday, June 15, 2018 at 1:14:20 AM UTC+10, Mohammad wrote:
>
> I am playing with CSS3 transition and animation features to see how they 
> can be used in Tiddlywiki.
> A small demo has been uploaded to tiddlyspot
>
> http://csstransition.tiddlyspot.com/
>
>
> I tried using @keyframes for changing the background color of tiddlers, 
> cross-fading images and like that.
>
> In the sidebar click on transition tab and open the several examples 
> there. Click or hover mouse over boxes to see the effects.
>
>
> I appreciate to have your comments feedback. I was actually trying to 
> develop some slideshow effects for the tiddlyshow (
> tiddlyshow.tiddlyspot.com)
> and shared these results here.
>
> /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/f2824887-40f6-4f85-9fe4-293461a7c8f5%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw5] Re: Migration from TWC to TW5

2018-06-14 Thread TonyM
Reto,

I think I suggested before but since TWC content Tiddlers in TW5 are still 
searchable, and readable why try and convert them until you need to? 
Perhaps leave this as a gradual process. A Few people have done a lot of 
work on parsing tiddlers and converting them between different markdown 
formats, search for some info there, you may be able to automate it.

On a side note the foreach tiddler plugin is replaced in TW5 not only with 
the Listwidget and some times the list-links macro but also the core design 
around filters, filters are sophisticated selection criteria.

One advantage of the ForEachTiddler was the ability to build tables set 
sort orders and show fields and values in each row, this is now easier 
because if you create a simple list without a variable, inside the list you 
can refer to the current tiddlers fields directly.

<$list filter="[is[current]tag[searchtag]]">
{{!!title}} {{!!fieldname}}


I am actually working on something that would help here but unfortunately I 
need to seek work rather than publish tiddly-wiki tools just now. I have 
found a way to pass a filter to a list tool along with a "column list" 
tiddler used to tag what I call "Column tiddlers". During the list process 
the column heading and what to display for each item in the list, in that 
column is specified in the column tiddler. A nice side effect is using a 
TagPill you can use drag and drop to reorder the columns. The columns 
typically refer to fields however they can make buttons available to act on 
the items in the list.

I suppose my point here is the ForEachTiddler is more than adequatly 
replaced and you can now go way betond its capabilities even with native TW5
Let is keep the conversation going.

Tony


On Thursday, June 14, 2018 at 9:16:05 PM UTC+10, Reto wrote:
>
> Made some progress: I have now marked all my tiddlers in TWC which have to 
> be migrated. It's mostly lists (implemented with ForEachTiddlerPlugin in 
> TWC, to be migrated to filters), dropdowns (using ListboxPlugin in TWC, to 
> be migrated to SelectWidget?), buttons and then many java script pieces 
> (some of them in my own plugin).
>
> I export these tiddlers using ExportTiddlersPlugin and import them in a 
> TW5. Problem here: I have to open each tiddler to make TW5 ask me if I want 
> ti migrate the tiddler in TWC format to TW 5 format. Is there a way to do 
> this in bulk mode?
>

-- 
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/dfa4f38c-a18e-482d-b076-de18b55ec9c6%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [tw5] Re: Slideshow effects - Incremental reveal

2018-06-14 Thread Mohammad
Hi Jan,
 Thank you for your note. If I understand you have used text slicer to 
extract the marked text by  and then create temporary tiddlers in 
the story river!
One question: when these tiddlers are created? at show time?
Is there any mechanism to remove them at the end of show? If for some 
reason you have early exit in the middle of show, are they removed?

/

On Friday, June 15, 2018 at 12:19:15 AM UTC+4:30, Jan wrote:
>
> Hi Mohammad,
> Slidesnstories works by generating temporary Tiddlers for the content  
> surrounded by the tags   (If slides are marked, otherwise 
> the whole tiddler is shown).
> These are consecutively shown by switching the field show to yes and then 
> hidden by switching it to no when showing the next step. 
> A bit wierd but it works. 
> I would be happy to see someone using it...so if you have more questions 
> please ask.
>
> Yours Jan
>
>

-- 
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/3d8b67fa-3849-499d-a44e-d06a347874f7%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw5] Re: Table of Contents - Highlight the TOC entry

2018-06-14 Thread Mohammad
Yes, it seems a separate toc shall be used.I am using TWoutlier and it can 
be customized easily.
I will share the results.Thank you Tony.

Cheers
Mohammad

On Friday, June 15, 2018 at 3:18:37 AM UTC+4:30, TonyM wrote:
>
> Mohammad,
>
> TWOutlier can show the toc within its own tiddler panel, and display the 
> selected tiddler to the right, as with other outliner examples it does this 
> by saving a selected tiddler value. If you were using such an outliner you 
> could find the selected tiddler in its temporary field. But the outline 
> itself is already highlighting the selected tiddler anyway.
>
> It seems to me that it is in tiddlywikis nature to have multiple selected 
> tiddlers (the open ones in the story) rather than a "single Selected 
> tiddler.
>
> If you were to clone an existing TOC macro one avenue may be to test each 
> tiddler found in the TOC tree if it is displayed in the Story. Thus their 
> would be multiple selected tiddlers. However the same can be achieved using 
> the Open SideBar Tab.
>
> Or could you use some kind of next previous process used in a slideshow 
> yet displayed in the sidebar.?
>
> Just some ideas for you
> Tony
>
>
>
> On Thursday, June 14, 2018 at 4:07:51 PM UTC+10, Mohammad wrote:
>>
>> Is there any way to highlight the current toc entry in TW table of 
>> contents (outline)?
>> I mean when you use the table of contents (which is under Contents tab in 
>> sidebar of https://tiddlywiki.com/) and click on a topic (toc entry)
>> the background or color changes to show the current navigation position 
>> in the table of contents.
>>
>> Now, it is difficult to keep track of your navigation and find your next 
>> previous position!
>>
>>
>> /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/688890e7-e1f4-4f88-bab2-3e595679ce8e%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw5] Custom styles by data-tags

2018-06-14 Thread Mohammad
In TW: https://tiddlywiki.com/#Custom%20styles%20by%20data-tags

It is explained to apply custom styles to a specific tag for example 
"example-test" use:


[data-tags*="example-test"] {
  border: 2px solid pink;
}



The problem is * is select not only example-test but also 
example-test-otherwords! That means * selects all elements.

If you remove the star you cannot select the multi value tags!

How we can solve this problem?


Note: the .tc-tagged-myTag
 is deprecated see:  
 https://tiddlywiki.com/#How%20to%20apply%20custom%20styles%20by%20tag


/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/f51a8873-3aea-499d-a636-bedc54df2bda%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [tw5] Are AndTidWiki and TW 5.1.17 compatible?

2018-06-14 Thread Jeremy Ruston
AndTidWiki only supports ECMA Script 5, which came out in about 2011. Usually 
that's OK, because TiddlyWiki itself sticks to the same conservative subset of 
JavaScript.

However, in 5.1.17 one tiny bit of post-ES5 code was included in the "put 
saver". It breaks AndTidWiki, and some older testing tools like CasperJS.

I've fixed the problem for 5.1.18 here:

https://github.com/Jermolene/TiddlyWiki5/commit/aba9c94f5ad20dbcfc36c3a397cb5af95306ea6d

Best wishes

Jeremy

--
Jeremy Ruston
jer...@jermolene.com
https://jermolene.com

> On 13 Jun 2018, at 18:23, 'Mark S.' via TiddlyWiki 
>  wrote:
> 
> Attempting to use an empty 5.1.17 TW on AndTidWiki, I get the following 
> message upon loading:
> 
> Syntax error in boot module $:/core/modules/savers/put.js: 
> Unexpected identifier SyntaxError: Unexpected identifier at eval (native) at 
>  has no method '__lookupGetter__'> at 
> Object.$tw.modules.execute 
> (file:///storage/extSdCard/andtidwiki/empty517.html:9713:15) at 
> file:///storage/extSdCard/andtidwiki/empty517.html:9753:30 at  TypeError: Object # has no method '__lookupGetter__'> at 
> Object.$tw.modules.forEachModuleOfType 
> (file:///storage/extSdCard/andtidwiki/empty517.html:9752:12) at 
> SaverHandler.initSavers (eval at  
> (file:///storage/extSdCard/andtidwiki/empty517.html:9424:22), 
> :120:14) at new SaverHandler (eval at  
> (file:///storage/extSdCard/andtidwiki/empty517.html:9424:22), 
> :30:8) at Object.exports.startup (eval at  
> (file:///storage/extSdCard/andtidwiki/empty517.html:9424:22), 
> :126:21) at  has no method 
> '__lookupGetter__'>
> 
> It looks like something is happening down in the savers (even though I didn't 
> invoke the saver).
> 
> Anyone else seeing this problem?
> 
> Thanks!
> -- Mark
> -- 
> 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/60453671-7efe-41e5-aff5-599bb0e3f7c7%40googlegroups.com.
> For more options, visit https://groups.google.com/d/optout.

-- 
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/2C7D7EA8-38FD-472C-9B27-DAF666F25B53%40gmail.com.
For more options, visit https://groups.google.com/d/optout.


[tw5] Re: Slideshow effects - Incremental reveal

2018-06-14 Thread TonyM
Mohammad,

With version 5.1.1 the reveal 
widget https://tiddlywiki.com/#RevealWidget  support for comparison 
operators.

I suppose your slide tiddler could display a section if a value in > N when 
N is 1 2 and 3

You could then have a shortcut that adds one to n gradually revealing the 
content.  N could be be reset to 1 (or Zero) for each tiddler. 

I have not played with the keyboardWidget yet but it says The keyboard 
shortcuts only take effect when the focus is within the contained content. 
Which suggests to me  that you could simply override the current next slide 
shortcut in tiddlers where you want revealed content. 

However from a usability perspective it would be nice to indicate when more 
content is still to be revealed or the next slide will appear.

Regards
Tony  

On Wednesday, June 13, 2018 at 10:32:55 PM UTC+10, Mohammad wrote:
>
> Is it possible to use the Reveal Widget or other mechanism for incremental 
> reveal in Tiddlywiki?
>
> Assume I have something like this
>
>- This
>- That
>- Other
>
> I want to reveal each item after some action like mouse click or shortcut 
> key press.
>
> You may know the KeeBoord plugin lets you define shortcut keys in 
> Tiddlywiki (http://keeboord.tiddlyspot.com/)
>
> As an example see this slidy sample from W3.org
>
> https://www.w3.org/Talks/Tools/Slidy2/#(9)
>
>
> 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/fc8e8538-d70d-4478-820b-9e03cead1aca%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw5] Table of Contents - Highlight the TOC entry

2018-06-14 Thread Mohammad
Is there any way to highlight the current toc entry in TW table of contents 
(outline)?
I mean when you use the table of contents (which is under Contents tab in 
sidebar of https://tiddlywiki.com/) and click on a topic (toc entry)
the background or color changes to show the current navigation position in 
the table of contents.

Now, it is difficult to keep track of your navigation and find your next 
previous position!


/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/9f0169c6-9352-4b32-a3ef-1c277294eb39%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw5] Re: Table of Contents - Highlight the TOC entry

2018-06-14 Thread PMario
Hi, 

With the current implementation of the toc macros - NO!

At the moment the TOC tiddlers can be part of several "trees" in the TOC. 
So it's not clear which one to highlight. So if an "auto-highlighter" is 
implemented it is horribly slow!

have fun!
mario

-- 
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/040d08bb-7c3b-4aa9-9922-12551f34e65c%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw5] Re: PrintRiver Plugin by BurningTreeC: Lets create book from TW

2018-06-14 Thread TonyM
Nice,

Thanks for Sharing

-- 
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/0d542a99-f91b-490c-a545-2021c1211d96%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.