[tw] Re: Scripture tiddly wiki 5 examples

2016-06-03 Thread 'Mark S.' via TiddlyWiki
Hi Greg, I used the "list" method to force sorting in the Exodus example. Previously you had used the "list-after" field to force sorting (at least in Genesis). I could probably add "list-after" to the generator, but this was easier for now. I was bit winded, actually. There was a mistake in

Re: [tw] Re: Scripture tiddly wiki 5 examples

2016-06-03 Thread Greg Davis
Hi Mark, Well, looks like I stirred up some discussion on this topic.Yes there cold be simpler ways of getting the text into a JSON to load into TW but it will not be formatted. I'm not just doing straight text. In NT added words of Christ in red. I'm adding italics for the words added by the

[tw] Re: Scripture tiddly wiki 5 examples

2016-06-03 Thread Greg Davis
Hi Richard, Yes, I remenber. Had the large cross and tabbed contents if I recall correctly. I was trying to figure out the format I wanted to use and considered yours but went off in a bit different direction. One feels a more intimate conection to the text when working at that level. Closest

Re: [tw] Select tiddler doesn't populate if only one option ??

2016-06-03 Thread 'Mark S.' via TiddlyWiki
Thanks -- that's a good tip. Mark On Friday, June 3, 2016 at 4:56:14 PM UTC-7, c pa wrote: > > Mark > > I always do the following for my selects: > > Select source: > <$select tiddler="$:/Generate_source" default='Incoming'> > * -- * > <$list filter='[tag[DATA]sort[title]]'> >

Re: [tw] Select tiddler doesn't populate if only one option ??

2016-06-03 Thread 'c pa' via TiddlyWiki
Mark I always do the following for my selects: Select source: <$select tiddler="$:/Generate_source" default='Incoming'> * -- * <$list filter='[tag[DATA]sort[title]]'> >><$view field='title'/> -- You received this message because you are subscribed to the Google Groups

Re: [tw] [TW5] Issues understanding filters

2016-06-03 Thread 'c pa' via TiddlyWiki
William, The code with comments <$list filter="[is[current]field:catégorie/article|livre/]"> <$count filter="[field:catégorie/citation/source{!!title}]"/>   <$button message="tw-new-tiddler" class="btn-invisible" param="$:/_Template/Citation">cit.,  <$count

Re: [tw] [TW5] Issues understanding filters

2016-06-03 Thread William RENOU
Now I understand why it stopped working when I upgraded it from 5.0.8 to 5.1.11. Now I just need to get the 'is[current]' part. Thanks. Le vendredi 3 juin 2016 22:40:38 UTC+2, Jeremy Ruston a écrit : > > Hi William > > On 3 Jun 2016, at 19:14, William RENOU > wrote: > >

[tw] Re: [TW5] Issues understanding filters

2016-06-03 Thread William RENOU
Got this snippet from http://tesis.tiddlyspot.com/ > $:/_notes Le vendredi 3 juin 2016 22:23:15 UTC+2, PMario a écrit : > > Hi William, > > IMO it would be easier, if you tell us, where you found it. > > -m > -- You received this message because you are subscribed to the Google Groups

[tw] Re: [tw5] Final tests for 5.1.12 before release

2016-06-03 Thread Danielo Rodríguez
Hello Mario and Jeremy, I was not talking about going to one of the alternatives, but rolling back to the previous default behavior. About the new features, how hard would be to allow text snippets have placeholders for default information? In my plugin it was possible using a regular

Re: [tw] Re: [Thoughts] Using TW5 as Browser-Based Presentation-Tool

2016-06-03 Thread Jeremy Ruston
Hi Alex > On 3 Jun 2016, at 20:29, 'Alexander Eckert' via TiddlyWiki > wrote: > > For days I tried to add Keyboard-Support for this ActionWidgets (right => > next slide, left => last slide). Unfortunately I did not found much > information about this. I'll

Re: [tw] Select tiddler doesn't populate if only one option ??

2016-06-03 Thread Jeremy Ruston
Hi Mark I don’t think it's a bug. The new value is assigned to the target tiddler when the entry in the select widget is changed by the user. If there’s only one entry then it can’t be changed, and so won’t be updated. Best wishes Jeremy > On 3 Jun 2016, at 21:36, 'Mark S.' via TiddlyWiki

[tw] Select tiddler doesn't populate if only one option ??

2016-06-03 Thread 'Mark S.' via TiddlyWiki
Not sure if this counts as a bug, but ... This example, almost taken from TiddlyWiki.com Select source: <$select tiddler="$:/Generate_source" default='Incoming'> <$list filter='[tag[DATA]sort[title]]'> >><$view field='title'/> What I found is that $:/Generate_source never gets populated if

[tw] Re: [TW5] Issues understanding filters

2016-06-03 Thread PMario
Hi William, IMO it would be easier, if you tell us, where you found it. -m -- 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

[tw] Re: [Thoughts] Using TW5 as Browser-Based Presentation-Tool

2016-06-03 Thread 'Alexander Eckert' via TiddlyWiki
Hi Jed, Hi Birthe, thanks for your solution. I'll have a closer look at them after finishing the first steps. So far my example works, but maybe is not the best solution. Atm the keyboard-shortcut is a bigger problem (in my opinion). For days I tried to add Keyboard-Support for this

[tw] Re: Scripture tiddly wiki 5 examples

2016-06-03 Thread 'Mark S.' via TiddlyWiki
Javascript itself is probably the equal of those other languages. I'm working on a way to automate this process somewhat in TW, though I'm not actually convinced of the value of the verse-by-verse approach. I'm thinking about filling it up with the WEB, which, as far as I can tell, is the only

Re: [tw] Re: [TW EDU] Offering (video-)courses for deeper look inside TW

2016-06-03 Thread 'Alexander Eckert' via TiddlyWiki
Hi Thomas, I think your idea is nice and I'll try to write down my experience. I thought about a "Lets Learn Together" Video-Show on Youtube. Maybe after I finished my studies. Hi steve, thanks for your Post. I'll have a look at it. Kind regards, Alex Am Mittwoch, 1. Juni 2016 23:54:18

Re: [tw] Re: Scripture tiddly wiki 5 examples

2016-06-03 Thread 'Mark S.' via TiddlyWiki
In general I would agree with you, since the size of the *Empty* Bible made verse by verse is larger than the size of an entire *Filled* Bible done chapter-by-chapter. However, I can see some advantages. You could go to an individual verse and add your own comments below, perhaps in backtick

[tw] [TW5] Issues understanding filters

2016-06-03 Thread William RENOU
I've been studying various bits of code found around various TW5, but there are some pieces I can't understand how they work. This is one of them : <$list filter="[is[current]field:fieldName1/fieldValue|fieldValue2/]"> <$count filter="[field:fieldName/fieldValue3/fieldName2{{!!fieldValue3}}]"/>

Re: [tw] Re: Scripture tiddly wiki 5 examples

2016-06-03 Thread Marc Ferguson
I don't understand how each verse being its own tiddler can help individuals own what they read and note what they feel inspired by. The people I work with have scriptures full of highlights, notes, and little slips of paper through throughout. That's what I have too. I was hoping for a

Re: [tw] [tw5] Final tests for 5.1.12 before release

2016-06-03 Thread Jeremy Ruston
Hi Josiah > The link from > http://tiddlywiki.com/prerelease/#%22Dull%20Roar%22%20by%20Jim%20Lehmer is > broken Thanks, much appreciated. I really need to add an automated link checker to TW… Best wishes J > > Josiah > > On Saturday, 23 April 2016 14:14:24 UTC+2, Jeremy Ruston wrote: >

[tw] Re: Scripture tiddly wiki 5 examples

2016-06-03 Thread Jed Carty
I am slightly horrified at the thought of manually copying and pasting each verse. This is something that you could automate using perl or a similar coding language and it would probably take less time to learn and implement than doing all the copying manually. -- You received this message

[tw] Re: [tw5] Final tests for 5.1.12 before release

2016-06-03 Thread Josiah
Jeremy The link from http://tiddlywiki.com/prerelease/#%22Dull%20Roar%22%20by%20Jim%20Lehmer is broken Josiah On Saturday, 23 April 2016 14:14:24 UTC+2, Jeremy Ruston wrote: > > Now that the editor toolbar work is completed, I’d like to release > TiddlyWiki 5.1.12 in the next couple of days.

[tw] Re: [tw5] Final tests for 5.1.12 before release

2016-06-03 Thread PMario
On Friday, June 3, 2016 at 9:05:36 AM UTC+2, PMario wrote: > > I'm also not a fan of the search popup. Actually I don't want to have any > popups and / or modal dialogs. eg: tags. IMO TW has a better way to deal > with this. ... But that's my very opinionated point of view, which won't > work

[tw] Re: [tw5] Final tests for 5.1.12 before release

2016-06-03 Thread PMario
Hi Danielo, I'm also not a fan of the search popup. Actually I don't want to have any popups and / or modal dialogs. eg: tags. IMO TW has a better way to deal with this. ... But that's my very opinionated point of view, which won't work for everyone. So I think the default TW experience