[tw] [TW5] tiddlywiki on google playstore

2016-10-11 Thread Handoko Suwono
Any information on having TW on google playstore ? I need to refer to a 
link wherever TW5 or TW derivatives were posted on playstores and available 
for mobile gadgets, either smartphones or tabs.

One TW that I can remember is TWmobile or TW edit.

thanks.

handoko -

-- 
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/61ef4167-d806-49ca-9d8a-41cb82693cd3%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] [tw5] big problem with node.js and !$ symbols.

2016-10-11 Thread sini-Kit
Hi. I always use command (--rendertiddlers 
[!is[system]!type[image/jpeg]![index]] $:/core/templates/static.tiddler.html 
./static text/plain)  to render static tiddlers on my win x64 and 
everything was good. 
But when I install node.js on win х32  this command stop working. I get 
WARNING and notice that node.js don't understand symbols !$  



C:\IM>tiddlywiki --verbose --load heeg.html --rendertiddlers 
[!is[system]!type[image/jpeg]![index]] $:/core/templates/static.tiddler.html 
./static text/plain 
Boot log: 
  Startup task: load-modules 
  Startup task: info after: load-modules before: startup 
  Startup task: startup after: load-modules 
  Startup task: story after: startup 
  Startup task: commands platforms: node after: story 
Executing command: load heeg.html 
Executing command: rendertiddlers 
[type[image/jpeg]/core/templates/static.tiddler.html 
./static text/plain 
WARNING: Filter title has a deprecated regexp operand /core/ 

What I have to do make it working? I try to use '' but it didn't help.

-- 
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/098babf4-b619-4c8f-bc26-894aeaaefef4%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: [TW5] Doubts about how to get a $count to a $list

2016-10-11 Thread 'Mark S.' via TiddlyWiki
I think that having tiddlers that are tagged with their own name is going 
to cause problems, but I digress.

I think we need to see your data -- my quick experiment showed a non-zero 
count. Do you have your series labeled, "Fall", for example?

I don't think the filter is going to give you what you want though. It's 
going to generate a list of seasons [[Fall]] [[Winter]] [[Spring]] 
[[Summer]] (unless 2016 has less than 4 seasons) and then there is going to 
be a count for all series that aired in those seasons (no matter what 
year). So you need to have the year in the count filter as well.

Good luck!
Mark

On Tuesday, October 11, 2016 at 9:44:46 AM UTC-7, Juan P. Garcia wrote:
>
> Hello everyone!
>
> I'm new to TiddlyWiki, I've been doing my research, learning and having a 
> lot of fun with it.
> I decided to make a catalog of TV series I've watched using TiddlyWiki, 
> but now I have some doubts about how to do something that I'd say it should 
> be easy, but I'm stuck.
>
> My tiddler structure goes like this:
>
>- I have a tiddler for each series. I have tagged them with [series], 
>a tag for the season (Summer, Winter, Spring, Fall), and a tag for the 
> year 
>(the actual number for the year).
>- I have created a tiddler for each season. I have tagged them with 
>[season], a tag for the season, and another for the year number.
>- I created a tiddler for each year. I have tagged them with [year], 
>and a tag for the year number.
>- The home tiddler contains a $list like this:
>
> 
> <$list filter="[tag[year]]">
> <$link><>  class="tc-menu-list-count">(<$count 
> filter="[all[current]tagging[]tag[series]]"/>)
> 
> 
>
> It is working properly, as it is.
>
>
> However, in the tiddler for each year, I would like to get a list of 
> seasons for that year, however, I'm stuck as in how to get it working. This 
> is my attempt at it.
>
>
> 
> <$list filter="[tag[season]tag[2016]]">
> <$link><>  class="tc-menu-list-count">(<$count 
> filter="[all[current]tagging[]tag[series]]"/>)
> 
> 
>
> It isn't working at all, it always shows a count of 0.
>
> Any ideas on how could I make it work? Even if I have to change the 
> tagging system, I would love to get that count.
>
>
> Thank you all.
>
>
>
>

-- 
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/2c809de2-a47a-4e3e-a9e7-b790c096eff7%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] [TW5] Doubts about how to get a $count to a $list

2016-10-11 Thread Juan P. Garcia
Hello everyone!

I'm new to TiddlyWiki, I've been doing my research, learning and having a 
lot of fun with it.
I decided to make a catalog of TV series I've watched using TiddlyWiki, but 
now I have some doubts about how to do something that I'd say it should be 
easy, but I'm stuck.

My tiddler structure goes like this:

   - I have a tiddler for each series. I have tagged them with [series], a 
   tag for the season (Summer, Winter, Spring, Fall), and a tag for the year 
   (the actual number for the year).
   - I have created a tiddler for each season. I have tagged them with 
   [season], a tag for the season, and another for the year number.
   - I created a tiddler for each year. I have tagged them with [year], and 
   a tag for the year number.
   - The home tiddler contains a $list like this:


<$list filter="[tag[year]]">
<$link><> (<$count 
filter="[all[current]tagging[]tag[series]]"/>)



It is working properly, as it is.


However, in the tiddler for each year, I would like to get a list of 
seasons for that year, however, I'm stuck as in how to get it working. This 
is my attempt at it.



<$list filter="[tag[season]tag[2016]]">
<$link><> (<$count 
filter="[all[current]tagging[]tag[series]]"/>)



It isn't working at all, it always shows a count of 0.

Any ideas on how could I make it work? Even if I have to change the tagging 
system, I would love to get that count.


Thank you all.



-- 
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/4a823275-6266-4fb1-a594-794aae98a3a7%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [tw] Re: [TW5] Search lag

2016-10-11 Thread Jeremy Ruston
Hi Riz

> Is there a workaround to perform the search only when pressing the enter key 
> or something.

No, not at present. But there’s nothing to stop anybody building an alternative 
search implementation that requires “enter” to trigger the search.

> Also, will there be a similar solution for the slow edit text fields? A work 
> around will do too

I don’t think there’s a similar solution for slow edit text fields. At least, 
not one expressed in terms of changing behaviour depending upon the number of 
characters typed.

Best wishes

Jeremy.

> On Tuesday, 11 October 2016 14:06:52 UTC+5:30, Jeremy Ruston wrote:
> I’ve pushed a fix to add a minimum length threshold for the search field:
> 
> https://github.com/Jermolene/TiddlyWiki5/issues/2603 
> 
> 
> New minlength operator committed in:
> 
> https://github.com/Jermolene/TiddlyWiki5/commit/ffcbcbfa82cb8f1044c57967117aeae0978579f0
>  
> 
> 
> Search length threshold committed in:
> 
> https://github.com/Jermolene/TiddlyWiki5/commit/989cee50594a76a0f30d1d2124ce9e5e5808c6cf
>  
> 
> 
> I’ve also uploaded a prerelease for you to try:
> 
> http://tiddlywiki.com/prerelease 
> 
> Best wishes
> 
> Jeremy
> 
> 
>> On 11 Oct 2016, at 08:00, Jon  wrote:
>> 
>> Thanks for the replies - yes, I've definitely found that closing other 
>> browser tabs makes a big difference, so as suggested, I've got the TW open 
>> in a single tab in Firefox whilst Chrome is open for other stuff.
>> 
>> Jon
>> 
>> On Monday, 10 October 2016 17:53:10 UTC+1, Tobias Beer wrote:
>> Hi Jon,
>> 
>> Afaik, there is a "refresh" delay for each keypress only after which 
>> TiddlyWiki goes to fetch results.
>> 
>> If there isn't such a delay, then this needs to be implemented immediately.
>> 
>> There's this ticket, but I'm almost certain it is more or less unresolved:
>> 
>> refresh delay for text input fields
>> https://github.com/Jermolene/TiddlyWiki5/issues/1494 
>> 
>> 
>> Anyway, are you slow typing your search keywords,
>> or rather: are you able to type fast enough w/o TiddlyWiki
>> busily hasting into a search for "a"?
>> 
>> I find it an impossibility that TiddlyWiki would do a search on a single 
>> letter,
>> For me, there needs to be an ability to say:
>> no search for less than x letters.
>> 
>> Best wishes,
>> 
>> Tobias.
>> 
>> -- 
>> 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+...@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/9561b9af-7c42-427c-a452-d6116f965352%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/7a463af5-72ab-4e9f-8469-9c61bd182ad3%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/B9EE57F7-4525-40EB-B2F7-EA82C52C2C74%40gmail.com.
For more options, visit https://groups.google.com/d/optout.


Re: [tw] Re: [TW5] Search lag

2016-10-11 Thread Jeremy Ruston
Hi Mark

> 
> Will we be able to effectively turn this feature off by putting it something 
> like 100? Especially on a device, with a software keyboard, typing a wrong 
> character becomes overly expensive. I'd much rather check my work and have 
> the search begin after the phrase is right.

By “turning this feature off” presumably you don’t mean revert to the previous 
behaviour, but rather you want to trigger the search manually, by pressing 
enter, or something. The change I have made does not introduce that new 
behaviour.

Best wishes

Jeremy.

> 
> Thanks!
> Mark
> 
> On Tuesday, October 11, 2016 at 1:36:52 AM UTC-7, Jeremy Ruston wrote:
> I’ve pushed a fix to add a minimum length threshold for the search field:
> 
> https://github.com/Jermolene/TiddlyWiki5/issues/2603 
> 
> 
> New minlength operator committed in:
> 
> https://github.com/Jermolene/TiddlyWiki5/commit/ffcbcbfa82cb8f1044c57967117aeae0978579f0
>  
> 
> 
> Search length threshold committed in:
> 
> https://github.com/Jermolene/TiddlyWiki5/commit/989cee50594a76a0f30d1d2124ce9e5e5808c6cf
>  
> 
> 
> I’ve also uploaded a prerelease for you to try:
> 
> http://tiddlywiki.com/prerelease 
> 
> Best wishes
> 
> Jeremy
> 
> 
>> On 11 Oct 2016, at 08:00, Jon  wrote:
>> 
>> Thanks for the replies - yes, I've definitely found that closing other 
>> browser tabs makes a big difference, so as suggested, I've got the TW open 
>> in a single tab in Firefox whilst Chrome is open for other stuff.
>> 
>> Jon
>> 
>> On Monday, 10 October 2016 17:53:10 UTC+1, Tobias Beer wrote:
>> Hi Jon,
>> 
>> Afaik, there is a "refresh" delay for each keypress only after which 
>> TiddlyWiki goes to fetch results.
>> 
>> If there isn't such a delay, then this needs to be implemented immediately.
>> 
>> There's this ticket, but I'm almost certain it is more or less unresolved:
>> 
>> refresh delay for text input fields
>> https://github.com/Jermolene/TiddlyWiki5/issues/1494 
>> 
>> 
>> Anyway, are you slow typing your search keywords,
>> or rather: are you able to type fast enough w/o TiddlyWiki
>> busily hasting into a search for "a"?
>> 
>> I find it an impossibility that TiddlyWiki would do a search on a single 
>> letter,
>> For me, there needs to be an ability to say:
>> no search for less than x letters.
>> 
>> Best wishes,
>> 
>> Tobias.
>> 
>> -- 
>> 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+...@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/9561b9af-7c42-427c-a452-d6116f965352%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/84a66e51-058e-49fa-861f-9d2fd1afe978%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/B833C8C5-325C-43FC-80B7-954BFC3CBCC1%40gmail.com.
For more options, visit https://groups.google.com/d/optout.


Re: [tw] Re: [TW5] Search lag

2016-10-11 Thread 'Mark S.' via TiddlyWiki
Will we be able to effectively turn this feature off by putting it 
something like 100? Especially on a device, with a software keyboard, 
typing a wrong character becomes overly expensive. I'd much rather check my 
work and have the search begin after the phrase is right.

Thanks!
Mark

On Tuesday, October 11, 2016 at 1:36:52 AM UTC-7, Jeremy Ruston wrote:
>
> I’ve pushed a fix to add a minimum length threshold for the search field:
>
> https://github.com/Jermolene/TiddlyWiki5/issues/2603
>
> New minlength operator committed in:
>
>
> https://github.com/Jermolene/TiddlyWiki5/commit/ffcbcbfa82cb8f1044c57967117aeae0978579f0
>
> Search length threshold committed in:
>
>
> https://github.com/Jermolene/TiddlyWiki5/commit/989cee50594a76a0f30d1d2124ce9e5e5808c6cf
>
> I’ve also uploaded a prerelease for you to try:
>
> http://tiddlywiki.com/prerelease
>
> Best wishes
>
> Jeremy
>
>
> On 11 Oct 2016, at 08:00, Jon  wrote:
>
> Thanks for the replies - yes, I've definitely found that closing other 
> browser tabs makes a big difference, so as suggested, I've got the TW open 
> in a single tab in Firefox whilst Chrome is open for other stuff.
>
> Jon
>
> On Monday, 10 October 2016 17:53:10 UTC+1, Tobias Beer wrote:
>>
>> Hi Jon,
>>
>> Afaik, there is a "refresh" delay for each keypress only after which 
>> TiddlyWiki goes to fetch results.
>>
>> If there isn't such a delay, then this needs to be implemented 
>> immediately.
>>
>> There's this ticket, but I'm almost certain it is more or less unresolved:
>>
>> *refresh delay for text input fields*
>> https://github.com/Jermolene/TiddlyWiki5/issues/1494
>>
>> Anyway, are you slow typing your search keywords,
>> or rather: are you able to type fast enough w/o TiddlyWiki
>> busily hasting into a search for "a"?
>>
>> I find it an impossibility that TiddlyWiki would do a search on a single 
>> letter,
>> For me, there needs to be an ability to say:
>> no search for less than x letters.
>>
>> Best wishes,
>>
>> Tobias.
>>
>
> -- 
> 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+...@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/9561b9af-7c42-427c-a452-d6116f965352%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/84a66e51-058e-49fa-861f-9d2fd1afe978%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [tw] Re: [TW5] Search lag

2016-10-11 Thread Riz
Is there a workaround to perform the search only when pressing the enter 
key or something.  Also, will there be a similar solution for the slow edit 
text fields? A work around will do too
On Tuesday, 11 October 2016 14:06:52 UTC+5:30, Jeremy Ruston wrote:
>
> I’ve pushed a fix to add a minimum length threshold for the search field:
>
> https://github.com/Jermolene/TiddlyWiki5/issues/2603
>
> New minlength operator committed in:
>
>
> https://github.com/Jermolene/TiddlyWiki5/commit/ffcbcbfa82cb8f1044c57967117aeae0978579f0
>
> Search length threshold committed in:
>
>
> https://github.com/Jermolene/TiddlyWiki5/commit/989cee50594a76a0f30d1d2124ce9e5e5808c6cf
>
> I’ve also uploaded a prerelease for you to try:
>
> http://tiddlywiki.com/prerelease
>
> Best wishes
>
> Jeremy
>
>
> On 11 Oct 2016, at 08:00, Jon  wrote:
>
> Thanks for the replies - yes, I've definitely found that closing other 
> browser tabs makes a big difference, so as suggested, I've got the TW open 
> in a single tab in Firefox whilst Chrome is open for other stuff.
>
> Jon
>
> On Monday, 10 October 2016 17:53:10 UTC+1, Tobias Beer wrote:
>>
>> Hi Jon,
>>
>> Afaik, there is a "refresh" delay for each keypress only after which 
>> TiddlyWiki goes to fetch results.
>>
>> If there isn't such a delay, then this needs to be implemented 
>> immediately.
>>
>> There's this ticket, but I'm almost certain it is more or less unresolved:
>>
>> *refresh delay for text input fields*
>> https://github.com/Jermolene/TiddlyWiki5/issues/1494
>>
>> Anyway, are you slow typing your search keywords,
>> or rather: are you able to type fast enough w/o TiddlyWiki
>> busily hasting into a search for "a"?
>>
>> I find it an impossibility that TiddlyWiki would do a search on a single 
>> letter,
>> For me, there needs to be an ability to say:
>> no search for less than x letters.
>>
>> Best wishes,
>>
>> Tobias.
>>
>
> -- 
> 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+...@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/9561b9af-7c42-427c-a452-d6116f965352%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/7a463af5-72ab-4e9f-8469-9c61bd182ad3%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: Embedding the (standard) Search Bar & Results into a tiddler.

2016-10-11 Thread John Newell
BJ !!

Awesome

Exactly what I needed in functionality 
I'll see if I can "tart it up" a little.
Will send you a copy of the first version I deploy

thanks - much appreciated    JN


On Tuesday, October 11, 2016 at 11:59:21 PM UTC+11, BJ wrote:
>
> Hi john, 
> it part of the tiddler $:/core/ui/SideBarLists:
>
> <$set name="searchTiddler" value="$:/temp/search">
> 
> <$edit-text tiddler="$:/temp/search" type="search" tag="input" 
> focus={{$:/config/Search/AutoFocus}} focusPopup=< "$:/state/popup/search-dropdown">> class="tc-popup-handle"/>
> <$reveal state="$:/temp/search" type="nomatch" text="">
>
> <$button popup=<> 
> class="tc-btn-invisible">
> <$set name="resultCount" value="""<$count 
> filter="[!is[system]search{$(searchTiddler)$}]"/>""">
> {{$:/core/images/down-arrow}} {{$:/language/Search/Matches}}
> 
> 
> 
> <$reveal state="$:/temp/search" type="match" text="">
> <$button to="$:/AdvancedSearch" 
> tooltip={{$:/language/Buttons/AdvancedSearch/Hint}} 
> aria-label={{$:/language/Buttons/AdvancedSearch/Caption}} 
> class="tc-btn-invisible">
> {{$:/core/images/advanced-search-button}}
> 
> 
> 
>
> <$reveal tag="div" class="tc-block-dropdown-wrapper" 
> state="$:/temp/search" type="nomatch" text="">
>
> <$reveal tag="div" class="tc-block-dropdown tc-search-drop-down 
> tc-popup-handle" state=<> 
> type="nomatch" text="" default="">
>
> {{$:/core/ui/SearchResults}}
>
> 
> 
> 
>
> all the best
>
> BJ
>
> On Tuesday, October 11, 2016 at 8:25:06 AM UTC+1, John Newell wrote:
>>
>> Hi.
>> Could someone please provide the code that will embed the Search Bar ( 
>> box ) into a tiddler :
>> where the results are live links to the resultant tiddlers?
>>
>> This is for tw-ebooks / apps and as such will be user/reader access only 
>> ( That is - "read only" )
>> hence why the search box 
>>and the tiddler links
>> need to be in the tiddler 
>>
>>( as there's no sidebar ) visible to readers.
>>
>> with thanks in advance
>>
>> John
>>
>

-- 
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/68ac135f-2298-4243-9de5-7cba31bf6517%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: Embedding the (standard) Search Bar & Results into a tiddler.

2016-10-11 Thread BJ
Hi john, 
it part of the tiddler $:/core/ui/SideBarLists:

<$set name="searchTiddler" value="$:/temp/search">

<$edit-text tiddler="$:/temp/search" type="search" tag="input" 
focus={{$:/config/Search/AutoFocus}} focusPopup=<> class="tc-popup-handle"/>
<$reveal state="$:/temp/search" type="nomatch" text="">

<$button popup=<> 
class="tc-btn-invisible">
<$set name="resultCount" value="""<$count 
filter="[!is[system]search{$(searchTiddler)$}]"/>""">
{{$:/core/images/down-arrow}} {{$:/language/Search/Matches}}



<$reveal state="$:/temp/search" type="match" text="">
<$button to="$:/AdvancedSearch" 
tooltip={{$:/language/Buttons/AdvancedSearch/Hint}} 
aria-label={{$:/language/Buttons/AdvancedSearch/Caption}} 
class="tc-btn-invisible">
{{$:/core/images/advanced-search-button}}




<$reveal tag="div" class="tc-block-dropdown-wrapper" state="$:/temp/search" 
type="nomatch" text="">

<$reveal tag="div" class="tc-block-dropdown tc-search-drop-down 
tc-popup-handle" state=<> 
type="nomatch" text="" default="">

{{$:/core/ui/SearchResults}}





all the best

BJ

On Tuesday, October 11, 2016 at 8:25:06 AM UTC+1, John Newell wrote:
>
> Hi.
> Could someone please provide the code that will embed the Search Bar ( box 
> ) into a tiddler :
> where the results are live links to the resultant tiddlers?
>
> This is for tw-ebooks / apps and as such will be user/reader access only 
> ( That is - "read only" )
> hence why the search box 
>and the tiddler links
> need to be in the tiddler 
>
>( as there's no sidebar ) visible to readers.
>
> with thanks in advance
>
> John
>

-- 
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/54a5619c-84a3-4a4a-83c4-273826acb8fe%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: TW Node.js losing Tiddlers randomly - how to debug?

2016-10-11 Thread BJ
there is a bug with node.js at the moment, it is a polyfill function and 
only effects some (older) version of node

https://github.com/Jermolene/TiddlyWiki5/issues/2571

all the best 
BJ
On Monday, October 10, 2016 at 10:31:26 PM UTC+1, David Szego wrote:
>
> In the last few days I'm finding that new Tiddlers get saved OK, then when 
> I reopen them to tweak, they're completely or partially lost. Usually the 
> title and tags are OK, but the text is always wiped out.
>
> I can't find rhyme or reason for this... I'm waiting for any lag on saving 
> (dirty indicator), but don't get an error message and nothing shows in the 
> server log.
>
> End result is that I can't use it on Node.us anymore and have to save a 
> local version (and load manually / save with TiddlyFox).
>
> Any hints on how to debug?
>

-- 
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/a79a19f7-438c-4907-9fe1-37668a3c7d8c%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: [TW5] embed video which is stoard on my local hard drive

2016-10-11 Thread Zhiheng Lin
You can upload the video file to a CDN service or a local server and access 
it in Tiddlywiki by an URL. What you need to do is create an new tiddler, 
set the field _canonical_uri to your video URL. Here is a living example 

.

For the embed solution, there is a lazy loading mechanism 
 for Node.js server. I didn't test if 
it can apply to videos.

On Monday, October 10, 2016 at 3:22:50 PM UTC+8, Max Dbosyo wrote:
>
> hi guys, 
>
> anyone of you know a way to embed a video which i localy stoard on a 
> harddrive or local server?. What i planning to do is, to take the wiki with 
> me and open videos in it, which are stoared on a server.
> what works for me now is that i import the videos into the wiki file and 
> display it with {{file.mp4}}, but doing it that way would make my file 
> huge! 
>
> thank you guys
>
> bye Max
>

-- 
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/118feba2-c531-458c-804d-ab2b088e56ca%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [tw] Re: [TW5] Search lag

2016-10-11 Thread Jon
That does seem faster, Jeremy.
Many thanks
Jon

On Tuesday, 11 October 2016 09:36:52 UTC+1, Jeremy Ruston wrote:
>
> I’ve pushed a fix to add a minimum length threshold for the search field:
>
> https://github.com/Jermolene/TiddlyWiki5/issues/2603
>
> New minlength operator committed in:
>
>
> https://github.com/Jermolene/TiddlyWiki5/commit/ffcbcbfa82cb8f1044c57967117aeae0978579f0
>
> Search length threshold committed in:
>
>
> https://github.com/Jermolene/TiddlyWiki5/commit/989cee50594a76a0f30d1d2124ce9e5e5808c6cf
>
> I’ve also uploaded a prerelease for you to try:
>
> http://tiddlywiki.com/prerelease
>
> Best wishes
>
> Jeremy
>
>
> On 11 Oct 2016, at 08:00, Jon  wrote:
>
> Thanks for the replies - yes, I've definitely found that closing other 
> browser tabs makes a big difference, so as suggested, I've got the TW open 
> in a single tab in Firefox whilst Chrome is open for other stuff.
>
> Jon
>
> On Monday, 10 October 2016 17:53:10 UTC+1, Tobias Beer wrote:
>>
>> Hi Jon,
>>
>> Afaik, there is a "refresh" delay for each keypress only after which 
>> TiddlyWiki goes to fetch results.
>>
>> If there isn't such a delay, then this needs to be implemented 
>> immediately.
>>
>> There's this ticket, but I'm almost certain it is more or less unresolved:
>>
>> *refresh delay for text input fields*
>> https://github.com/Jermolene/TiddlyWiki5/issues/1494
>>
>> Anyway, are you slow typing your search keywords,
>> or rather: are you able to type fast enough w/o TiddlyWiki
>> busily hasting into a search for "a"?
>>
>> I find it an impossibility that TiddlyWiki would do a search on a single 
>> letter,
>> For me, there needs to be an ability to say:
>> no search for less than x letters.
>>
>> Best wishes,
>>
>> Tobias.
>>
>
> -- 
> 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+...@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/9561b9af-7c42-427c-a452-d6116f965352%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/8a7d3ab6-b2eb-482a-83bf-5d679b97eb8f%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [tw] Re: [TW5] Change title of template tiddler (or template text in new journal tidddler)?

2016-10-11 Thread HC Haase
Thansk 
that worked. It was the " $param=MyTemplate/>" command I did not knew.

BTW 
Your nuun project link looks really nice! I like the rotating menu button! 
and dark theme

-- 
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/5736caec-a3d3-4858-8337-ee480cc7f16b%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [tw] Re: [TW5] Search lag

2016-10-11 Thread Jeremy Ruston
I’ve pushed a fix to add a minimum length threshold for the search field:

https://github.com/Jermolene/TiddlyWiki5/issues/2603 


New minlength operator committed in:

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


Search length threshold committed in:

https://github.com/Jermolene/TiddlyWiki5/commit/989cee50594a76a0f30d1d2124ce9e5e5808c6cf
 


I’ve also uploaded a prerelease for you to try:

http://tiddlywiki.com/prerelease 

Best wishes

Jeremy


> On 11 Oct 2016, at 08:00, Jon  wrote:
> 
> Thanks for the replies - yes, I've definitely found that closing other 
> browser tabs makes a big difference, so as suggested, I've got the TW open in 
> a single tab in Firefox whilst Chrome is open for other stuff.
> 
> Jon
> 
> On Monday, 10 October 2016 17:53:10 UTC+1, Tobias Beer wrote:
> Hi Jon,
> 
> Afaik, there is a "refresh" delay for each keypress only after which 
> TiddlyWiki goes to fetch results.
> 
> If there isn't such a delay, then this needs to be implemented immediately.
> 
> There's this ticket, but I'm almost certain it is more or less unresolved:
> 
> refresh delay for text input fields
> https://github.com/Jermolene/TiddlyWiki5/issues/1494 
> 
> 
> Anyway, are you slow typing your search keywords,
> or rather: are you able to type fast enough w/o TiddlyWiki
> busily hasting into a search for "a"?
> 
> I find it an impossibility that TiddlyWiki would do a search on a single 
> letter,
> For me, there needs to be an ability to say:
> no search for less than x letters.
> 
> Best wishes,
> 
> Tobias.
> 
> -- 
> 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/9561b9af-7c42-427c-a452-d6116f965352%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/6EC43FE0-DDAE-4C53-B370-DA7B15E7E791%40gmail.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: Book formatting in TW

2016-10-11 Thread John Newell
Hi Mat

Having covered similar needs for ebooks I have been working on - here are a 
few options :

This is probably best prefaced by the format in which I am using ALL 
tiddlywiki ebook / app versions
and that is that* each page is continuous as it would be in any book *
EXCEPT 
in tiddlywiki the native format is for the content to continue *DOWN the 
page* - rather than *OVER the page*

So, all my pages are smoothly transitioned down the page.

Therefore - each chapter is a distinct tiddler - 
and there are not distinctions between pages.

IF A BREAK between PARTS in a chapter are required 
that is easily done by adding  one or more times to enhance the 
distance ( as suggested by Tobias )

*OR*

Just add a line horizontal line - eg :



---



OR create a more pronounced full width break: with colour :

eg






Links between chapters can be done in multiple ways:

How would you liek to see it - and I'll see if I can help .




On Tuesday, October 11, 2016 at 5:46:04 PM UTC+11, Mat wrote:
>
> Hm, I doubt line break  will suffice practically.
>
> I think what is needed is *form feed* which, I just found out, is created 
> with CSS *page-break-... (-before/-inside/-after)*
>
> This appears (to me) to be the simplest way:
>
> here you could insert page no, or 
> leave blank
>
> If one wanted one tiddler per sheet, I think it should be possible to 
> style the tiddler template (ie. via the stylesheet) to apply  page-break-
> after: always; 
> ...or see this to 
> have it form break before e.g h1 headlines.
>
> See also:
>
>
> http://stackoverflow.com/questions/3091524/what-are-carriage-return-linefeed-and-form-feed
>
> http://www.w3schools.com/cssref/pr_print_pagebb.asp
>
> http://www.w3schools.com/jsref/jsref_regexp_formfeed.asp - This might be 
> useful for a widget
>
> <:-)
>

-- 
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/3f9abc66-a29d-4bb1-a0a2-2a3dc90a908c%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Embedding the (standard) Search Bar & Results into a tiddler.

2016-10-11 Thread John Newell
Hi.
Could someone please provide the code that will embed the Search Bar ( box 
) into a tiddler :
where the results are live links to the resultant tiddlers?

This is for tw-ebooks / apps and as such will be user/reader access only 
( That is - "read only" )
hence why the search box needs to be in the tiddler ( as there's no visible 
siderbar

with thanks in advance

John

-- 
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/671e77dc-8cea-4ecf-8d9c-f47529f10547%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: [TW5] Search lag

2016-10-11 Thread Jon
Thanks for the replies - yes, I've definitely found that closing other 
browser tabs makes a big difference, so as suggested, I've got the TW open 
in a single tab in Firefox whilst Chrome is open for other stuff.

Jon

On Monday, 10 October 2016 17:53:10 UTC+1, Tobias Beer wrote:
>
> Hi Jon,
>
> Afaik, there is a "refresh" delay for each keypress only after which 
> TiddlyWiki goes to fetch results.
>
> If there isn't such a delay, then this needs to be implemented immediately.
>
> There's this ticket, but I'm almost certain it is more or less unresolved:
>
> *refresh delay for text input fields*
> https://github.com/Jermolene/TiddlyWiki5/issues/1494
>
> Anyway, are you slow typing your search keywords,
> or rather: are you able to type fast enough w/o TiddlyWiki
> busily hasting into a search for "a"?
>
> I find it an impossibility that TiddlyWiki would do a search on a single 
> letter,
> For me, there needs to be an ability to say:
> no search for less than x letters.
>
> Best wishes,
>
> Tobias.
>

-- 
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/9561b9af-7c42-427c-a452-d6116f965352%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: Book formatting in TW

2016-10-11 Thread Mat
Hm, I doubt line break  will suffice practically.

I think what is needed is *form feed* which, I just found out, is created 
with CSS *page-break-... (-before/-inside/-after)*

This appears (to me) to be the simplest way:

here you could insert page no, or 
leave blank

If one wanted one tiddler per sheet, I think it should be possible to style 
the tiddler template (ie. via the stylesheet) to apply  page-break-after: 
always; 
...or see this to have 
it form break before e.g h1 headlines.

See also:

http://stackoverflow.com/questions/3091524/what-are-carriage-return-linefeed-and-form-feed

http://www.w3schools.com/cssref/pr_print_pagebb.asp

http://www.w3schools.com/jsref/jsref_regexp_formfeed.asp - This might be 
useful for a widget

<:-)

-- 
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/433e7e84-147a-4513-98af-88dae66e5c29%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.