[tw] X3DOM in TW6

2016-07-22 Thread zemoxian
I've been experimenting with X3DOM. I'm able to display 3D graphics in a Tiddler using the X3D tag. However, when a new X3D is inserted into the DOM, x3dom.reload() has to be called for it to display 3D content. I've created a widget to call it with a button click. I'm wondering if there is a

Re: [tw] Re: Need another filter

2016-07-22 Thread David Gifford
It will be in a tiddler tagged $:/tags/ViewTemplate Dave On Fri, Jul 22, 2016 at 7:15 PM, David Gifford wrote: > Hi c pa > > I probably should have included the complete list filter. I am not sure > how to integrate this with what you just sent me > > <$list

Re: [tw] Re: Need another filter

2016-07-22 Thread David Gifford
Hi c pa I probably should have included the complete list filter. I am not sure how to integrate this with what you just sent me <$list filter="article{!!title}]"> <$transclude field="text" mode="block"/> <$link field="title"><$view field="source"/> - <$view field="modified" format="date"

[tw] Re: Need another filter

2016-07-22 Thread 'c pa' via TiddlyWiki
\define List_Articles(article, template) <$list filter="[field:article[$article$]]"> $template$ \end <$macrocall $name="List_Articles" article={{!!title}} template=""" Code to be run per article such as listing the title: {{!!title}} """/> And yes. It does seem to be

[tw] Need another filter

2016-07-22 Thread David Gifford
Hi all Am trying to do a special list filter: "List all tiddlers whose article field is the current tiddler's title." I had <$list filter="[article{!!title}]"> which works for one word titles, but then when the current tiddler's title is more than one word, nothing gets displayed. Dave --

[tw] Re: [TW5] Static Website Generation

2016-07-22 Thread David Gifford
Hi James and anyone else listening in, Here is a new question. Hopefully the last - I made good progress today. Here is the question: $:/plugins/welford/staticlinks/helper/vt.tagpage creates pages for each tag, and each page displays the posts tagged with the current tag. It displays them as

[tw] tiddly 5 sccial calc

2016-07-22 Thread Thomas Schulte
Where is the social calc docs the link on the developer's site don't work -- 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.

Re: [tw] Re: What do you recommend for changing image orientation or rotating an image by 90 degrees?

2016-07-22 Thread j
Yes, that was the case, and resaving solved the problem. On Monday, July 18, 2016 at 9:28:54 AM UTC-6, Jeremy Ruston wrote: > > The issue here sounds like the problem that some cameras encode portrait > images as landscape bitmaps along with a metadata command to rotate the > image by 90

[tw] Re: Insert text depending on field value

2016-07-22 Thread 'c pa' via TiddlyWiki
Try building a tiddler something like this (correctanswer ans sentence are fields you need to add) title: "Question1" correctanswer: "five" sentence: "I have <> fingers" text=""" \define Get_Answer_Text(question) <$view tiddler="$:/state/answers/$question$" /> \end \define

[tw] Re: Xlist TW5 question

2016-07-22 Thread 'c pa' via TiddlyWiki
>> I plan to use tagging, not list fields OK then use the tagging operator filter="searchterm1 searchterm2 +[tagging[]]" or [all[current]tagging[]] or [all[searchterm]tagging[]] -- You received this message because you are subscribed to the Google Groups "TiddlyWiki" group. To unsubscribe

[tw] Re: Exporter and Open by Tag

2016-07-22 Thread Zaphod Beeblebrox
So sorry for the late reply, Jan - I had saved the email with the link to your post in my email program (Thunderbird), but it got hidden under other emails and I'm just getting to it, now... Thank You so much for your continued development on this issue :) This is looking better all the time.

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

2016-07-22 Thread Zaphod Beeblebrox
Thank You so much for the quick reply, Jeremy :) On Friday, July 22, 2016 at 6:44:49 AM UTC-4, Jeremy Ruston wrote: > > Hi Zaphod > > This is for a movie database of sorts that I'm working on. Each tiddler is > a different movie, with synopsis, screenshots, posters/dvd covers, etc. > Today I

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

2016-07-22 Thread Jeremy Ruston
Hi Zaphod > I stumbled upon tw5gray , a 2-3 -year-old TW > (5.0.5 beta) the other day 5.0.5 is very old by TiddlyWiki standards. There have been a lot of additions and modifications to the core since then. In particular, the “colours” tiddler you encountered

[tw] Insert text depending on field value

2016-07-22 Thread Ste Wilson
After using Steve Kimmel's Mathcell which, among other things, allows you to edit field values in line and in the non edit view (presentation view?) I was wondering if it was possible to use a macro or widget or some other magic to insert different text or transclusion into the tiddler