[tw] Re: Xlist TW5 question

2016-07-21 Thread 'c pa' via TiddlyWiki
Yes. The "listed" filter operator the format is something like the following: filter="[[searchterm]listed[filedname]]" -- 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

[tw] Re: Xlist TW5 question

2016-07-21 Thread David Gifford
Hi c pa, Forgot to mention that I plan to use tagging, not list fields. Dave On Thursday, July 21, 2016 at 1:57:40 PM UTC-5, c pa wrote: > > Yes. The "listed" filter operator > > the format is something like the following: > > filter="[[searchterm]listed[filedname]]" > -- You received this

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

2016-07-21 Thread Zaphod Beeblebrox
Forgive me in advance if I seem to be rambling, I have several questions today, but I think they are all tied together. I stumbled upon tw5gray , a 2-3 -year-old TW (5.0.5 beta) the other day and was intrigued by the author's method of setting colors, etc

[tw] Simple avaliation form

2016-07-21 Thread Carlos Caimi
simple avaliation form Hello! I'm try to make a simple avaliation form using a macro to create radios for awnser and <$reveal> to show the correct awnser for the student. But dont work. My code: \define q(quest: "q1" awnser: "b") """ <$radio field="$:/state/q/$quest$" value="a">A <$radio

[tw] Re: My TiddlyWiki Math Project

2016-07-21 Thread 'Stephen Kimmel' via TiddlyWiki
That was beyond the scope of what I was doing with Mathcell when I wrote it. It's an interesting idea and I'll give it some thought. At this point, the extent Mathcell handles text operations is to add them together or simply reference them. On Wednesday, July 20, 2016 at 4:16:04 AM UTC-5,

[tw] nwjs helper downloading

2016-07-21 Thread JL
Hi, I use Tiddlywiki Desktop on osx. I just noticed a process *nwjs helper* has downloaded about 800mb. Is this process connected to Tiddlywiki Desktop, and if so what’s it doing downloading so much? Thx, J ​ -- You received this message because you are subscribed to the Google Groups

[tw] Re: [TW5] Variables in List Filter

2016-07-21 Thread Bastian
Dang! That's it! Thank You Mark S.! Now I know why the variable didn't work! Problem solved. Thanks also for the hint with the right Syntax in filters. That helped! Regards, Bastian Am Mittwoch, 20. Juli 2016 16:24:36 UTC+2 schrieb Bastian: > > Hi, > > I'd like to get a list of all Tiddlers,

[tw] Simple avaliation form

2016-07-21 Thread Carlos Caimi
Hello! I'm try to make a simple avaliation form using a macro to create radios for awnser and <$reveal> to show the correct awnser for the student. But dont work. My code: \define q(quest: "q1" awnser: "b") """ <$radio field="$:/state/q/$quest$" value="a">A <$radio field="$:/state/q/$quest$"

Re: [tw] Re: Documentation in Russian

2016-07-21 Thread 'Sergey Shishkin' via TiddlyWiki
Это понятно. И я уже начал так делать. Но он говорит о двух возможностях. И я зарегился на Github и хотел бы загружать сам модифицированные версии куда-то, не отвлекая кого-то. Что я не понимаю. Если там будет лежать, это можно видеть в браузере. Или Github просто хранилище файлов для загрузки и

Re: [tw] nwjs helper downloading

2016-07-21 Thread Jeremy Ruston
Hi J On Thu, Jul 21, 2016 at 7:06 AM, JL wrote: > Hi, I use Tiddlywiki Desktop on osx. I just noticed a process *nwjs > helper* has downloaded about 800mb. Is this process connected to > Tiddlywiki Desktop, and if so what’s it doing downloading so much? > Yes, the process

Re: [tw] nwjs helper downloading

2016-07-21 Thread JL
Hey Jeremy, thanks for the quick response -- and thanks for the tip about grouping processes hierarchically. I didn't know about that -- and now I see that the instance of nwjs helper that was doing all the downloading was a child of another process, not TW Desktop at all. Thx again, J On

[tw] Re: Simple avaliation form

2016-07-21 Thread Eric Shulman
On Thursday, July 21, 2016 at 6:58:39 AM UTC-7, Carlos Caimi wrote: > > I'm try to make a simple avaliation ("evaluation" ???) form using a macro > to create radios for awnser ("ANSWER") and <$reveal> to show the correct > awnser for the student. But dont work. > In your code, you write:

[tw] Re: Simple avaliation form

2016-07-21 Thread Carlos Caimi
\o/ tks Eric, for correcting my code ...and my english :) now, it works perfectly. Em quinta-feira, 21 de julho de 2016 13:48:03 UTC-3, Eric Shulman escreveu: > > On Thursday, July 21, 2016 at 6:58:39 AM UTC-7, Carlos Caimi wrote: >> >> I'm try to make a simple avaliation ("evaluation" ???)