Re: [tw] Re: Need another filter

2016-07-23 Thread 'c pa' via TiddlyWiki
\define List_Articles(article) <$list filter="[field:article[$article$]]" variable="article_tiddler"> <$transclude tiddler=<> field="text" mode="block"/> <$link to=<> > <$view tiddler=<>

Re: [tw] Re: Need another filter

2016-07-23 Thread RichardWilliamSmith
Hi Dave, I tested the filter in your OP and it worked for me with titles that have multiple words. I also tested the full snippet and found there is a [ missing before article, but other than that, this also seems to work. c pa's solution is pretty cool, too. Regards, Richard On Saturday,

[tw] Re: Replacing string

2016-07-23 Thread RichardWilliamSmith
Hi Sergey, I agree that this is something to work towards. In my opinion (I'm not a developer, just a dabbler) it wouldn't be too hard to add the functionality, but it's the kind of operation that has quite a high chance of inadvertently breaking the wiki (by potentially changing lots of

Re: [tw] [TW5] Transcluding(?)/Injecting Background Image Declaration into Stylesheet

2016-07-23 Thread RichardWilliamSmith
Hi Zaphod, In my opinion, you will be better off using external images - meaning that you serve your own copy of the images you want, but alongside the tiddlywiki, not inside it. I think this is better becasue a) it's a bit rude to load other people's resources routinely (I know this isn't a

[tw] Re: [TW5] More twederation from the meetup

2016-07-23 Thread 'Mark S.' via TiddlyWiki
Seems to relate to my use of the Pale Moon browser. On Firefox it's OK. But it's definitely just in the post field. Odd. Thanks! Mark On Saturday, July 23, 2016 at 7:35:00 PM UTC-7, Mark S. wrote: > > Hi Jed, > > I've just made a "post". The main thing, and it's big for me, is that > posting

[tw] Re: [TW5] More twederation from the meetup

2016-07-23 Thread 'Mark S.' via TiddlyWiki
Hi Jed, I've just made a "post". The main thing, and it's big for me, is that posting is almost impossible. Something about the way you are displaying the posts is slowing down typing speed to a crawl. It's not just the size of the TW -- which has ballooned to nearly 7 megs -- I can type fine

[tw] Re: [TW5] More twederation from the meetup

2016-07-23 Thread Jed Carty
The new plugin version is on twederation.tiddlyspot.com, there are some posts there about how to upgrade but I expect there to be problems. If you want to start over you can replace your current wiki with a blank one from http://ooktech.com/jed/ExampleWikis/TWederation The interface is

[tw] Replacing string

2016-07-23 Thread 'Sergey Shishkin' via TiddlyWiki
All conventional editors have such an opportunity. Why it not in tiddliwiki? This feature could be with different options: - Only tags - In title of tiddlers, including all the fields and links in the text of tiddlers, where there was an old to a new - Everywhere (Is it possible to

Re: [tw] [TW5] Transcluding(?)/Injecting Background Image Declaration into Stylesheet

2016-07-23 Thread Zaphod Beeblebrox
Hiya, Jeremy :) On Saturday, July 23, 2016 at 7:57:31 AM UTC-4, Jeremy Ruston wrote: > > Hi Zaphod > > I’ll pick up the end of your comments first: > > Sorry in advance if my questions sound dense, but I've seen some amazing > things accomplished by your wonderful creation, and find it hard to

Re: [tw] tiddly 5 sccial calc

2016-07-23 Thread Thomas Schulte
Eric, You make some good points, so I’ll try to be specific on my needs. I think that social calc shows some good promise, However I can’t (easily) understand what information is available. What I hope to see is a step by step or detailed guide to using rather than programing social calc. >

Re: [tw] tiddly 5 sccial calc

2016-07-23 Thread Eric Shulman
On Saturday, July 23, 2016 at 5:30:54 AM UTC-7, Thomas Schulte wrote: > > I guess that’s why there is a specialty of document writer. One who can > bring what the programmer knows down to the user who doesn’t and can’t > explain why. > I must say the latest incarnation of Tiddlywiki5 sure has

Re: [tw] tiddly 5 sccial calc

2016-07-23 Thread Thomas Schulte
I guess that’s why there is a specialty of document writer. One who can bring what the programmer knows down to the user who doesn’t and can’t explain why. I must say the latest incarnation of Tiddlywiki5 sure has an easy to understand method of adding table of contents, where earlier editions

Re: [tw] tiddly 5 sccial calc

2016-07-23 Thread Jeremy Ruston
Hi Thomas > Not very informative to a non-programer. What were you after? Your original question wasn’t very clear to me. Best wishes Jeremy. > >> On Jul 23, 2016, at 6:56 AM, Jeremy Ruston > > wrote: >> >> Hi Thomas >> >>> Where

Re: [tw] tiddly 5 sccial calc

2016-07-23 Thread Thomas Schulte
Not very informative to a non-programer. > On Jul 23, 2016, at 6:56 AM, Jeremy Ruston wrote: > > Hi Thomas > >> Where is the social calc docs the link on the developer's site don't work > > The links to SocialCalc here are broken: > >

Re: [tw] Re: X3DOM in TW6

2016-07-23 Thread Jeremy Ruston
I found this link: http://www.x3dom.org/ One approach is to write a <$x3d> widget that calls x3dom on its child elements after it has executed/refreshed them: <$x3d width='500px' height='400px'>

Re: [tw] [TW5] Transcluding(?)/Injecting Background Image Declaration into Stylesheet

2016-07-23 Thread Jeremy Ruston
Hi Zaphod I’ll pick up the end of your comments first: > Sorry in advance if my questions sound dense, but I've seen some amazing > things accomplished by your wonderful creation, and find it hard to believe > that this simple 'feat' is this hard to overcome. First, it’s positively encouraged

Re: [tw] tiddly 5 sccial calc

2016-07-23 Thread Jeremy Ruston
Hi Thomas > Where is the social calc docs the link on the developer's site don't work The links to SocialCalc here are broken: http://rboue.tiddlyspot.com/#SocialCalc%2Fintroduction But the correct link to https://www.socialtext.net/open/socialcalc

[tw] Re: X3DOM in TW6

2016-07-23 Thread Jed Carty
This sounds neat, so you have a demo somewhere? And for many javascript libraries that you have to reload you can put the function in the code that adds something new so it happens automatically. -- You received this message because you are subscribed to the Google Groups "TiddlyWiki" group.