[tw5] Re: Reveal Gradually The Contents of a Tiddler

2018-06-27 Thread Mohammad
Thank you Tony!
It works for me.

/Mohammad

On Thursday, June 28, 2018 at 8:37:21 AM UTC+4:30, TonyM wrote:
>
> Mohammad,
>
> Here are some quick Editor Toolbar buttons attached for wrapping your 
> parts. Just drag or import into a wiki.
>
> Note if you go to Control Panel > Appearance > Toolbars > Editor ToolBar 
> you can uncheck them and the well be behind the More dropdown within the 
> editor toolbar, along with other header levels etc..
>
> Let me know if they need an improvement.
>
> Tony
>
>
> On Thursday, June 28, 2018 at 1:26:30 PM UTC+10, Mohammad wrote:
>>
>> Hi Tony
>>  I used different methods to do the job, but it general it can be like 
>> what you wrote:
>> <>
>>
>> I will modify it then to adopt other methods.
>>
>> Thank you
>>
>> On Thursday, June 28, 2018 at 7:33:53 AM UTC+4:30, TonyM wrote:
>>>
>>> Mohammad,
>>>
>>> I am ready to build you editor button(s), but is the requirement still 
>>> there?
>>>
>>> Can you give me a quick requirements statment eg
>>>
>>> Button in the editor toolbar that wraps a "section" of text as follows
>>>
>>> <> 
>>>
>>> <> 
>>>
>>> <> 
>>>
>>> How many is the maximum number of sections?
>>>
>>> Regards
>>> Tony
>>>
>>> On Friday, 22 June 2018 14:35:30 UTC+10, Mohammad wrote:

 Thank you Tony!
 That is right, we need to have some snippet to be used, but I don't 
 know how to add a new editor button to tollbar. That would be great!
 /Mohammad

 On Friday, June 22, 2018 at 4:00:40 AM UTC+4:30, TonyM wrote:
>
> Mohammad,
>
> One way to simplify the workflow for this would be to make an editor 
> toolbar button to wrap a section eg <>
> or perhaps <> to account for Quotes in the text.
>
> In fact if you follow the model of the more drop-down in the editor 
> toolbar you could have an editor button that drops down to show all three 
> parts, perhaps extend to 7 as a healthy maximum number of reveals.
>
> Let me know if you want help, or me to build such an editor toolbar 
> button, anthough other here can do it as well.
>
> Regards
> Tony
>
>
> On Friday, June 22, 2018 at 12:17:47 AM UTC+10, Mohammad wrote:
>>
>>
>>
>> *Announcement*
>>
>>
>> http://revealgradually.tiddlyspot.com/
>>
>>
>> I have developed a small code to gradually reveal contents of tiddler 
>> using shortcut keys by *KeeBoord *pluging (here 
>> keeboord.tiddlyspot.com by BTC is used)
>> An example is created to show the concept. By pressing Arrow keys
>>
>>- Right arrow for next  
>>- Left arrow for previous
>>
>> To use this code you need to pass your content to a macro. There are 
>> three macros
>>
>>1. part01
>>2. part02
>>3. part03
>>
>> Each macro will reveal the contents passed to it. Use Right arrow to 
>> show the contents in sequence. Use Left arrow to back to previous step.
>> Note: this feature will be used for slideshow and presentation by 
>> Tiddlywiki but can be used for other applications too
>>
>>
>> *Need help*
>>
>> Right now I have to pass contents to a macro for revealing gradually 
>> as below
>>
>> <>
>>
>>
>> For complex content I have to use macro like this
>>
>> <> ! Hi
>> This is a text
>>
>>
>> * one
>> * two
>> ">>
>>
>>
>>
>> How can I pass content like a widget! (or like html tags) I mean how 
>> can I use a syntax like this
>>
>> 
>> Contents goes here!
>> 
>>
>>
>> I dont want to develop a full widget with JS!
>>
>> Please advise.
>>
>>
>>
>>
>>
>>

-- 
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/eb783435-e657-4951-98e5-dba134562416%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw5] Re: Reveal Gradually The Contents of a Tiddler

2018-06-27 Thread TonyM
Mohammad,

Here are some quick Editor Toolbar buttons attached for wrapping your 
parts. Just drag or import into a wiki.

Note if you go to Control Panel > Appearance > Toolbars > Editor ToolBar 
you can uncheck them and the well be behind the More dropdown within the 
editor toolbar, along with other header levels etc..

Let me know if they need an improvement.

Tony


On Thursday, June 28, 2018 at 1:26:30 PM UTC+10, Mohammad wrote:
>
> Hi Tony
>  I used different methods to do the job, but it general it can be like 
> what you wrote:
> <>
>
> I will modify it then to adopt other methods.
>
> Thank you
>
> On Thursday, June 28, 2018 at 7:33:53 AM UTC+4:30, TonyM wrote:
>>
>> Mohammad,
>>
>> I am ready to build you editor button(s), but is the requirement still 
>> there?
>>
>> Can you give me a quick requirements statment eg
>>
>> Button in the editor toolbar that wraps a "section" of text as follows
>>
>> <> 
>>
>> <> 
>>
>> <> 
>>
>> How many is the maximum number of sections?
>>
>> Regards
>> Tony
>>
>> On Friday, 22 June 2018 14:35:30 UTC+10, Mohammad wrote:
>>>
>>> Thank you Tony!
>>> That is right, we need to have some snippet to be used, but I don't know 
>>> how to add a new editor button to tollbar. That would be great!
>>> /Mohammad
>>>
>>> On Friday, June 22, 2018 at 4:00:40 AM UTC+4:30, TonyM wrote:

 Mohammad,

 One way to simplify the workflow for this would be to make an editor 
 toolbar button to wrap a section eg <>
 or perhaps <> to account for Quotes in the text.

 In fact if you follow the model of the more drop-down in the editor 
 toolbar you could have an editor button that drops down to show all three 
 parts, perhaps extend to 7 as a healthy maximum number of reveals.

 Let me know if you want help, or me to build such an editor toolbar 
 button, anthough other here can do it as well.

 Regards
 Tony


 On Friday, June 22, 2018 at 12:17:47 AM UTC+10, Mohammad wrote:
>
>
>
> *Announcement*
>
>
> http://revealgradually.tiddlyspot.com/
>
>
> I have developed a small code to gradually reveal contents of tiddler 
> using shortcut keys by *KeeBoord *pluging (here 
> keeboord.tiddlyspot.com by BTC is used)
> An example is created to show the concept. By pressing Arrow keys
>
>- Right arrow for next  
>- Left arrow for previous
>
> To use this code you need to pass your content to a macro. There are 
> three macros
>
>1. part01
>2. part02
>3. part03
>
> Each macro will reveal the contents passed to it. Use Right arrow to 
> show the contents in sequence. Use Left arrow to back to previous step.
> Note: this feature will be used for slideshow and presentation by 
> Tiddlywiki but can be used for other applications too
>
>
> *Need help*
>
> Right now I have to pass contents to a macro for revealing gradually 
> as below
>
> <>
>
>
> For complex content I have to use macro like this
>
> < ! Hi
> This is a text
>
>
> * one
> * two
> ">>
>
>
>
> How can I pass content like a widget! (or like html tags) I mean how 
> can I use a syntax like this
>
> 
> Contents goes here!
> 
>
>
> I dont want to develop a full widget with JS!
>
> Please advise.
>
>
>
>
>
>

-- 
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/1aab0543-741b-49dc-b559-0c8134def9b8%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


wrapparttoolbarbuttons.bundle.json
Description: application/json


[tw5] Re: Reveal Gradually The Contents of a Tiddler

2018-06-27 Thread Mohammad
Hi Tony
 I used different methods to do the job, but it general it can be like what 
you wrote:
<>

I will modify it then to adopt other methods.

Thank you

On Thursday, June 28, 2018 at 7:33:53 AM UTC+4:30, TonyM wrote:
>
> Mohammad,
>
> I am ready to build you editor button(s), but is the requirement still 
> there?
>
> Can you give me a quick requirements statment eg
>
> Button in the editor toolbar that wraps a "section" of text as follows
>
> <> 
>
> <> 
>
> <> 
>
> How many is the maximum number of sections?
>
> Regards
> Tony
>
> On Friday, 22 June 2018 14:35:30 UTC+10, Mohammad wrote:
>>
>> Thank you Tony!
>> That is right, we need to have some snippet to be used, but I don't know 
>> how to add a new editor button to tollbar. That would be great!
>> /Mohammad
>>
>> On Friday, June 22, 2018 at 4:00:40 AM UTC+4:30, TonyM wrote:
>>>
>>> Mohammad,
>>>
>>> One way to simplify the workflow for this would be to make an editor 
>>> toolbar button to wrap a section eg <>
>>> or perhaps <> to account for Quotes in the text.
>>>
>>> In fact if you follow the model of the more drop-down in the editor 
>>> toolbar you could have an editor button that drops down to show all three 
>>> parts, perhaps extend to 7 as a healthy maximum number of reveals.
>>>
>>> Let me know if you want help, or me to build such an editor toolbar 
>>> button, anthough other here can do it as well.
>>>
>>> Regards
>>> Tony
>>>
>>>
>>> On Friday, June 22, 2018 at 12:17:47 AM UTC+10, Mohammad wrote:



 *Announcement*


 http://revealgradually.tiddlyspot.com/


 I have developed a small code to gradually reveal contents of tiddler 
 using shortcut keys by *KeeBoord *pluging (here keeboord.tiddlyspot.com 
 by BTC is used)
 An example is created to show the concept. By pressing Arrow keys

- Right arrow for next  
- Left arrow for previous

 To use this code you need to pass your content to a macro. There are 
 three macros

1. part01
2. part02
3. part03

 Each macro will reveal the contents passed to it. Use Right arrow to 
 show the contents in sequence. Use Left arrow to back to previous step.
 Note: this feature will be used for slideshow and presentation by 
 Tiddlywiki but can be used for other applications too


 *Need help*

 Right now I have to pass contents to a macro for revealing gradually as 
 below

 <>


 For complex content I have to use macro like this

 <>>> ! Hi
 This is a text


 * one
 * two
 ">>



 How can I pass content like a widget! (or like html tags) I mean how 
 can I use a syntax like this

 
 Contents goes here!
 


 I dont want to develop a full widget with JS!

 Please advise.







-- 
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/7120b59b-2394-4f24-9961-399eeb7a2dac%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw5] Re: Reveal Gradually The Contents of a Tiddler

2018-06-27 Thread TonyM
Mohammad,

I am ready to build you editor button(s), but is the requirement still 
there?

Can you give me a quick requirements statment eg

Button in the editor toolbar that wraps a "section" of text as follows

<> 

<> 

<> 

How many is the maximum number of sections?

Regards
Tony

On Friday, 22 June 2018 14:35:30 UTC+10, Mohammad wrote:
>
> Thank you Tony!
> That is right, we need to have some snippet to be used, but I don't know 
> how to add a new editor button to tollbar. That would be great!
> /Mohammad
>
> On Friday, June 22, 2018 at 4:00:40 AM UTC+4:30, TonyM wrote:
>>
>> Mohammad,
>>
>> One way to simplify the workflow for this would be to make an editor 
>> toolbar button to wrap a section eg <>
>> or perhaps <> to account for Quotes in the text.
>>
>> In fact if you follow the model of the more drop-down in the editor 
>> toolbar you could have an editor button that drops down to show all three 
>> parts, perhaps extend to 7 as a healthy maximum number of reveals.
>>
>> Let me know if you want help, or me to build such an editor toolbar 
>> button, anthough other here can do it as well.
>>
>> Regards
>> Tony
>>
>>
>> On Friday, June 22, 2018 at 12:17:47 AM UTC+10, Mohammad wrote:
>>>
>>>
>>>
>>> *Announcement*
>>>
>>>
>>> http://revealgradually.tiddlyspot.com/
>>>
>>>
>>> I have developed a small code to gradually reveal contents of tiddler 
>>> using shortcut keys by *KeeBoord *pluging (here keeboord.tiddlyspot.com 
>>> by BTC is used)
>>> An example is created to show the concept. By pressing Arrow keys
>>>
>>>- Right arrow for next  
>>>- Left arrow for previous
>>>
>>> To use this code you need to pass your content to a macro. There are 
>>> three macros
>>>
>>>1. part01
>>>2. part02
>>>3. part03
>>>
>>> Each macro will reveal the contents passed to it. Use Right arrow to 
>>> show the contents in sequence. Use Left arrow to back to previous step.
>>> Note: this feature will be used for slideshow and presentation by 
>>> Tiddlywiki but can be used for other applications too
>>>
>>>
>>> *Need help*
>>>
>>> Right now I have to pass contents to a macro for revealing gradually as 
>>> below
>>>
>>> <>
>>>
>>>
>>> For complex content I have to use macro like this
>>>
>>> <>> ! Hi
>>> This is a text
>>>
>>>
>>> * one
>>> * two
>>> ">>
>>>
>>>
>>>
>>> How can I pass content like a widget! (or like html tags) I mean how can 
>>> I use a syntax like this
>>>
>>> 
>>> Contents goes here!
>>> 
>>>
>>>
>>> I dont want to develop a full widget with JS!
>>>
>>> Please advise.
>>>
>>>
>>>
>>>
>>>
>>>

-- 
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/ae424ae5-ecae-4e12-8329-4534ba34c3f6%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw5] Re: Reveal Gradually The Contents of a Tiddler

2018-06-22 Thread Mohammad
Jed,
 One more thing, when there is two tiddlers with parts hidden because the 
reveal gradually code uses the same state and temp tiddlers, by revealing 
one part in the first tiddler, in the second tiddler we will have the first 
part displayed! I thought we may need to use fields from the tiddler under 
focus! For example instead of $:/temp/slideprogress we could have a 
slideprogress filed in the tiddler under focus.
I know this is more difficult, because the action tiddlers 
(NextPart2-action, PreviousPart2-action) cannot simply find what tiddler is 
under focus.

Of course for slideshow I have a solution. In slideshow mode as in 
tiddlyshow.tiddlyspot.com, I use zoomin story view and I also have another 
action tiddler to navigate among tiddlers (slides). That means I can have 
some actions when the tiddler is shown like copying the content of a filed 
into $:/temp/slideprogress or vice versa.

/Mohammad

On Thursday, June 21, 2018 at 11:45:48 PM UTC+4:30, Jed Carty wrote:
>
> I may have spoken a bit too soon, it isn't quite as simple as just 
>  and , it is <$list filter=<>> and  where you 
> increment the number in the macro and it will reveal things in order.
>
> The problem I ran into is that any solution is either going to be specific 
> to one wiki or have to point to the state anyway so this may be as concise 
> as you could make it even with a custom widget. It would be something like 
> <$part id=01> and 
>
> And this is just a quick proof of concept. Making it go through multiple 
> tiddlers and reveal things in order like powerpoint would take a bit more 
> work but it is possible using this setup.
>
> et voila! http://revealgradually.tiddlyspot.com/#Filter%20Test
>
> I think that a more tiddlywiki-like way to do this would be to make each 
> revealed section be a tiddler and then just show more of the list of 
> tiddlers are you progress. That would be significantly simpler and possibly 
> more reusable. But this way uses something not unlike tags the way you 
> asked.
>

-- 
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/4c78c0a4-756f-4242-b60a-7f4389fcd853%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw5] Re: Reveal Gradually The Contents of a Tiddler

2018-06-21 Thread Mohammad
Hi David,

 The code uses state tiddler, so if everything is on the screen that means 
the forward key (here the Right arrow) has been pressed already and you 
should back to start.
I saved it again to hide sections at start and you could reveal things bye 
pressing the Right arrow key.

Many thanks to Jed and Simon for their great help and idea!

Lesson learned: I and Jed shared a wiki on tiddlyspot.com and this 
facilitates the collaboration very much!


/Mohammad


On Friday, June 22, 2018 at 4:35:22 AM UTC+4:30, David Gifford wrote:
>
> Hi Mohammad
>
> This is a cool idea! You need to get your tiddler 'Test Gradual Reveal 
> 01' 
> to hide by default, since you presume to demo gradual reveals. As it 
> stands, the parts that should be hidden are showing, so hitting the right 
> arrow key appears to do nothing. It was only after I hit the LEFT arrow key 
> - twice - before I could see anything happen.
> I will add it to the toolmap.
>
>
> On Thursday, June 21, 2018 at 9:17:47 AM UTC-5, Mohammad wrote:
>>
>>
>>
>> *Announcement*
>>
>>
>> http://revealgradually.tiddlyspot.com/
>>
>>
>> I have developed a small code to gradually reveal contents of tiddler 
>> using shortcut keys by *KeeBoord *pluging (here keeboord.tiddlyspot.com 
>> by BTC is used)
>> An example is created to show the concept. By pressing Arrow keys
>>
>>- Right arrow for next  
>>- Left arrow for previous
>>
>> To use this code you need to pass your content to a macro. There are 
>> three macros
>>
>>1. part01
>>2. part02
>>3. part03
>>
>> Each macro will reveal the contents passed to it. Use Right arrow to show 
>> the contents in sequence. Use Left arrow to back to previous step.
>> Note: this feature will be used for slideshow and presentation by 
>> Tiddlywiki but can be used for other applications too
>>
>>
>> *Need help*
>>
>> Right now I have to pass contents to a macro for revealing gradually as 
>> below
>>
>> <>
>>
>>
>> For complex content I have to use macro like this
>>
>> <> ! Hi
>> This is a text
>>
>>
>> * one
>> * two
>> ">>
>>
>>
>>
>> How can I pass content like a widget! (or like html tags) I mean how can 
>> I use a syntax like this
>>
>> 
>> Contents goes here!
>> 
>>
>>
>> I dont want to develop a full widget with JS!
>>
>> Please advise.
>>
>>
>>
>>
>>
>>

-- 
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/dfccfe25-56a3-4b33-9f27-57982e3ca006%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw5] Re: Reveal Gradually The Contents of a Tiddler

2018-06-21 Thread Mohammad
Thank you Tony!
That is right, we need to have some snippet to be used, but I don't know 
how to add a new editor button to tollbar. That would be great!
/Mohammad

On Friday, June 22, 2018 at 4:00:40 AM UTC+4:30, TonyM wrote:
>
> Mohammad,
>
> One way to simplify the workflow for this would be to make an editor 
> toolbar button to wrap a section eg <>
> or perhaps <> to account for Quotes in the text.
>
> In fact if you follow the model of the more drop-down in the editor 
> toolbar you could have an editor button that drops down to show all three 
> parts, perhaps extend to 7 as a healthy maximum number of reveals.
>
> Let me know if you want help, or me to build such an editor toolbar 
> button, anthough other here can do it as well.
>
> Regards
> Tony
>
>
> On Friday, June 22, 2018 at 12:17:47 AM UTC+10, Mohammad wrote:
>>
>>
>>
>> *Announcement*
>>
>>
>> http://revealgradually.tiddlyspot.com/
>>
>>
>> I have developed a small code to gradually reveal contents of tiddler 
>> using shortcut keys by *KeeBoord *pluging (here keeboord.tiddlyspot.com 
>> by BTC is used)
>> An example is created to show the concept. By pressing Arrow keys
>>
>>- Right arrow for next  
>>- Left arrow for previous
>>
>> To use this code you need to pass your content to a macro. There are 
>> three macros
>>
>>1. part01
>>2. part02
>>3. part03
>>
>> Each macro will reveal the contents passed to it. Use Right arrow to show 
>> the contents in sequence. Use Left arrow to back to previous step.
>> Note: this feature will be used for slideshow and presentation by 
>> Tiddlywiki but can be used for other applications too
>>
>>
>> *Need help*
>>
>> Right now I have to pass contents to a macro for revealing gradually as 
>> below
>>
>> <>
>>
>>
>> For complex content I have to use macro like this
>>
>> <> ! Hi
>> This is a text
>>
>>
>> * one
>> * two
>> ">>
>>
>>
>>
>> How can I pass content like a widget! (or like html tags) I mean how can 
>> I use a syntax like this
>>
>> 
>> Contents goes here!
>> 
>>
>>
>> I dont want to develop a full widget with JS!
>>
>> Please advise.
>>
>>
>>
>>
>>
>>

-- 
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/bed66adc-6b08-453f-8fa9-c7a614e64e90%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw5] Re: Reveal Gradually The Contents of a Tiddler

2018-06-21 Thread Mohammad
Jed,
 I think the solution you proposed is better than me. And the 

<$list filter=<>>
One



is fine in comparison to

<$part p 01>
One



What I learned here is, there is no need to use *reveal *widget, but *list *can 
do the same!
The problem is now, we cannot determined when all hidden parts are 
displayed. 

What you proposed is correct! My fault is I cannot think and implement the 
tiddlywiki way! I am from Fortran, Matlab, and C world, so my approach is 
like that.
I think one way is to have a divided content tiddler i.e instead of putting 
all content in the same tiddler, put the slices into separate tiddlers and 
reveal them in the main tiddler sequentially, So
 - The main tiddler can have the content to be seen when tiddler is viewed
 - Sub tiddlers can have parts to be displayed gradually in the main tiddler
 - We can count the number of subtiddlers and prevent endless increment the 
counter (here by 40 in $:/Numbers)



What do you think?

/Mohammad




On Thursday, June 21, 2018 at 11:45:48 PM UTC+4:30, Jed Carty wrote:
>
> I may have spoken a bit too soon, it isn't quite as simple as just 
>  and , it is <$list filter=<>> and  where you 
> increment the number in the macro and it will reveal things in order.
>
> The problem I ran into is that any solution is either going to be specific 
> to one wiki or have to point to the state anyway so this may be as concise 
> as you could make it even with a custom widget. It would be something like 
> <$part id=01> and 
>
> And this is just a quick proof of concept. Making it go through multiple 
> tiddlers and reveal things in order like powerpoint would take a bit more 
> work but it is possible using this setup.
>
> et voila! http://revealgradually.tiddlyspot.com/#Filter%20Test
>
> I think that a more tiddlywiki-like way to do this would be to make each 
> revealed section be a tiddler and then just show more of the list of 
> tiddlers are you progress. That would be significantly simpler and possibly 
> more reusable. But this way uses something not unlike tags the way you 
> asked.
>

-- 
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/0ec57646-ff90-448d-971f-10a6ca81ef87%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw5] Re: Reveal Gradually The Contents of a Tiddler

2018-06-21 Thread David Gifford
Hi Mohammad

This is a cool idea! You need to get your tiddler 'Test Gradual Reveal 01' 
to hide by default, since you presume to demo gradual reveals. As it 
stands, the parts that should be hidden are showing, so hitting the right 
arrow key appears to do nothing. It was only after I hit the LEFT arrow key 
- twice - before I could see anything happen.
I will add it to the toolmap.


On Thursday, June 21, 2018 at 9:17:47 AM UTC-5, Mohammad wrote:
>
>
>
> *Announcement*
>
>
> http://revealgradually.tiddlyspot.com/
>
>
> I have developed a small code to gradually reveal contents of tiddler 
> using shortcut keys by *KeeBoord *pluging (here keeboord.tiddlyspot.com 
> by BTC is used)
> An example is created to show the concept. By pressing Arrow keys
>
>- Right arrow for next  
>- Left arrow for previous
>
> To use this code you need to pass your content to a macro. There are three 
> macros
>
>1. part01
>2. part02
>3. part03
>
> Each macro will reveal the contents passed to it. Use Right arrow to show 
> the contents in sequence. Use Left arrow to back to previous step.
> Note: this feature will be used for slideshow and presentation by 
> Tiddlywiki but can be used for other applications too
>
>
> *Need help*
>
> Right now I have to pass contents to a macro for revealing gradually as 
> below
>
> <>
>
>
> For complex content I have to use macro like this
>
> < ! Hi
> This is a text
>
>
> * one
> * two
> ">>
>
>
>
> How can I pass content like a widget! (or like html tags) I mean how can I 
> use a syntax like this
>
> 
> Contents goes here!
> 
>
>
> I dont want to develop a full widget with JS!
>
> Please advise.
>
>
>
>
>
>

-- 
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/77b4cb97-138e-4d0e-b40f-c12d2bcd5e64%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw5] Re: Reveal Gradually The Contents of a Tiddler

2018-06-21 Thread TonyM
Mohammad,

One way to simplify the workflow for this would be to make an editor 
toolbar button to wrap a section eg <>
or perhaps <> to account for Quotes in the text.

In fact if you follow the model of the more drop-down in the editor toolbar 
you could have an editor button that drops down to show all three parts, 
perhaps extend to 7 as a healthy maximum number of reveals.

Let me know if you want help, or me to build such an editor toolbar button, 
anthough other here can do it as well.

Regards
Tony


On Friday, June 22, 2018 at 12:17:47 AM UTC+10, Mohammad wrote:
>
>
>
> *Announcement*
>
>
> http://revealgradually.tiddlyspot.com/
>
>
> I have developed a small code to gradually reveal contents of tiddler 
> using shortcut keys by *KeeBoord *pluging (here keeboord.tiddlyspot.com 
> by BTC is used)
> An example is created to show the concept. By pressing Arrow keys
>
>- Right arrow for next  
>- Left arrow for previous
>
> To use this code you need to pass your content to a macro. There are three 
> macros
>
>1. part01
>2. part02
>3. part03
>
> Each macro will reveal the contents passed to it. Use Right arrow to show 
> the contents in sequence. Use Left arrow to back to previous step.
> Note: this feature will be used for slideshow and presentation by 
> Tiddlywiki but can be used for other applications too
>
>
> *Need help*
>
> Right now I have to pass contents to a macro for revealing gradually as 
> below
>
> <>
>
>
> For complex content I have to use macro like this
>
> < ! Hi
> This is a text
>
>
> * one
> * two
> ">>
>
>
>
> How can I pass content like a widget! (or like html tags) I mean how can I 
> use a syntax like this
>
> 
> Contents goes here!
> 
>
>
> I dont want to develop a full widget with JS!
>
> Please advise.
>
>
>
>
>
>

-- 
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/a2279dea-2516-4074-bb74-0c2d8b1a54b0%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw5] Re: Reveal Gradually The Contents of a Tiddler

2018-06-21 Thread Jed Carty
I may have spoken a bit too soon, it isn't quite as simple as just  
and , it is <$list filter=<>> and  where you 
increment the number in the macro and it will reveal things in order.

The problem I ran into is that any solution is either going to be specific 
to one wiki or have to point to the state anyway so this may be as concise 
as you could make it even with a custom widget. It would be something like 
<$part id=01> and 

And this is just a quick proof of concept. Making it go through multiple 
tiddlers and reveal things in order like powerpoint would take a bit more 
work but it is possible using this setup.

et voila! http://revealgradually.tiddlyspot.com/#Filter%20Test

I think that a more tiddlywiki-like way to do this would be to make each 
revealed section be a tiddler and then just show more of the list of 
tiddlers are you progress. That would be significantly simpler and possibly 
more reusable. But this way uses something not unlike tags the way you 
asked.

-- 
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/aab9b770-7108-4a9e-a999-20cba7b82b36%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw5] Re: Reveal Gradually The Contents of a Tiddler

2018-06-21 Thread Mohammad
Thank you Jed!

I wait for you to get a better internet connection! I have uploaded a demo 
on http://revealgradually.tiddlyspot.com/
and I send the pass in a private email to be able to directly edit and 
implement your idea!


Cheers
Mohammad


On Thursday, June 21, 2018 at 9:03:08 PM UTC+4:30, Jed Carty wrote:
>
> I think that you can do this without a new javascript widget.
>
> You can make a list widget that uses first{!!position} and then put a 
> number in the position field of the tiddler and increment that number. I 
> think that this can be done with only core widgets and filter operators. My 
> internet connection is going down every few minutes but I may be able to 
> throw together a quick demo of what I mean.
>

-- 
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/56e2e6fa-7aed-4e11-a34c-351febfdf49d%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw5] Re: Reveal Gradually The Contents of a Tiddler

2018-06-21 Thread Jed Carty
I think that you can do this without a new javascript widget.

You can make a list widget that uses first{!!position} and then put a 
number in the position field of the tiddler and increment that number. I 
think that this can be done with only core widgets and filter operators. My 
internet connection is going down every few minutes but I may be able to 
throw together a quick demo of what I mean.

-- 
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/1bedbf3a-7614-4112-9ed7-7219defb2ab5%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw5] Re: Reveal Gradually The Contents of a Tiddler

2018-06-21 Thread Mohammad
Thank you Josiah!

If I can use tag like  Contents  then it would be much 
easier to use.
Credits go to BurningTreeC for his great help and also people like you in 
this forum which are quite helpful.

Cheers
Mohammad

On Thursday, June 21, 2018 at 6:57:10 PM UTC+4:30, @TiddlyTweeter wrote:
>
> Brilliant idea! Many uses!
>
> Just as great you can reverse it too!
>
> Best wishes
> Josiah
>
> Mohammad wrote:
>>
>> http://revealgradually.tiddlyspot.com/
>>
>>
>> I have developed a small code to gradually reveal contents of tiddler 
>> using shortcut keys by *KeeBoord *pluging (here keeboord.tiddlyspot.com 
>> by BTC is used)
>>
>

-- 
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/8ef8d6e5-d559-49ef-8df5-8c53e23b83a3%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw5] Re: Reveal Gradually The Contents of a Tiddler

2018-06-21 Thread @TiddlyTweeter
Brilliant idea! Many uses!

Just as great you can reverse it too!

Best wishes
Josiah

Mohammad wrote:
>
> http://revealgradually.tiddlyspot.com/
>
>
> I have developed a small code to gradually reveal contents of tiddler 
> using shortcut keys by *KeeBoord *pluging (here keeboord.tiddlyspot.com 
> by BTC is used)
>

-- 
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/400a5d23-8f79-472a-8463-5ddf9bbafa10%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.