[tw] Re: Listing coauthors (or using fields efficiently)

2009-06-10 Thread Frank11

Hi F,
Here's my example. I've created a few papers. To test a solution,
you'll want to edit New Researcher and then use it (via the
MainMenu) to create files for existing authors (i.e., those listed on
papers, which can be found by going to tiddler paper).
http://dl.getdropbox.com/u/58760/auctions.html
Note that I am not reporting a bug; only my coding incompetence.
Thanks,
Frank


On Jun 10, 5:31 am, FND f...@gmx.net wrote:
  I need to change the part of the table following write, I think

 Could you upload a sample document for us to tinker with:
      http://www.tiddlywiki.org/wiki/Troubleshooting
 That would make it much easier for us to come up with a solution.

 -- F.
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
TiddlyWiki group.
To post to this group, send email to TiddlyWiki@googlegroups.com
To unsubscribe from this group, send email to 
tiddlywiki+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/TiddlyWiki?hl=en
-~--~~~~--~~--~--~---



[tw] Listing coauthors (or using fields efficiently)

2009-06-09 Thread Frank11

I'm making a TW of my notes on a group of related academic papers. I
want papers and authors as readable tiddlers; and I've made authors
and specialty fields for papers and authors, respectively. Here's
the table I put in the author template:

||! view title|
| ''Specialty''  | view specialty wikified |
| ''Coauthors'' | forEachTiddler  where ' store.getValue
(tiddler,authors)  store.getValue
(tiddler,authors).readBracketedList().contains
(context.inTiddler.title) ' write 'store.getValue(tiddler,authors)'
 |

The third row is meant to list coauthors, but in its current form it
clearly re-lists the current author. The typical authors field will be
filled with:

[[Gal 1]] [[Guy 2]]

I need to change the part of the table following write, I think. I
don't know Javascript, but this must be easy for those who do. For
details on the arguments of write, see 
http://tiddlywiki.abego-software.de/#WriteAction
. Thanks in advance.

Also, if you know of an easier way to deal with fields in TW than the
approach above, I'd like to hear of it. I don't have time to learn
HTML or JS, however.
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
TiddlyWiki group.
To post to this group, send email to TiddlyWiki@googlegroups.com
To unsubscribe from this group, send email to 
tiddlywiki+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/TiddlyWiki?hl=en
-~--~~~~--~~--~--~---



[tw] Plugin:jsmath configuration

2009-01-13 Thread Frank11

Hi,
jsmath has a configuration file, described here
http://www.math.union.edu/~dpvc/jsMath/authors/easy-config.html . I
tried to use it, for example to stop popups when I double-click to
edit a tiddler (by setting AllowDoubleClicks to 0). Unfortunately,
this doesn't seem to work. Does Bob or anyone else know if there's a
way around this, or know what I might be doing wrong?

--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
TiddlyWiki group.
To post to this group, send email to TiddlyWiki@googlegroups.com
To unsubscribe from this group, send email to 
tiddlywiki+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/TiddlyWiki?hl=en
-~--~~~~--~~--~--~---