[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: Import and add prefix

2018-06-21 Thread TonyM
Diego,

That sounds interesting, and I imagine I could use it at some point in the 
future to build a PDF repository, PDF being a valuable resource today. 

I was hoping for a solution on any type of tiddlywiki file or folder, 
without external requirements if possible, I want to add this feature into 
the import process if at all possible. I suspect what I need is a subset of 
your solution if you can add the prefix at import time. By the sound of it, 
you are doing this at the point you convert a PDF to a Tiddler. I want to 
import already existing tiddlers as tid files or json files.

The truth is the tool I want to build is for one, not many to control the 
import of tiddlers then review and edit so I could build it on Node, 
however this may be an unnecessary dependency. I can see its value for 
everyone.

Attached is a mockup. An aexample of importing tiddlers from a json file, 
You could imagine in the example the tiddlers were imported as 

import1.$:/PSaT/macros/SysTimetine
import1.$:/PSaT/ui/SideBar/RecentSys

Any tips or code snippits appreciated,

Regards
Tony


On Friday, June 22, 2018 at 11:36:04 AM UTC+10, Diego Mesa wrote:
>
> Hey Tony,
>
> I accomplish this with my node version using a bash script and "Folder 
> Actions" on OSX. When I ever I place a new PDF into a folder, my 
> bashscript runs and creates a .tid file and opens it in my text editor with 
> prespecified tags and titles. 
>
> If this interests you Id be happy to explore further! 
>
> Diego
>
> On Thursday, June 21, 2018 at 7:18:56 PM UTC-5, TonyM wrote:
>>
>> Folks,
>>
>> I would like to know if anyone knows "prior art" or existing solutions 
>> that may help me develop the ability to import tiddlers and add a prefix or 
>> suffix during import?
>>
>> This would permit the safe import of new and edited tiddlers that could 
>> be difference analysed and optionally replace or update the tiddler with 
>> the original name.
>>
>> It could also be used to import image and other items who may have the 
>> same name but a Different content where applying a Prefix is desirable eg; 
>> close.jpg could be imported as $:/yourname/toolname/close.jpg
>>
>> Eg in an import batch, the titles may be
>>
>> readme
>> $:/source/macro
>> img.jpg
>>
>> Where I can set a prefix eg "Import.batch-"
>>
>> And the tiddlers are imported as 
>>
>> Import.batch-readme
>> Import.batch-$:/source/macro
>> Import.batch-img.jpg
>>
>> This needs to occur at import time not after because I do not want 
>> existing or system tiddlers to be overwritten. A selectable  automated 
>> prefix of the form YYMMDDhhmm- would be acceptable, or an numbered import 
>> batch. All items in the batch should have the same prefix.
>>
>> I want this in connection with an idea I have for providing review and 
>> edit commentary against existing TiddlyWikis, 
>>
>> This could have a great use in the community and as a feedback tool, 
>> along with other as yet undreamed of solutions including controlled 
>> annotation and review of wiki-content.
>>
>> *So If you know of this being done already, or in an edition, or in fact 
>> know how we may do this please let me know.*
>>
>> Thanks in Advance
>> tony 
>>
>>
>>
>>
>>

-- 
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/aa71df38-dd22-4c40-a72a-fc8f3a6674c9%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw5] Re: Import and add prefix

2018-06-21 Thread Diego Mesa
Hey Tony,

I accomplish this with my node version using a bash script and "Folder 
Actions" on OSX. When I ever I place a new PDF into a folder, my 
bashscript runs and creates a .tid file and opens it in my text editor with 
prespecified tags and titles. 

If this interests you Id be happy to explore further! 

Diego

On Thursday, June 21, 2018 at 7:18:56 PM UTC-5, TonyM wrote:
>
> Folks,
>
> I would like to know if anyone knows "prior art" or existing solutions 
> that may help me develop the ability to import tiddlers and add a prefix or 
> suffix during import?
>
> This would permit the safe import of new and edited tiddlers that could be 
> difference analysed and optionally replace or update the tiddler with the 
> original name.
>
> It could also be used to import image and other items who may have the 
> same name but a Different content where applying a Prefix is desirable eg; 
> close.jpg could be imported as $:/yourname/toolname/close.jpg
>
> Eg in an import batch, the titles may be
>
> readme
> $:/source/macro
> img.jpg
>
> Where I can set a prefix eg "Import.batch-"
>
> And the tiddlers are imported as 
>
> Import.batch-readme
> Import.batch-$:/source/macro
> Import.batch-img.jpg
>
> This needs to occur at import time not after because I do not want 
> existing or system tiddlers to be overwritten. A selectable  automated 
> prefix of the form YYMMDDhhmm- would be acceptable, or an numbered import 
> batch. All items in the batch should have the same prefix.
>
> I want this in connection with an idea I have for providing review and 
> edit commentary against existing TiddlyWikis, 
>
> This could have a great use in the community and as a feedback tool, along 
> with other as yet undreamed of solutions including controlled annotation 
> and review of wiki-content.
>
> *So If you know of this being done already, or in an edition, or in fact 
> know how we may do this please let me know.*
>
> Thanks in Advance
> tony 
>
>
>
>
>

-- 
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/5d3b5d0f-eb50-49b0-9f8f-c6149d569170%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw5] Import and add prefix

2018-06-21 Thread TonyM
Folks,

I would like to know if anyone knows "prior art" or existing solutions that 
may help me develop the ability to import tiddlers and add a prefix or 
suffix during import?

This would permit the safe import of new and edited tiddlers that could be 
difference analysed and optionally replace or update the tiddler with the 
original name.

It could also be used to import image and other items who may have the same 
name but a Different content where applying a Prefix is desirable eg; 
close.jpg could be imported as $:/yourname/toolname/close.jpg

Eg in an import batch, the titles may be

readme
$:/source/macro
img.jpg

Where I can set a prefix eg "Import.batch-"

And the tiddlers are imported as 

Import.batch-readme
Import.batch-$:/source/macro
Import.batch-img.jpg

This needs to occur at import time not after because I do not want existing 
or system tiddlers to be overwritten. A selectable  automated prefix of the 
form YYMMDDhhmm- would be acceptable, or an numbered import batch. All 
items in the batch should have the same prefix.

I want this in connection with an idea I have for providing review and edit 
commentary against existing TiddlyWikis, 

This could have a great use in the community and as a feedback tool, along 
with other as yet undreamed of solutions including controlled annotation 
and review of wiki-content.

*So If you know of this being done already, or in an edition, or in fact 
know how we may do this please let me know.*

Thanks in Advance
tony 




-- 
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/adb109f6-8652-4dad-b76a-51d4d0269295%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw5] Re: Is there a way to format the display of returned links, when using "list-links filter"?

2018-06-21 Thread ReneY
Hi TonyM:

Oh i was hooked on TW Classic yet!  I'm a returnee and fell in love with 
TW5 the instant i saw it ;)

Thank you again!



On Friday, June 22, 2018 at 7:01:25 AM UTC+8, TonyM wrote:
>
> My Pleasure Rene,
>
> Thanks for the confirming it helped.
>
> Just please excuse my contributing to your, potential obsession with 
> TiddlyWiki, its addictive and I am hooked.
>
> Tony :)
>
> On Thursday, June 21, 2018 at 10:19:56 PM UTC+10, Rene wrote:
>>
>> Hi TonyM:
>>
>> I'm happy to confirm to you that your solution worked *very* nicely...
>>
>>
>> 
>>
>> I love it!  Thank you very very much!
>>
>> Marked Best Answer
>> by Question Asker
>>
>> - Rene
>>
>>
>>
>> On Wednesday, June 20, 2018 at 10:23:32 PM UTC+8, TonyM wrote:
>>>
>>> Rene,
>>>
>>> When I first started teaching myself TW5 I also often reverted to the 
>>> list-links macro however using the list widget lets you control your output 
>>> a lot more.
>>>
>>> Put this \define at the top of the tiddler or in one tagged 
>>> $:/tags/Macro 
>>> \define showtagsaspills(hidetagfilter)
>>> <$set name=tagfilter value={{!!tags}}$hidetagfilter$>
>>> <$list filter=<> >
>>>   {{||$:/core/ui/TagTemplate}}
>>> 
>>> 
>>> \end
>>>
>>> <> will list all the tags in the current tiddler as 
>>> pills and you can wrap this in another <$list widget to select the tiddlers 
>>> to which it applies
>>>
>>>
>>> eg
>>>
>>> <$list filter="[tag[mytag1]]">> >
>>> <$link to={{!!title}} tooltip="Custom tooltip eg open tiddler">
>>> {{!!title}} <>
>>> 
>>>
>>> This should work but code not tested this time.
>>> It demonstrates how not only can you put more inside a list widget, but 
>>> call macros which themselves contain list widgets, or nest list widgets, 
>>> none of this can be done with list-links
>>>
>>> Regards
>>> Tony
>>>
>>>
>>> On Wednesday, June 20, 2018 at 6:49:59 PM UTC+10, Rene wrote:

 Hi! I searched this forum but couldn't really find what I was looking 
 for, and could not quite ferret the info out from the official discussions 
 about filter "steps", "runs" and "expressions" either.

 I would like the links returned by a "list-links filter" to also show 
 the tags they are tagged with.  Something like this (or similar)...


 


 Is this even possible?  I am hoping it's some syntax-fu with the 
 list-links macro...

 Many thanks for any assistance!

>>>

-- 
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/3f0f8bf1-a0dc-4b71-b492-90f9e96e7209%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw5] Re: A Song for the Joy of It

2018-06-21 Thread David Gifford
Critalchay https://www.youtube.com/watch?v=3RRoxF-FeYM

On Tuesday, January 2, 2018 at 1:27:14 PM UTC-6, @TiddlyTweeter wrote:
>
> Jodlerklub Wiesenberg & Francine Jordi mit Das Feyr vo dr Sehnsucht 
>
> https://www.youtube.com/watch?v=1pY0xb9PrbY
>

-- 
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/fd830637-ac57-4776-bebc-e9a72e95f78e%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: Is there a way to format the display of returned links, when using "list-links filter"?

2018-06-21 Thread TonyM
My Pleasure Rene,

Thanks for the confirming it helped.

Just please excuse my contributing to your, potential obsession with 
TiddlyWiki, its addictive and I am hooked.

Tony :)

On Thursday, June 21, 2018 at 10:19:56 PM UTC+10, Rene wrote:
>
> Hi TonyM:
>
> I'm happy to confirm to you that your solution worked *very* nicely...
>
>
> 
>
> I love it!  Thank you very very much!
>
> Marked Best Answer
> by Question Asker
>
> - Rene
>
>
>
> On Wednesday, June 20, 2018 at 10:23:32 PM UTC+8, TonyM wrote:
>>
>> Rene,
>>
>> When I first started teaching myself TW5 I also often reverted to the 
>> list-links macro however using the list widget lets you control your output 
>> a lot more.
>>
>> Put this \define at the top of the tiddler or in one tagged 
>> $:/tags/Macro 
>> \define showtagsaspills(hidetagfilter)
>> <$set name=tagfilter value={{!!tags}}$hidetagfilter$>
>> <$list filter=<> >
>>   {{||$:/core/ui/TagTemplate}}
>> 
>> 
>> \end
>>
>> <> will list all the tags in the current tiddler as 
>> pills and you can wrap this in another <$list widget to select the tiddlers 
>> to which it applies
>>
>>
>> eg
>>
>> <$list filter="[tag[mytag1]]">> >
>> <$link to={{!!title}} tooltip="Custom tooltip eg open tiddler">
>> {{!!title}} <>
>> 
>>
>> This should work but code not tested this time.
>> It demonstrates how not only can you put more inside a list widget, but 
>> call macros which themselves contain list widgets, or nest list widgets, 
>> none of this can be done with list-links
>>
>> Regards
>> Tony
>>
>>
>> On Wednesday, June 20, 2018 at 6:49:59 PM UTC+10, Rene wrote:
>>>
>>> Hi! I searched this forum but couldn't really find what I was looking 
>>> for, and could not quite ferret the info out from the official discussions 
>>> about filter "steps", "runs" and "expressions" either.
>>>
>>> I would like the links returned by a "list-links filter" to also show 
>>> the tags they are tagged with.  Something like this (or similar)...
>>>
>>>
>>> 
>>>
>>>
>>> Is this even possible?  I am hoping it's some syntax-fu with the 
>>> list-links macro...
>>>
>>> Many thanks for any assistance!
>>>
>>

-- 
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/03dddcd9-83eb-4d60-abec-982aa5735a97%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw5] Re: A Song for the Joy of It

2018-06-21 Thread @TiddlyTweeter
Brain Eno & Rick Holland, GLITCH

https://www.youtube.com/watch?v=vPv84fP4FX0

-- 
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/ae64bea8-9207-49c5-ac84-2e1c1c89641f%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: arrays in field manipulation

2018-06-21 Thread 'Mark S.' via TiddlyWiki
Here's a file you can drag and drop into your TW demonstrating the 2nd 
method I mentioned. I'm not saying it's the best method, but it was easiest 
to create ;-)

Notice that you don't need a "relatives" field -- all the relative 
information is already contained in the roles fields. It prevents mistakes 
if you don't have to be worrying about keeping different fields in synch.

If you have someone in a double-role, then an "each" operator would need to 
be applied to the total list.

HTH
-- 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/26f84898-168c-47e8-bd8a-80d6dd90cb98%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Relatives and Roles.json
Description: application/json


[tw5] Re: arrays in field manipulation

2018-06-21 Thread Ste Wilson
"I tried also to write a table associating relatives and roles and also that 
was not so easy (I used a technique from stephenteacher.tiddlyspot.com)"

You did? AWESOME! 

I did that... AWSOME!! (I think it came with a lot of help from the good people 
here) :)

-- 
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/81981ddb-0a71-439a-9924-24510bb7f7a2%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.


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

2018-06-21 Thread Mohammad
Hi Jeremy
 Thank you for your comment!
Seems I have to learn JS :-).
I found some resources on developing widget for TW. I appreciate to have 
your advise!
Or if you think there is a simpler solution for reveal content gradually.

Cheers
Mohammad

On Thursday, June 21, 2018 at 8:06:13 PM UTC+4:30, Jeremy Ruston wrote:
>
> Hi Mohammad
>
> On 21 Jun 2018, at 15:17, Mohammad > 
> wrote:
>
> 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!
>
>
> I’m afraid that you would need to write a widget to use a syntax like that.
>
> Best wishes
>
> Jeremy
>

-- 
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/113d9e73-7383-4a8b-8242-ec073184a26a%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


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

2018-06-21 Thread Jeremy Ruston
Hi Mohammad

> On 21 Jun 2018, at 15:17, Mohammad  wrote:
> 
> 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!

I’m afraid that you would need to write a widget to use a syntax like that.

Best wishes

Jeremy

-- 
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/7CF27070-01FF-4E58-BA5D-C4ED36DB1A58%40gmail.com.
For more options, visit https://groups.google.com/d/optout.


[tw5] Re: Escaping double quotes in search string that is part of a filter

2018-06-21 Thread Hubert
Mark, thank you very much!! It works brilliantly.

I wasn't aware of this syntax. It's so simple and seems powerful. There's 
always something new to learn thanks to this amazing community.

Thanks again!

Best regards,
Hubert



On Thursday, 21 June 2018 16:00:13 UTC+1, Mark S. wrote:
>
> This version seems to work:
>
> <$list filter="""[search:title{$:/search!!note}]""">
> <>
> 
> 
>
> -- Mark
>
> On Thursday, June 21, 2018 at 4:45:34 AM UTC-7, Hubert wrote:
>>
>> Hello,
>>
>> I have an edit-text box that, when typed into, populates the note field 
>> of a $:/search tiddler.
>>
>> That value is then part of a list filter. It works great except when I 
>> type double quotes (") in the edit-text box -- that obviously breaks the 
>> list filter syntax by introducing the extra quote(s).
>>
>> Is there a way to escape double quotes for search or ignore (trim) them 
>> at some stage? I've already tried experimenting with pragmas but this did 
>> not have any effect (perhaps the syntax is wrong):
>>
>> \rules except 
>> \rules except 
>>
>> Here's my code (I've skipped the edit-text part because that's 
>> irrelevant):
>>
>> <$set name=searchterm value={{$:/search!!note}}>
>>
>> <$list filter="[tag[item]search:title[$(searchterm)$]]">
>> <>
>> 
>> 
>>
>> 
>>
>> As an example, this is what the list filter 'sees' when the string "test" 
>> is typed into the edit-text box -- a case of nested double quotes is a 
>> recipe for disaster ;)
>>
>> <$list filter="[tag[item]search:title["test"]]">
>>
>> Thank you in advance for your suggestions!
>>
>> Best regards,
>> Hubert
>>
>>
>>

-- 
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/a1f980d5-ca1e-4430-a489-8ffeb6f7178c%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw5] Re: arrays in field manipulation

2018-06-21 Thread @TiddlyTweeter
Paul, its a very interesting question I find.

I have no skill for a detailed answer.

The one thing I would advise is to consider in using arrays that though TW 
can emulate a "flat-file" database, emulating a relational or hierarchical 
database would be pretty complicated and likely not worth the effort.

But, Data Tiddlers are worth looking to if you need to do flat-data at 
volume (i.e. A Data Tiddler with many individual record [each record (line) 
can be treated as a Tiddler]). For a Data Tiddler "array" you need a 
"splitter" to reconstitute the data. 

Mark S. pointed towards "fields" in Tiddlers one by one. That is likely the 
best documented route.

Josiah.

-- 
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/2ce80a62-58f4-4db2-9154-7f70fc35906a%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw5] Re: Escaping double quotes in search string that is part of a filter

2018-06-21 Thread 'Mark S.' via TiddlyWiki
This version seems to work:

<$list filter="""[search:title{$:/search!!note}]""">
<>



-- Mark

On Thursday, June 21, 2018 at 4:45:34 AM UTC-7, Hubert wrote:
>
> Hello,
>
> I have an edit-text box that, when typed into, populates the note field of 
> a $:/search tiddler.
>
> That value is then part of a list filter. It works great except when I 
> type double quotes (") in the edit-text box -- that obviously breaks the 
> list filter syntax by introducing the extra quote(s).
>
> Is there a way to escape double quotes for search or ignore (trim) them at 
> some stage? I've already tried experimenting with pragmas but this did not 
> have any effect (perhaps the syntax is wrong):
>
> \rules except "
> \rules except "
>
> Here's my code (I've skipped the edit-text part because that's irrelevant):
>
> <$set name=searchterm value={{$:/search!!note}}>
>
> <$list filter="[tag[item]search:title[$(searchterm)$]]">
> <>
> 
> 
>
> 
>
> As an example, this is what the list filter 'sees' when the string "test" 
> is typed into the edit-text box -- a case of nested double quotes is a 
> recipe for disaster ;)
>
> <$list filter="[tag[item]search:title["test"]]">
>
> Thank you in advance for your suggestions!
>
> Best regards,
> Hubert
>
>
>

-- 
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/15f404a5-c7d4-4dfb-916e-fc9be5215346%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw5] Re: arrays in field manipulation

2018-06-21 Thread 'Mark S.' via TiddlyWiki
I think I would start by restructuring the data differently. Even in a 
robust language like javascript I would avoid storing data in two parallel 
"arrays" like you are doing. It would be so easy to get them out of synch.

Maybe keep the list of family members, but then have the field "roles" 
contain the name of a data tiddler that describes the relationship:

roles: Burts family roles

Burts family roles: (data tiddler)

Burt: son
Connie: wife
Danny: brother

Or keep the list of family members, but then have a series of fields that 
describe roles:

role-sons: [[Cycil de Mille]] [[Cyrano de bergerac]]
role-wives: Connie
role-brothers:Danny [[Dante Alighieri]]

You can use the fields operator to get a list of all fields and the prefix 
operator to limit that selection to just ones marked "roles-" .

There's no arrays in TW parlance, but there are lists and list fields. See 
the tiddler "Filter Operators" at tiddlywiki.com and review list, enlist, 
listop operators and string operators to get an idea of the tech available.

AFAIK, there's no indexing lists, but there are other tools. If you have 
items in the list with spaces in the name, surround the name with double 
square brackets as in the examples above.

Also, you can nest <$lists> inside lists, linking the inner ones with the 
'all[current]' filter operator to be driven by the outer ones.

So, I recommend picking a data structure that matches the way TW works 
(probably the 2nd method, thought the first method corresponds to better 
database design).

But maybe someone will come along with a more straight-forward solution. So 
rather than diving into an example, let's see what others say.

-- Mark



On Thursday, June 21, 2018 at 5:52:00 AM UTC-7, Paul Netsaver wrote:
>
> Hi,
> I'm trying to have multiple fields whose content is an array, and I need 
> help on how to manipulate them.
> Let's have a tiddler about a person (tiddler) *Alfred*, having *Burt, 
> Connie, Danny* as relatives.
> The relationship of B,C,D to A is respectively: *son, wife, brother*.
> So I would like to use two fields: '*relatives*' and '*role*' to describe 
> the situation. Note that 'role' is not absolute, but limited to Alfred.
> I would build two arrays as fields:
> *relatives*: '*Burt Connie Danny*' and
> *roles*: '*son wife brother*';
> There is more than one question about:
>
>1.  can I put a separator like any array, so that I'm able to separate 
>items or I'm forced to use a space as separator? Otherwise I will never be 
>able to insert double names, as 'Mary Ann'. Or there's an escaping 
>character, as '\'.
>2. can I refer to a single name as element of the array?  Something 
>link {{ !!relatives[2] }} or {{ !!roles[1] }}. I've tried widgets like 
><$list> and <$view> but I don't know how to address single fields. Or 
> maybe 
>assign the field to a variable and access the variable (...how?)
>
> I tried also to write a table associating relatives and roles and also 
> that was not so easy (I used a technique from 
> stephenteacher.tiddlyspot.com 
> ):
>
>  
>  relatives<$list filter="[list[!!relatives]]" >
>  <$transclude field="title"/>
>  
>  roles<$list filter="[list[!!roles]]" >
>  <$transclude field="title"/>
>  
> 
>
> This works because the list commands are independent each other as they 
> are on different rows.. but I want to list the elements by rows, not by 
> columns, so I should do something like:
>
>  
>  relativesroles
>  <$list filter="[list[!!relatives]]">
>  
> <$transclude field="title"/>
> <$transclude field="roles field of Alfred tiddler"/>
>   
>   
> 
>
> I understand that <$list> command assumes a list of tiddlers (not generic 
> arrays) as input, so it uses *title *field of (non existing) *relatives* 
> tiddlers.
> Is there another more 'trivial' technique as for arrays? Like:
>
>  
>  relativesroles
> * <$for index="i=1:length(relatives)">*
>  
> <$view *field="relatives[i]"*/>
> <$view *field="roles[i]"*/>
>   
>
>   
> 
>
>
> Any suggestion is welcome...
>
> Thanks and regards, 
> Netsaver, Rome (IT)
>
>
>
>
>
>
>

-- 
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/78281221-6bac-4bf2-b494-c3c37819af1a%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.


Re: [tw5] KeeBoord plugin - shortcut for reveal things

2018-06-21 Thread Mohammad
Continue this discussion here:

https://groups.google.com/d/msg/tiddlywiki/ZPFJ3DP4H7g/V7MYyMUuCQAJ

On Wednesday, June 20, 2018 at 9:02:20 AM UTC+4:30, Mohammad wrote:
>
> Hello BTC
>  The code works, there is one problem
> I added a zero state to hide everything and there other states 1, 2, 3 as 
> you coded.
> The problem is it cycles through states i.e by pressing the shortcut here 
> (Ctrl+R)
> it shows part1, 2 and 3 and hide everything and then part 1, 2, 3 and 
> cycle and cycle again
>
> It would be great to stop after all parts revealed.
> Also how can I divide the code into two separate parts
> one part to show
> one part to hide
>
> Is it possible to wrap this code into a macro? I mean I want to use it for 
> different tiddlers Not just for "yourtiddler"
>
> Thank you again
>
>
>
> On Tuesday, June 19, 2018 at 4:30:06 PM UTC+4:30, BurningTreeC wrote:
>>
>> I've made a small mistake in the last 
>>
>> <$list filter="[regexp[^2$]]">
>>
>> which should be:
>>
>> <$list filter="[regexp[^3$]]">
>>
>>
>>

-- 
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/c08100d3-fb52-4449-8f95-b8241280a114%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw5] Re: KeeBoord - global keyboard shortcuts

2018-06-21 Thread Mohammad
This is very true! I hope Jeremy bundle it with TW 5.1.18

On Thursday, June 21, 2018 at 6:29:44 PM UTC+4:30, Abraham Samma wrote:
>
> Hi BurningTreeC,
>
> This is the plugin of my dreams!! Fantastic. Encountered no issues so far 
> but I am inclined to believe that this should be the plugin of the month.
>
> Infact, I dare say TW5 should come bundled with this plugin because it 
> augments it so very well.
>
> On Tuesday, June 5, 2018 at 2:29:20 PM UTC+3, BurningTreeC wrote:
>>
>> Hi folks,
>>
>> for those who already want to use global keyboard shortcuts within their 
>> wikies, I've made a plugin and a little plugin-info-page:
>>
>> http://keeboord.tiddlyspot.com/
>>
>> have fun with it,
>> 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/a297de22-67d3-4d22-a7fb-06f8022bf244%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw5] Reveal Gradually The Contents of a Tiddler

2018-06-21 Thread Mohammad


*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 is three 
macro

   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.



*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

<>



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/f77aa180-44d1-4e7c-80ab-f5c3f7efebbc%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw5] Re: KeeBoord - global keyboard shortcuts

2018-06-21 Thread Abraham Samma
Hi BurningTreeC,

This is the plugin of my dreams!! Fantastic. Encountered no issues so far 
but I am inclined to believe that this should be the plugin of the month.

Infact, I dare say TW5 should come bundled with this plugin because it 
augments it so very well.

On Tuesday, June 5, 2018 at 2:29:20 PM UTC+3, BurningTreeC wrote:
>
> Hi folks,
>
> for those who already want to use global keyboard shortcuts within their 
> wikies, I've made a plugin and a little plugin-info-page:
>
> http://keeboord.tiddlyspot.com/
>
> have fun with it,
> 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/41c312bf-7e11-44a7-8d97-97ab33c8dd55%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw5] arrays in field manipulation

2018-06-21 Thread Paul Netsaver
Hi,
I'm trying to have multiple fields whose content is an array, and I need 
help on how to manipulate them.
Let's have a tiddler about a person (tiddler) *Alfred*, having *Burt, 
Connie, Danny* as relatives.
The relationship of B,C,D to A is respectively: *son, wife, brother*.
So I would like to use two fields: '*relatives*' and '*role*' to describe 
the situation. Note that 'role' is not absolute, but limited to Alfred.
I would build two arrays as fields:
*relatives*: '*Burt Connie Danny*' and
*roles*: '*son wife brother*';
There is more than one question about:

   1.  can I put a separator like any array, so that I'm able to separate 
   items or I'm forced to use a space as separator? Otherwise I will never be 
   able to insert double names, as 'Mary Ann'. Or there's an escaping 
   character, as '\'.
   2. can I refer to a single name as element of the array?  Something link 
   {{ !!relatives[2] }} or {{ !!roles[1] }}. I've tried widgets like <$list> 
   and <$view> but I don't know how to address single fields. Or maybe assign 
   the field to a variable and access the variable (...how?)

I tried also to write a table associating relatives and roles and also that 
was not so easy (I used a technique from stephenteacher.tiddlyspot.com 
):

 
 relatives<$list filter="[list[!!relatives]]" >
 <$transclude field="title"/>
 
 roles<$list filter="[list[!!roles]]" >
 <$transclude field="title"/>
 


This works (because the list commands are independent each other as they 
are on different rows), but I wanted list the elements by rows, not by 
columns, so if I should do something like:

 
 relativesroles
 <$list filter="[list[!!relatives]]">
 
<$transclude field="title"/>
<$transclude field="roles field of Alfred tiddler"/>
  
  


I understand that list assumes a list of tiddlers (not generic arrays) as 
input, so uses title field of non existing relatives tiddlers
Is there another more 'trivial' technique as for arrays, like:

 
 relativesroles
 <$for index="i=1:length(relatives)">
 
<$view field="relatives[i]"/>
<$view field="roles[i]"/>
  

  




Any suggestion is welcome...

Thanks and regards, 
Netsaver, Rome (IT)






-- 
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/6ee0709a-0d39-4813-b821-7e31ec8fe328%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw5] Re: Is there a way to format the display of returned links, when using "list-links filter"?

2018-06-21 Thread Rene
Hi TonyM:

I'm happy to confirm to you that your solution worked *very* nicely...



I love it!  Thank you very very much!

Marked Best Answer
by Question Asker

- Rene



On Wednesday, June 20, 2018 at 10:23:32 PM UTC+8, TonyM wrote:
>
> Rene,
>
> When I first started teaching myself TW5 I also often reverted to the 
> list-links macro however using the list widget lets you control your output 
> a lot more.
>
> Put this \define at the top of the tiddler or in one tagged $:/tags/Macro 
> \define showtagsaspills(hidetagfilter)
> <$set name=tagfilter value={{!!tags}}$hidetagfilter$>
> <$list filter=<> >
>   {{||$:/core/ui/TagTemplate}}
> 
> 
> \end
>
> <> will list all the tags in the current tiddler as pills 
> and you can wrap this in another <$list widget to select the tiddlers to 
> which it applies
>
>
> eg
>
> <$list filter="[tag[mytag1]]">> >
> <$link to={{!!title}} tooltip="Custom tooltip eg open 
> tiddler">{{!!title}} 
> <>
> 
>
> This should work but code not tested this time.
> It demonstrates how not only can you put more inside a list widget, but 
> call macros which themselves contain list widgets, or nest list widgets, 
> none of this can be done with list-links
>
> Regards
> Tony
>
>
> On Wednesday, June 20, 2018 at 6:49:59 PM UTC+10, Rene wrote:
>>
>> Hi! I searched this forum but couldn't really find what I was looking 
>> for, and could not quite ferret the info out from the official discussions 
>> about filter "steps", "runs" and "expressions" either.
>>
>> I would like the links returned by a "list-links filter" to also show the 
>> tags they are tagged with.  Something like this (or similar)...
>>
>>
>> 
>>
>>
>> Is this even possible?  I am hoping it's some syntax-fu with the 
>> list-links macro...
>>
>> Many thanks for any assistance!
>>
>

-- 
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/da934829-862a-4259-a0bc-c98b81817fc6%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [tw5] Re: export to ebook format (epub)

2018-06-21 Thread Paul Netsaver
Hi,
maybe it was a wrong impression, but my understanding was that javascript 
code, in addition to being avoided in html tiddlers, has to be executed 
before DOM creation, so cannot be propagated (or not resolved) up to the 
end of the chain, so to be executed by the browser after TW rendering.
That's because the final object has to be static HTML.
For instance I needed to add a couple of js libraries (one for table 
manipulation, one for chess game parsing) which usually in my html note 
collection I added directly to the script calls in the HTML head section. I 
tried to add this code to TW but I realized (that's where I could be wrong) 
that I had to write a plugin incorporating the libraries.
Otherwise I would not be able to add js call to external libraries directly 
in the tiddlers, or even via js macros.
So I was arguing that for eventual epub exporting, which would be based on 
static HTML, it were not possible to add js call section in order to have 
dynamic pages.
In last case one could think, by means of epub3 format, to use TW as 
dynamic site generator... am I wrong?
thanks and regards,

Netsaver, Rome (IT)

Il giorno sabato 26 maggio 2018 12:22:00 UTC+2, Jeremy Ruston ha scritto:
>
> Dear Paul
>
> I can see that Epub3 format can execute also scripts in JS subfolder.
>
>
> JavaScript support is inconsistent and limited on current readers, hence 
> my interest in techniques to avoid dependence on it.
>
> Why is not technically possible to write JS code in some tiddler belonging 
> to epub project and appending references to it in the final html pages? 
> There's some design constraint?
>
>
> I don’t think there is any design constraint within TW5 there; is there a 
> reason you thought there might be?
>
> Best wishes
>
> Jeremy
>
>
> e.g. create tiddler sort-table.js, adding sort capabilities to all tables 
> with class 'sortable', add it to the project, then add also tiddler 
> chapter1, containing a table with class 'sortable'. The sort-table.js 
> tiddler should be published in the JS folder of the book and references to 
> it () could be added (automatically? 
> or via processing instruction in every tiddler?) to html tiddler(s).
>
> In a similar concept: is it possible to create (system/common/shadow or 
> whatever) tiddlers containing js code which is to be appended as script to 
> some tiddler 'after its rendering to html', so to be executed by the 
> browser when it's loading the final product 
> e.g. if I tag a 'sort-table.js' tiddler with tiddler names 'hosts', 
> 'addresses', etc. would mean that TW should append js reference to 
> sort-table in #hosts and #addresses html subcode. This behavoiur (if 
> possible!) coud be kept when developing an eventual ebook plugin.
> What am I missing?
>
> Thanks and regards,
> Paul Netsaver,
> Rome, IT
>
>
>   
>
> Il giorno venerdì 25 maggio 2018 10:43:28 UTC+2, Jeremy Ruston ha scritto:
>>
>> I very much like the idea of an epub3 output format for TW5.
>>
>> As others have noted, the epub3 format itself can be fairly simple (plus 
>> the general rule that it is always orders of magnitude easier to generate a 
>> particular format than it is to parse/accept that format). We already have 
>> a JSZip plugin that can handle the creation of a ZIP file from a bunch of 
>> individual files.
>>
>> One aspect that particularly interests me is the production of redundant 
>> static pages to reproduce the functionality of a dynamic experience. For 
>> example, consider a table of a few columns of data that we’d like to 
>> publish such that the user can click on a column heading to sort by it. The 
>> usual approach would be a small JS plugin that rearranges the DOM when the 
>> column header is clicked. Instead, we could pre-generate static HTML 
>> representations of every combination of sorting for the table, and then 
>> construct links between them. So, if the initial rendering is ordered by 
>> first name, and the user clicks on the column for the second name, they 
>> would actually be navigating to a different rendering of the data sorted by 
>> second name.
>>
>> I believe that this approach could go a long way: a sort of flipbook 
>> approach to user interface design.
>>
>> Best wishes
>>
>> Jeremy.
>>
>>
>>
>> On 25 May 2018, at 04:02, Greg Davis  wrote:
>>
>> Mark S.
>>
>> Hi,
>> Well if it is Science Fiction there is always Baen official slush for 
>> publication  http://baen.com/
>>
>> If you have not given it to a beta reader and/or editor. You can try the 
>> crit forums on Baen's Bar (have to register) the Slush Pile is for general 
>> critiques. Other critique forums are Baen's Universe Slush is for short 
>> stories and 1632 Slush is for stories in Eric Flint's Ring of Fire Universe.
>>  http://bar.baen.com/
>>
>> On Thursday, May 24, 2018 at 9:48:31 PM UTC-5, Mark S. wrote:
>>>
>>> I guess we're all in the same boat. I've got one medium story finished, 
>>> but wasn't sure where to submit it.
>>>
>>> --
>>>
>>> On Thursday, May 24, 

[tw5] Escaping double quotes in search string that is part of a filter

2018-06-21 Thread Hubert
Hello,

I have an edit-text box that, when typed into, populates the note field of 
a $:/search tiddler.

That value is then part of a list filter. It works great except when I type 
double quotes (") in the edit-text box -- that obviously breaks the list 
filter syntax by introducing the extra quote(s).

Is there a way to escape double quotes for search or ignore (trim) them at 
some stage? I've already tried experimenting with pragmas but this did not 
have any effect (perhaps the syntax is wrong):

\rules except 
\rules except 

Here's my code (I've skipped the edit-text part because that's irrelevant):

<$set name=searchterm value={{$:/search!!note}}>

<$list filter="[tag[item]search:title[$(searchterm)$]]">
<>





As an example, this is what the list filter 'sees' when the string "test" 
is typed into the edit-text box -- a case of nested double quotes is a 
recipe for disaster ;)

<$list filter="[tag[item]search:title["test"]]">

Thank you in advance for your suggestions!

Best regards,
Hubert


-- 
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/d90048a8-7a00-4bde-afbc-7410ce9f82eb%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw5] Re: next previous operator

2018-06-21 Thread Mohammad
Hi Jed,
 I am learning TW coding and I am curious to see how these operators are 
used!
I had a look at your great Wiki reference and those by Tobias Beer 

/Mohammad

On Thursday, June 21, 2018 at 3:17:36 PM UTC+4:30, Jed Carty wrote:
>
> Is there something specific you need?
>
> They act like the 'before' and 'after' operators but they take the current 
> filter input and return values for each of the inputs.
>

-- 
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/34d1283b-9830-434c-b61a-9d1d193b36de%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw5] Re: next previous operator

2018-06-21 Thread Jed Carty
Is there something specific you need?

They act like the 'before' and 'after' operators but they take the current 
filter input and return values for each of the inputs.

-- 
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/7d49f7fd-903c-49fd-8bd5-ad50bb1b1d60%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw5] Re: Material Theme for TW5 (sort of)

2018-06-21 Thread @TiddlyTweeter
Right the combination of "responsive CSS" and TW "Startup State Sensing" is 
promising. CSS is a really potent area of TW usage. As is we have great 
example results (JD, Telmiger, Riz and likely more) that simplify & clarify 
how to make TW look better. Some kind of synoptic overview of how to use 
the two together ("Startup Sensing" & "Responsive CSS") might help. Changes 
in the variety of ways Custom CSS can be applied in the latest release are 
also relevant.

Josiah

TonyM wrote:
>
> On the issue of TiddlyWiki on desktops AND Small devices. 
>
> ... Now with the changes in tiddlywiki the size can be interrogated and 
> the reveal widgets set to respond. This could be used to switch themes 
> altogether, including variations of themes.
>
> My personal experience suggests we cant always depend on responsive 
> elements to work for all cases...
>
> I suspect individuals have spent time on this already ... It would be nice 
> to try and get people to tell us about their tricks in a generic way so we 
> can build a resource to this effect. As is often the case the best 
> solutions are already out there it is just hard to collect less concrete 
> ideas into a resource.
>

-- 
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/09ec2e33-bc3b-4c9e-8c52-f2c6e32d3319%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw5] Re: I love TiddlyWiki because...

2018-06-21 Thread @TiddlyTweeter
"@TiddlyWiki  is my favorite app that does 
not assume online connection..."
-- @csageland 

-- 
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/93324b08-b3cd-416e-a967-0ffe2b415799%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw5] Re: Literal transclusion of a field value?

2018-06-21 Thread Hubert
OK, I've found a way -- 

<$view field=list format=htmlencoded>{{!!list}}

will render the value of the list field literally.

Thanks,
Hubert

On Thursday, 21 June 2018 09:57:57 UTC+1, Hubert wrote:
>
> Hello,
>
> What's the correct syntax for transcluding a field without wikifying it? 
> I've searched in the documentation but failed to find a working solution 
> (so, apologies if I've overlooked something obvious).
>
> What I'm trying to do is list specific tiddlers in a table with the exact 
> (literal) values of their respective list fields -- this should include the 
> '[[ ]]' brackets that are added for list items with spaces.
>
> This is my code:
>
> 
> <$list filter="[all[tiddlers]search:title[_list]]">
> {{!!title}}{{!!list}}
> 
> 
>
>
> I'm aware that the problem lies in the... 
> {{!!list} 
> ...reference that wikifies its output by default.
>
> How could I replace it to get the literal value of the list field?
>
> Thank you for your help!
>
> Regards,
> Hubert
>

-- 
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/6d3574f6-df2f-48e2-beb6-0f6b01ce852a%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw5] Literal transclusion of a field value?

2018-06-21 Thread Hubert
Hello,

What's the correct syntax for transcluding a field without wikifying it? 
I've searched in the documentation but failed to find a working solution 
(so, apologies if I've overlooked something obvious).

What I'm trying to do is list specific tiddlers in a table with the exact 
(literal) values of their respective list fields -- this should include the 
'[[ ]]' brackets that are added for list items with spaces.

This is my code:


<$list filter="[all[tiddlers]search:title[_list]]">
{{!!title}}{{!!list}}




I'm aware that the problem lies in the... 
{{!!list} 
...reference that wikifies its output by default.

How could I replace it to get the literal value of the list field?

Thank you for your help!

Regards,
Hubert

-- 
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/f8562bdf-1bfe-4cc8-84c8-c8b2be443058%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw5] next previous operator

2018-06-21 Thread Mohammad
Except the tiddlywiki.com short description where can I find good examples 
/descriptions for
"next" and "previous" operator?

/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/5947f717-278a-48e4-af7d-626639a37f77%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw5] Re: Migration from TWC to TW5

2018-06-21 Thread Reto

>
> Maybe just make the "All" value equal to "ExtendedBrain", since all 
> results should match that.
>

Thanks, Mark, this works ... although I don't understand why.

-- 
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/a90a73d6-ff63-4912-a699-9991cf52e4eb%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [tw5] Re: Material Theme for TW5 (sort of)

2018-06-21 Thread Mohammad
Hi JD,
 Impressive theme, it should be bundled with TW release. Why not?

/Mohammaf

On Wednesday, June 20, 2018 at 7:17:13 PM UTC+4:30, JD wrote:
>
> Hi Kevin, 
>
> Oh my, sorry for the delay, it's been a rough few weeks at work and I 
> haven't been able to do backdoor TW stuff for a while now. 
>
> If you can wait, I'll update the theme by the weekend. I'm guessing I can 
> do default-sidebar-open by setting the various $reveal widgets to have 
> *default="yes*" values for anywhere it applies to the sidebar.
>
> Sorry for the delay, and thanks for following up on this! 
>
> On Wed, Jun 20, 2018, 22:13 Kevin Kleinfelter  > wrote:
>
>> Hello JD,
>> Did you ever come up with a solution?  Even a hack that sorta-mostly 
>> works?
>> Thanks!
>>
>> On Tuesday, May 15, 2018 at 11:27:38 AM UTC-4, JD wrote:
>>>
>>> Hi Kevin,
>>>
>>> Sorry for the late reply, and very sorry to inform you that I would 
>>> figure out a solution to this no sooner than next week, as this is a bug I 
>>> would like to fix completely. 
>>>
>>> On Sunday, May 6, 2018 at 6:59:27 AM UTC+9, Kevin Kleinfelter wrote:

 The material theme always has the sidebar closed on initial page load 
 (for a node.js TW).  I'd prefer it always open.  Curiously, this behavior 
 is backwards from the built-in themes.

 -- 
>> You received this message because you are subscribed to a topic in the 
>> Google Groups "TiddlyWiki" group.
>> To unsubscribe from this topic, visit 
>> https://groups.google.com/d/topic/tiddlywiki/qiS1Vs46EQw/unsubscribe.
>> To unsubscribe from this group and all its topics, send an email to 
>> tiddlywiki+...@googlegroups.com .
>> To post to this group, send email to tiddl...@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/ae3c13f2-9d5b-4064-8e14-393631345d34%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/4e2d86e7-ee02-4390-b26b-b9aef4b2d9c0%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.