[tw] Re: Listfilder for backlinks for two titles?

2016-07-02 Thread 'Mark S.' via TiddlyWiki
How many tiddlers are we talking about here? Have you tried Jed's code to see how long it takes? There must be an internal JS function that turns filters into arrays of titles. With that bit of knowledge, it should be possible to make a javascript macro that takes two filters and returns the in

[tw] Re: Exporting a list of tiddlers

2016-07-02 Thread 'Mark S.' via TiddlyWiki
You can use a field like "exportme" with the value "yes" to select ones you want to export. Then use a configuration tiddler like: $:/config/EditTemplateFields/Visibility/exportme with value "hide" to hide the field from the average user. You can write a <$list> with buttons that will let you

[tw] Re: Listfilder for backlinks for two titles?

2016-07-02 Thread David Gifford
Yeah I think I would need something a little more efficient, then. Dave On Saturday, July 2, 2016 at 3:46:11 PM UTC-5, Jed Carty wrote: > > I have no idea how many is too many. It may not be a problem but the > inside second is going to be evaluated once for everything returned by the > first.

[tw] Re: Exporting a list of tiddlers

2016-07-02 Thread Zaphod Beeblebrox
Thank You for taking the time to investigate further :) Your aforementioned solution will be more than satisfactory for my needs until such time as Jeremy or one of the other "Guru's" comes along and makes a ridiculously simple fix for the problem. I took a cursory look at the javascript you li

[tw] Re: Exporting a list of tiddlers

2016-07-02 Thread PMario
On Friday, July 1, 2016 at 12:59:29 AM UTC+2, Zaphod Beeblebrox wrote: > > Thank You so much, Mario - That solution does indeed do the trick :) > > It is a bit cumbersome, but I don't mind - I can simply copy & paste the > titles into a text file (or dummy tiddler) as I create each tiddler, then

[tw] Re: tiddlywiki - 2001

2016-07-02 Thread PMario
What's the problem with my link? When I click it it works just fine for me. ... But you need to scroll down a little bit. https: //github.com/stars?direction=desc&language=javascript&page=2&sort=stars Try to copy paste this one. -- You received this message because you are subscribed to the

Re: [tw] Re: Announcing TiddlyChrome version 0.5

2016-07-02 Thread 'Birthe C' via TiddlyWiki
Hi Richard, Bookmarks -Show bookmarks bar. You will find apps in the left side. I do not think it works with BJ's TiddlyClip for Chrome. I am not able to right click and select dock here or select what type of clip I want. Birthe On Saturday, July 2, 2016 at 1:45:59 AM UTC+2, RichardWilliamSm

[tw] Re: Listfilder for backlinks for two titles?

2016-07-02 Thread Jed Carty
I have no idea how many is too many. It may not be a problem but the inside second is going to be evaluated once for everything returned by the first. If the first returns 100 results than adding the inner loop could mean that it takes 100 times the time to evaluate. Filters are done pretty well

Re: [tw] Re: Announcing TiddlyChrome version 0.5

2016-07-02 Thread Arlen Beiler
I'm not familiar with TiddlyClip, so I don't know. On Jul 1, 2016 7:46 PM, "RichardWilliamSmith" wrote: > Thankyou Arlen, > > Found it there and I see how it works now - is there supposed to be a > button somewhere that opens the app page? > > Do you know if this works with BJ's TiddlyClip for Ch

Re: [tw] Re: Listfilder for backlinks for two titles?

2016-07-02 Thread David Gifford
how many tiddlers is too many? On Sat, Jul 2, 2016 at 1:01 PM, Jed Carty wrote: > It is horribly inefficient but this may work if you don't have too many > tiddlers: > > <$list filter='[[Spain]backlinks[]]' variable=LinksSpain> > <$list filter='[[Modern]backlinks[]field:title]'> > <$transclude m

[tw] Re: Listfilder for backlinks for two titles?

2016-07-02 Thread Jed Carty
It is horribly inefficient but this may work if you don't have too many tiddlers: <$list filter='[[Spain]backlinks[]]' variable=LinksSpain> <$list filter='[[Modern]backlinks[]field:title]'> <$transclude mode="block"/> -- You received this message because you are subscribed to the Google Group

[tw] Re: Library tracker plugin - help extending with an API?

2016-07-02 Thread Jed Carty
It took me a minute to realize that you are probably talking about my plugin (the one listed here ). It is helpful to put a link to what you are talking about in posts like this, I often forget about things

[tw] Re: tiddlywiki - 2001

2016-07-02 Thread RichardWilliamSmith
Yes, Mat - it's the list of all the people who've starred Tiddlywiki. They should appear listed under two tabs - 'all' and 'you know' and the 'all' tab is currently showing a total of 2004 stars. This (https://github.com/search?o=desc&p=1&q=language%3AJavaScript&ref=searchresults&s=stars&type=Re

[tw] Listfilder for backlinks for two titles?

2016-07-02 Thread David Gifford
Hi all Is there a way to do a list filter that returns only the tiddlers that have both a link to one tiddler AND a link to another tiddler? I tried <$list filter="[backlinks[Spain]backlinks[Modern]] +[sort[title]]"><$transclude mode="block"/> and <$list filter="[backlinks[Spain]] +[backlink

[tw] Library tracker plugin - help extending with an API?

2016-07-02 Thread László Zsigmond
Hello, For more than a month I was out looking for a way to make a book collection. I started with a spreadsheet, went on to develop a book collection in evolutility that I have just discovered because of it uses local storage, minimalist setup neces

[tw] Re: tiddlywiki - 2001

2016-07-02 Thread Mat
Richard, thanks but that seems to be some list of people who star things (presumably TW?) rather than what I'm expecting - i.e some listing showing all javascript projects sorted by number of stars. ...but, let's celebrate anyway *YEEE-YIPPEDY-HW* <:-) -- You received this message because