[tw] Re: slice fET without using tags

2010-01-03 Thread cmari
' (or you could even look more specifically for (|todo) ?) cmari On Jan 3, 7:10 pm, Måns humam...@gmail.com wrote: Hi Dave Eric Shulman (TiddlyTools) wrote this in a thread:http://groups.google.dk/group/tiddlywiki/browse_thread/thread/639bdc9... ... Then, you can use that tag value to 'filter

[tw] Re: A list of tiddlers based on custom fields

2010-01-03 Thread cmari
how my (not at all elegant) scripts would work with your tiddlers: http://cmariexamples.tiddlyspot.com/ cmari On Jan 3, 6:25 am, PMario pmari...@gmail.com wrote: Hi Måns, On Jan 2, 11:48 pm, Måns humam...@gmail.com wrote:  Does list filter [field[Alpha Centauri]] work? Yes it does

[tw] Re: Remote context.inTiddler.title variable in GridPlugin

2009-12-24 Thread cmari
Just to clarify: some fET results display perfectly well when using GridPlugin, just not an fET that uses context.viewerTiddler.title. Again, maybe if you could specify a bit more about exactly what you want to accomplish, others might be able to propose a different approach. cmari On Dec 24, 3

[tw] Re: Remote context.inTiddler.title variable in GridPlugin

2009-12-22 Thread cmari
Can you give a few more details, like what is in your grid macro? cmari On Dec 22, 2:12 am, julien23 ju.bouc...@gmail.com wrote: hey I am trying to generate a table from tiddler's section using context.inTiddler.title variable in fET But GridPlugin display a local context.inTiddler.title

[tw] Re: Remote context.inTiddler.title variable in GridPlugin

2009-12-22 Thread cmari
possible that your TypeError is only because of spelling (try using viewerTiddler, not viewTiddler). cmari On Dec 22, 7:41 am, cmari cema...@gmail.com wrote: Can you give a few more details, like what is in your grid macro? cmari On Dec 22, 2:12 am, julien23 ju.bouc...@gmail.com wrote: hey

[tw] Re: Are there known bugs in TW2.4.1 affecting transclusions?

2009-12-18 Thread cmari
If you haven't already done so, you might try installing Eric's CoreTweaks that were fixed after version 2.4.1 and see if that helps: http://www.tiddlytools.com/#CoreTweaks. cmari On Dec 18, 10:57 am, Mark S. throa...@yahoo.com wrote: Since a single misplaced semi-colon or carriage return might

[tw] Re: questions about the include plugin

2009-12-17 Thread cmari
can see immediately when a tiddler comes from the included file; and 2. editIncludedTiddler in [[ToolbarCommands]], so that you can goto the included tiddler (in it's own file). cmari On Dec 17, 8:04 am, StephanF allequ...@gmail.com wrote: I just installed this include pluginhttp

[tw] Re: Javascript error when using IntelliTaggerPlugin

2009-12-13 Thread cmari
start with disabling that one. cmari On Dec 13, 8:05 am, Mark S. throa...@yahoo.com wrote: Don't forget that you can enable and disable your plugins through the backstage control panel. Might be faster than re-loading each plugin. HTH Mark On Dec 13, 5:23 am, StephanF allequ...@gmail.com

[tw] Re: Javascript error when using IntelliTaggerPlugin

2009-12-13 Thread cmari
Thanks Mark, this is brilliant (in both the US and UK meanings of the word)! It also takes care of the incompatibility with ListboxPlugin. cmari On Dec 13, 6:43 pm, Mark S. throa...@yahoo.com wrote: After reviewing the code, I'm still not sure which plugin is responsible. Both plugins hijack

[tw] Re: GridPlugin : context.inTiddler.title in tag filtering ? (MatchTagsPlugin installed)

2009-12-11 Thread cmari
One possibility would be to create a tiddler [[MyGridFilter]], with the text: grid filter:$1 AND NOT attachment columns:[[!Description]] inline wikify Then in another tiddler you can use: tiddler [[MyGridFilter]] with:{{tiddler.title}} cmari On Dec 8, 4:10 am, julien23 ju.bouc

[tw] Re: installing new version of TiddlyWiki

2009-12-08 Thread cmari
cmari On Dec 8, 8:01 am, Mike eris...@gmail.com wrote: The built in upgrade and import functions (backstage) have not worked for me since 2.2.4 on FF3 thru FF3.5 I had some limited success in IE 6.0, but nothing consistent or reliable. Did you try using ImportTiddlersPlugin ? This is also

[tw] Re: installing new version of TiddlyWiki

2009-11-29 Thread cmari
Or, see the instructions here: http://www.tiddlywiki.com/#HowToUpgrade cmari On Nov 29, 1:06 pm, Mike eris...@gmail.com wrote: This may be the long way. . . . but I normally get an updated empty.html install (in the empty.html)http://www.tiddlytools.com/#ImportTiddlersPlugin Then Backstage

[tw] Re: Referencing the tiddler.title within the same tiddler

2009-11-28 Thread cmari
Hi Alan, You could try context.inTiddler.title (see http://tiddlywiki.abego-software.de/#whereClause): forEachTiddler where 'tiddler.title.contains(context.inTiddler.title) ! tiddler.tags.contains (status)' sortBy 'tiddler.title' cmari On Nov 28, 9:06 am, AlanBCohen alanbco...@gmail.com

[tw] Re: Aggregate tables from sections/fields in multiple tiddlers

2009-11-28 Thread cmari
Have you looked already at GridPlugin (http://www.tiddlytools.com/) and ForEachTiddler (http://tiddlywiki.abego-software.de/ #ForEachTiddlerPlugin)? cmari On Nov 25, 5:41 am, Amzg matiasg...@gmail.com wrote: I wish to aggregate information from individual tiddlers, automatically generating

[tw] Re: forEachTiddler 'where' using FormTiddler field

2009-11-19 Thread cmari
(facts)(tiddler.data(facts)==Y||tiddler.data (facts)==N)' cmari On Nov 19, 6:10 am, Måns humam...@gmail.com wrote: Yet another one - this one evaluating a fieldvalue forEachTiddler where 'tiddler.tags.contains(X) tiddler.fields [y] tiddler.fields[z] tiddler.fields[z].contains(q)' sortBy

[tw] Re: TiddlyWikis freezing Firefox

2009-10-14 Thread cmari
You could try starting Firefox in Safe Mode first - that worked for me and made me suspect that the problem was one of my Add-ons (I've been slowly adding them back in, but I haven't yet pinpointed the one that caused the trouble). cmari On Oct 14, 10:42 am, dickon dickon.beving

[tw] Re: Links in custom fields

2009-10-10 Thread cmari
://groups.google.com/group/tiddlywiki/browse_thread/thread/b40ca54b0741715d/f5a01f7b33589c10?#f5a01f7b33589c10 cmari On Oct 10, 12:06 pm, Jakob Graulund Jørgensen jakobgraul...@gmail.com wrote: Hi Is there a way to format (some of the text) ive put in my custom fields and/or create links to other

[tw] Re: Google Chrome?

2009-10-09 Thread cmari
or AttachFilePlugin from tiddlytools.com to work in Chrome. cmari Well one thing I can't get to work on Chrome is importing tiddlers. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups TiddlyWiki group. To post to this group, send

[tw] Possibility of a sort option in GridSlicePlugin?

2009-10-04 Thread cmari
, or of sorting by slices). Or is that asking for the moon? thanks! cmari --~--~-~--~~~---~--~~ 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

[tw] Re: Possibility of a sort option in GridSlicePlugin?

2009-10-04 Thread cmari
I meant GridPlugin, of course. Sorry. On Oct 4, 9:18 am, cmari cema...@gmail.com wrote: Sorry if this is already possible and I've missed it.  The GridSlicePlugin, particularly with the edit option, is really useful!  So now I wonder if it's possible to sort the grid in different ways

[tw] Questions for Eric about ToggleSliders script

2009-10-03 Thread cmari
. Are there cases where one would be able to use it without ##show? Thanks! cmari --~--~-~--~~~---~--~~ 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

[tw] Re: Questions for Eric about ToggleSliders script

2009-10-03 Thread cmari
, or even just to explain how to reproduce a certain result. Exporting a set of tiddlers seems like the best way to do things - but that still requires identifying all the plugins, scripts, CSS, etc. that are being called upon when any given tiddler is viewed. cmari On Oct 3, 10:47 am, Eric Shulman

[tw] Re: How to get rid of (updated 2 minutes ago by NameHere)

2009-10-01 Thread cmari
: (updated span macro='view modified date {{config.mptwDateFormat? config.mptwDateFormat:MM/0DD/YY}}'/span by span macro='view modifier link'/span) (Sometimes it's easiest to find things like this by using View Page Source in your browser and searching for a word like updated) cmari On Oct 1, 6

[tw] Re: Blog plugins - can't find one that works

2009-09-22 Thread cmari
Thank you Eric, that does it (of course) and I appreciate the explanation! cmari On Sep 20, 2:58 pm, Eric Shulman elsdes...@gmail.com wrote: If I give a tiddler a single word title (and the tag journal), the tiddler will be listed by this script, but the tiddler title is not a link.  Why

[tw] Re: Blog plugins - can't find one that works

2009-09-20 Thread cmari
understand something about the script exactly as it's written: If I give a tiddler a single word title (and the tag journal), the tiddler will be listed by this script, but the tiddler title is not a link. Why is that? thanks! cmari On Sep 17, 5:33 pm, Eric Shulman elsdes...@gmail.com wrote: I have tried

[tw] Re: Blog plugins - can't find one that works

2009-09-20 Thread cmari
(); var tids=store.getTiddlers('modified','excludeLists').reverse(); for (var i=0; itids.length now-tids[i].modified.getTime() 8640; i++) { // if (tids[i].isTagged('journal')) titles.push(String.encodeTiddlyLink(tids[i].title)); } return titles.join('\n'); /script cmari On Sep

[tw] Re: Identifying tiddlers in which custom field values have been changed

2009-09-18 Thread cmari
not affect the changecount. cmari On Sep 18, 1:06 pm, wolfgang wolfgangl...@gmail.com wrote: Hi Cmari, Tiddlers don't show up as modified if  one makes a change to the value of a custom field (and no other changes). Is there any way to find tiddlers in which field values have recently been

[tw] Re: Problems with EditFieldPlugin

2009-09-17 Thread cmari
I have been having similar trouble. I tried the plugin in an empty TW (version 2.5.3) and still couldn't get it to work. cmari On Sep 10, 4:29 pm, Måns humam...@gmail.com wrote: Hi TwWizards After I updatedEditFieldPluginhttp://www.tiddlytools.com/#EditFieldPlugin My editfields have stopped

[tw] Re: Problems with EditFieldPlugin

2009-09-17 Thread cmari
Sorry, I realized that I could have been more specific about what I tried: I tested the examples in the plugin itself. None of the things I typed in were saved (the save changes to... message did not pop up when I clicked away from any of the boxes). cmari On Sep 17, 8:36 am, cmari cema

[tw] Using CheckboxToggleTag to affect tags of another tiddler?

2009-09-16 Thread cmari
as specifying a second tag, since it adds the tag undefined to Tiddler 2. Or am I missing something? cmari --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups TiddlyWiki group. To post to this group, send email to tiddlywiki

[tw] Re: Chrome won't remember settings

2009-09-15 Thread cmari
I use Chrome and I remember having some trouble with this initially. In case it helps, here's the way my CookieJar gets around the fact that Chrome forgets the username cookie: if (config.options.txtUserName==cmari|| config.options.txtUserName==YourName) { config.options.chkAnimate=false

[tw] Re: I need something like ToggleTag, but a little bit more

2009-08-27 Thread cmari
[[]] [[]] [[]] [[]] [[{var t=story.findContainingTiddler(place).getAttribute('tiddler'); store.setTiddlerTag(t,0,'completed'); store.setTiddlerTag(t, 1,'archived');}]]/span/span cmari --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google

[tw] Re: Announcing Tiddlywiki 2.5.3

2009-08-21 Thread cmari
upgrades I found I had to turn CoolPreviews off and disable ResizeableTextarea in order to get my MonkeyGTD file to work. cmari On Aug 21, 4:27 am, wolfgang wolfgangl...@gmail.com wrote: Hi folliet: and cannot load either that or this without errors. is there a link that will help or someone who

[tw] Re: Adding New Fields

2009-08-15 Thread cmari
Eric provided some really helpful scripts for bulk operations on fields in this thread: http://groups.google.com/group/TiddlyWiki/browse_thread/thread/b40ca54b0741715d/a5ce18bca2ec788c?show_docid=a5ce18bca2ec788c (or http://tinyurl.com/oabqaz) cmari On Aug 15, 4:26 pm, wolfgang wolfgangl

[tw] Re: 'undefined' displayed instead of tag in ForEachTiddler macro

2009-08-06 Thread cmari
Can you copy in the exact macro you're using? Or maybe this is a case where a link to an illustration of what you're doing would be helpful. cmari On Aug 6, 12:45 pm, AlanBCohen alanbco...@gmail.com wrote: I tried your suggestion but the result was an error message about an extra parameter

Created/modified field information is switched/removed when importing to monkeygtd

2009-08-05 Thread cmari
as the created date and time for each imported tiddler is actually the modified date and time of the original tiddler. This seems like a bug? cmari --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups GTD TiddlyWiki group

[tw] Re: Javascript Alert

2009-08-04 Thread cmari
SiteTitle contain any non-alphabet characters? cmari On Aug 4, 12:20 pm, aliases mchl.mor...@gmail.com wrote: Newbie to TiddlyWiki here. When trying to Modify the SiteTitle, after editing I receive a Javascript Alert Box in my Chrome Browser that says: Failed to save main TiddlyWiki file. Your

[tw] Re: How to access custom field passed through NewTiddler macro?

2009-08-04 Thread cmari
The syntax for adding both a fieldname and fieldvalue inside the newTiddler macro uses both single and double quotes: fields:'testfield:hello world' Accordingly, for your macro: newTiddler label:try custom field template:myTemplate fields:'k:v' cmari i have this macro call: newTiddler

[tw] Re: 'undefined' displayed instead of tag in ForEachTiddler macro

2009-08-04 Thread cmari
Try tiddler.tags instead of tiddler.tag (in both the sortBy and the write) cmari On Aug 4, 7:59 pm, AlanBCohen alanbco...@gmail.com wrote: Here is a ForEachTiddler macro I'm trying to include in an application and it is returning 'undefined' instead of what I expect.  It could be a typo

[tw] Re: FormTiddler and NewHere

2009-07-28 Thread cmari
tiddler with the other tiddler's title: span macro=newSavedTiddler label:'Create a new tiddler containing my form' text:{{'\formTiddler [[RealText]]\'}} tag:{{'optionaltag1 optionaltag2 [['+tiddler.title+']]'}}/span cmari On Jul 27, 6:32 pm, skye riquelme riquelme.s...@gmail.com wrote: Hi All trying

[tw] Re: FormTiddler and NewHere

2009-07-28 Thread cmari
Apologies - I forgot to include the link for the newSavedTiddlerPlugin: http://monkeygtd.tiddlyspot.com/demo3.html#NewSavedTiddlerPlugin cmari On Jul 28, 9:23 am, cmari cema...@gmail.com wrote: Try: span macro=newHere label:'filho' text:{{'\formTiddler [[RealText]] \'}}/span Alternatively

[tw] Re: Using “new here” with standard version of TiddlyWiki.

2009-07-27 Thread cmari
[[ToolbarCommands::ViewToolbar]]'/div and add this immediately after the /div: div class='toolbar' macro=newHere label:'new here'/div (there are other more customizeable ways to do this, but this seems to me the simplest method) cmari On Jul 27, 12:04 pm, Eric Shulman elsdes...@gmail.com wrote: I can’t get

[tw] Re: 'Transcluded in' function, like 'references' - is there a

2009-07-14 Thread cmari
, as in: tiddler myTiddler with: myOption cmari On Jul 14, 2:05 am, Alex Hough r.a.ho...@googlemail.com wrote: Thanks Mark and Eric. I'll have a play with both of these. ALex 2009/7/14 Eric Shulman elsdes...@gmail.com: 'Referneces' in the toolbar shows what links to a tiddler. I wondered

[tw] Re: today date format question

2009-07-14 Thread cmari
In the examples that are included in DatePluginInfo (at tiddlytools.com), there are quotation marks around the date format. That worked for me: today ddd, mmm DD, cmari On Jul 14, 6:38 pm, Dave Parker cedar...@telus.net wrote: Hi, If I use this: today ddd,mmm.DD., I get this: Tue

[tw] Re: today date format question

2009-07-14 Thread cmari
Sorry, that was a bit of a red herring! When I'm looking for ways to do things I always begin by searching my own TW. When I searched for today, the DatePluginInfo tiddler was what came up and it contained useful tips. cmari cedardoc wrote: Thanks Cmari, that worked I didn't know

[tw] Re: trying to use ListBoxPlugin like formTiddler... on wrong track?

2009-07-08 Thread cmari
(in transclusion), the ShowWhen won't be triggered. cmari On Jul 7, 3:31 pm, eskimo07 esk...@kabsi.at wrote: Hi Dave  I tried tiddler ProblemTemplate and it just showed blank fields, and I tried a ShowWhen thing in the viewTemplate and that also just showed empty fields. maybe you have the same

[tw] Re: trying to use ListBoxPlugin like formTiddler... on wrong track?

2009-07-08 Thread cmari
the select macro that is defined by TiddlyTools' ListboxPlugin, so that it can also set/use values stored as custom fields in other tiddlers. ) cmari --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups TiddlyWiki group. To post

[tw] Re: Getting Form data and Checkbox to play together

2009-07-03 Thread cmari
|\n;} result +=|[X(+tiddler.title+:Completed)]|+tiddler.data (aiTitle)+|[[+tiddler.title+]]|\n; return result; }' write 'writeActionItems(tiddler,index)' cmari --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups

[tw] Re: FootnotesPlugin breaks UploadPlugin

2009-06-19 Thread cmari
, but the footnotes themselves are invisible. cmari On Jun 19, 6:32 am, eitrigg eitr...@gmail.com wrote: http://tw.lewcid.org/#FootnotesPlugin Did some debugging after installing a number of plugins. Through process of elimination, found that FootnotesPlugin breaks UploadPlugin - at least for my

[tw] Re: ListboxPlugin and a tiddler-based list of links?

2009-06-15 Thread cmari
Thank you! Especially of course for figuring out a way to accommodate both the multi-select and the droplist devotees simultaneously. But also for the explanation of what needed to be changed in the code - I appreciate getting to see the process as well as the product. cmari On Jun 15, 1:25 pm

[tw] Re: How do I set tag in newTiddlerWithForm macro from FormTiddlerPlugin

2009-06-13 Thread cmari
a new form' text:{{'formTiddler [[MyFormTemplate]]'+''}} tag:{{'KOFF [['+tiddler.title+']]'}} cmari --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups TiddlyWiki group. To post to this group, send

Re: Another call for 'Realm' improvements.

2009-06-09 Thread cmari
: Action [[Waiting For]] myStuff cmari On Jun 9, 10:54 am, Damian m...@daminator.com wrote: Someone else mentioned that to me a while ago, but I couldn't find any information at all about how to use it. Nor could I find out if it was any more sophisticated than simply replacing the tags of all

[tw] Re: how do you transclude a custom field?

2009-06-05 Thread cmari
using fET (though this is obviously not transclusion anymore): 1 write 'wikify \%0\ [[myfieldname@+tiddler.title+]]\\' 2 write 'store.getValue(tiddler,myfieldname)' 3 write '(tiddler.fields[myfieldname])' cmari On Jun 5, 6:28 pm, Dave Parker cedar...@telus.net wrote: Can I assume that you can write

[tw] Re: popup of tiddler with formTiddler missing contents

2009-05-23 Thread cmari
and reopened in order to display the change. Am I correct that the wrapper is also the reason why, even with this tweak installed, my form data that is inside part/part still doesn't display? cmari On May 22, 11:57 pm, Dave Parker cedar...@telus.net wrote: I think you're on to something... the fix

Re: Now that it's essential, it's verging on unusable. Suggestions?

2009-05-19 Thread cmari
Hi Jonathan, You don't mention which browser you're using so I don't know if you've already tried Prism (http://prism.mozilla.com/)? In exchange for the loss of a few browser features, Prism gives me an enormous improvement in speed. cmari On Tue, May 19, 2009 at 3:20 PM, Jonathan El-Bizri srnd

[tw] Re: Startup tiddlers and homemacro

2009-05-09 Thread cmari
There should be a triple end-parentheses after Default Tiddlers: ('DefaultTiddlers')) ) It also won't work if there are hard returns, but that may just be the formatting provided by Google. cmari On May 9, 8:10 am, Måns humam...@gmail.com wrote: Hmm - I can't make it work.. I've written

[tw] Re: edit [[text@+tiddler.title+]] 3+ isn't pointing to the right place - What does?

2009-04-22 Thread cmari
I'm all in favor of easier ways to edit fields on the fly! In the short term, what about using select instead of edit inside the fET: + [[select [[text@+tiddler.title+]] rows:n allowBlank allowOther allowEdit$))]] + (obviously you could fiddle with the allow parts to suit your needs) cmari

[tw] Re: edit [[text@+tiddler.title+]] 3+ isn't pointing to the right place - What does?

2009-04-22 Thread cmari
the editTiddler macro in a fET to give yourself an edit button for another tiddler, by using: +[[editTiddler [[+tiddler.title+]]$))]]+ But now I'm not sure I really understand what you're aiming for. cmari On Apr 22, 8:41 am, Måns humam...@gmail.com wrote: I've tried this: select [[text

[tw] Re: Toggle fieldvalue true/false remotedly... (eg from another tiddler)

2009-04-21 Thread cmari
of the onAfterClick handler in CheckboxPlugin (http://www.tiddlytools.com/ #CheckboxPlugin) - though beware, that's a slippery slope! Eric helped me to get started with that in this thread: http://groups.google.com/group/TiddlyWiki/browse_thread/thread/90506ddc6f644bf8/1f364a9207f4acf6? cmari On Apr 21, 5

[tw] Re: Questions to Tiddler Sectioning and Cross-Referencing

2009-04-14 Thread cmari
/partpart B !Section B part And in tiddler y: tiddler [[x/A]] would show you all subsections of A cmari On Apr 14, 5:10 am, Michael.Tarnowski emt...@gmx.de wrote: No one an idea?? -- Eric?? Michael On Apr 7, 6:49 pm, Michael.Tarnowski emt...@gmx.de wrote: Hi community, tiddler sectioning

[tw] Re: MatchTagsPlugin and dollar signs

2009-04-12 Thread cmari
It's things like this that seem like magic when you produce them, Eric. Thank you, that works perfectly! cmari On Apr 11, 10:51 pm, Eric Shulman elsdes...@gmail.com wrote: just noticed that my script isn't catching level2 tiddlers if a level1 title contains a dollar sign.  Is there something

[tw] MatchTagsPlugin and dollar signs

2009-04-11 Thread cmari
+); for (var m=0; mlevel2.length; m++) { out+=\n+indent+• [[+level2[m].title+]] \n;} } out+=\n; } return out; /script thanks for any help! cmari

[tw] Re: How to get the tiddler title rendered inside another macro??

2009-04-10 Thread cmari
[[+tiddler.title+]] . sliders$))' I thought that worked, but maybe my test case wasn't big enough. cmari On Apr 10, 3:24 pm, Måns humam...@gmail.com wrote: Hi Morris You are absolutely right. If You render the sliderframe span macro='tiddler FagSliderFrame'/ span in the text area - then you

[tw] Re: How do I rename all tiddlers custom field: v #230;relse to værelse??

2009-04-06 Thread cmari
Sometimes for fields I find that it's easier just to open the file in a good text editor and use search/replace. cmari On Apr 6, 7:37 pm, Måns humam...@gmail.com wrote: I'ts 144 tiddlers with a certain tag... On 7 Apr., 02:33, Måns humam...@gmail.com wrote: Hi Accidently (Maybe through

[tw] Re: Is there a way to display custom fields without specifying fieldname?

2009-04-04 Thread cmari
It should work if you use tiddler.title, for example: (store.filterTiddlers([tag[(+tiddler.title+ AND NOT Reference)]]), cmari On Mar 31, 3:13 am, Måns humam...@gmail.com wrote: I tried to use context.viewerTiddler.title and {{tiddler.title}} as tagdefinitions - but none of them worked. Any

[tw] Is there a way to display custom fields without specifying fieldname?

2009-03-30 Thread cmari
Is there a generic way to show all the custom fields that I've added, even if I forgot what I called them for a list of tiddlers (e.g., tiddlers tagged with myTag)? Ideally, of course, it would be nice to see both the fieldname and fieldvalue. thanks! cmari

[tw] Re: Checkbox in TiddlerDataPlugin and ForEachTiddler

2009-03-26 Thread cmari
. cmari On Mar 26, 5:52 am, Russ Thomas russgtho...@gmail.com wrote: 2009/3/25 Alex Hough r.a.ho...@googlemail.com Hello there, I am having a problem extracting tiddler with data generated with checkboxes: the code below gives an error: forEachTiddler where 'tiddler.data

[tw] Re: list all links (references backwards)

2009-03-20 Thread cmari
wishlist: I'd prefer it if the results list didn't repeat duplicate links - I'd rather have a count. 3. Looking at my results now I see that URLs are also not considered links. I don't need that but others might. cmari On Mar 20, 2:08 pm, RA nameany...@gmail.com wrote: Suppose I have a long

[tw] Re: tablesortingplugin - autosort problem

2009-03-15 Thread cmari
I don't think this one needs a sample document. In an an empty TW containing only the TableSortingPlugin and a tiddler containing the above contents, the first column of the table does not automatically sort. But I can't contribute anything more constructive than that cmari On Mar 15, 7:54

[tw] Re: How to add alt text to image from im...@here-field?

2009-03-15 Thread cmari
\fullname\]]\\]] + | cmari On Mar 15, 6:15 am, Måns humam...@gmail.com wrote: Hmm - I solved it - but I don't know if it's the cleanest way to do it - however it works: wikify [img(55%,auto)[%1|%0]] im...@here fulln...@here \\ YS Måns Mårtenssson On 15 Mar., 11:57, Måns humam...@gmail.com wrote

[tw] Re: I need fET to be able only to fetch data from tiddlers, which has a datavalue=ThisTiddlersTitle

2009-03-09 Thread cmari
it. I put a really simple example at: http://cmaristandard.tiddlyspot.com/ cmari On Mar 9, 2:28 am, Måns humam...@gmail.com wrote: I can't make it work though... I've put the tiddler [[MyTemplate]] into a tiddler with the name = (context.viewerTiddler.title) - and I know I have several tiddlers

[tw] Re: I need fET to be able only to fetch data from tiddlers, which has a datavalue=ThisTiddlersTitle

2009-03-08 Thread cmari
'tiddler.tags.contains(myTag)tiddler.data (mydatafield)tiddler.data(mydatafield).contains (context.viewerTiddler.title)' Then, in any tiddler that has the title of the piece of information you want to find in mydatafield, you can put: tiddler [[MyTemplate]] cmari

[tw] Re: Masking Double Quotes in Udo Borowskis ForEachTiddler Plugin

2009-03-07 Thread cmari
text\) ' cmari On Mar 7, 6:54 am, Michael.Tarnowski emt...@gmx.de wrote: Hi community, I use Udo's ForEachTiddlerPlugin. In foreachtidder-syntax double quotes are text string terminators. How can I mask double quotes when used in text string? Cheers Michael

[tw] Re: Midstream index FET

2009-03-05 Thread cmari
Hi Dave, I'm sure there are more elegant ways to do it, but it should be possible to use: forEachTiddler where 'tiddler.tags.contains(basic)' write '(index 4 index 18) ? * [[+tiddler.title+]]\n : ' cmari On Mar 5, 12:25 pm, Dave Parker cedar...@telus.net wrote: Hello

[tw] Re: ReminderPlugin Question

2009-03-04 Thread cmari
Try using three single quotation marks around your link: reminder month:7 day:3 title:Poet '''[[Henry Wadsworth Longfellow| http://www.gutenberg.org/files/1365/1365.htm]]''' in 1807 cmari On Mar 4, 12:16 pm, dpuscher dpusc...@gmail.com wrote: Folks, I've been using the ReminderPlugin on my

[tw] Re: AutoTaggerPlugin not working

2009-03-03 Thread cmari
It worked for me yesterday. However, I did notice that when I installed AutoTagger in a newly downloaded empty TW, the new file automatically inherited the default autotag from one of my other TW files that was already open in the browser. Cookies? cmari On Mar 3, 6:37 pm, RA nameany

[tw] Re: CopyTiddler

2009-03-01 Thread cmari
Sorry, I thought I had tested in a brand new TW, but apparently I hadn't. Now that I've put the newest CopyTiddlerPlugin into an empty TW and had no trouble in Chrome, I'm left to conclude that my problem must be an interaction between CopyTiddlerPlugin and something else in my file. Yuck. cmari

[tw] Re: References to InlineJavascriptPlugin in other plugins

2009-02-27 Thread cmari
Hi Eric, I don't remember when it was, either, but I do remember that you posted a message at the time that made it very easy for me to figure out what was going on in the other plugins - thanks! cmari --~--~-~--~~~---~--~~ You received this message because you

[tw] Re: How to fetch tiddlers tagged with THIS tiddlers title - in a template...

2009-02-25 Thread cmari
that, the new version restoring the somehow lost write would start like this: forEachTiddler where ' tiddler.tags.contains (context.inTiddler.title)' write '(index 200) ? |+. cmari On Feb 25, 3:40 pm, Måns humam...@gmail.com wrote: When I write this: forEachTiddler where ' tiddler.tags

Re: Tickler sorting bug in Firefox 3

2009-02-21 Thread cmari
Hi Jacques, I think the problem is that some of your ticklers don't have dates assigned to them. If you add tickler dates, then sorting should work. cmari In Firefox 3.0.6 on Linux and also on a similar version on Windows the Ticklers in the dashboard *and* within the project are sorting

[tw] Re: CopyTiddler

2009-02-15 Thread cmari
Thank you! cmari (newly baffle-free) On Feb 15, 11:28 am, Eric Shulman elsdes...@gmail.com wrote: The bottom line is that most recent update to the plugin broke things for me. I would have liked to give Eric more constructive feedback but the jumble of different results has me completely

[tw] Re: MPTW plugin compatabilitiy

2009-01-27 Thread cmari
+saveTiddler saveCloseTiddler closeOthers -cancelTiddler cancelCloseTiddler deleteTiddler wikibar/ div This would (obviously) be something to keep in mind when installing other plugins that affect the edit and view templates or toolbars. cmari specifically I was using the WikiBar plugin for some

[tw] Re: FETing tidder title

2009-01-23 Thread cmari
Hi Skye, In the where clause in the FET macro you can use context.inTiddler.title (or context.viewerTiddler.title): forEachTiddler where 'tiddler.tags.containsAll([document, context.inTiddler.title])' write ' [[+tiddler.title+]]\n ' cmari On Jan 23, 2:24 pm, skye riquelme riquelme.s

[tw] Re: Table of Contents

2009-01-18 Thread cmari
: .dcTOC ul { color: red; } .dcTOC a { color: teal; margin-left: .5em; line-height: 2em; padding:0; } .dcTOC a:hover { background: #eee; } .dcTOCTop { color: teal; } cmari On Jan 18, 5:23 am, overett1 jonathan.over...@gmail.com wrote: The question then becomes, how can the DCToC plug be repaired

[tw] Re: if tagged A and B, then auto add tag C

2009-01-18 Thread cmari
(\'+context.viewerTiddler.title +\',null,true);}]] +|[[+tiddler.title+]]|[[+tiddler.tags.join (]], [[)+]]|\n' begin '|Add the tag foobar|Tiddler Title|Tiddler Tags|h\n' end 'count+ tiddlers\n' cmari --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google

[tw] Re: Table of Contents

2009-01-17 Thread cmari
You could try making the change suggested by Eric in the 6th message in this thread: http://tinyurl.com/62x9yb or http://groups.google.com/group/TiddlyWiki/browse_frm/thread/ d25b6d431be2c12c/eba3136e49b6c15a?lnk=gstq=showtoc#eba3136e 49b6c15a It did the trick for me. cmari I've installed

[tw] Re: if tagged A and B, then auto add tag C

2009-01-17 Thread cmari
MyStuff span macro=toggleTag Encrypt(foo)/span/span span macro=showWhenTaggedAll Private HerStuff span macro=toggleTag Encrypt(bar)/span/span cmari --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups TiddlyWiki group

Re: Changing many Realm tags

2009-01-13 Thread cmari
Maybe the MultiTagEditorPlugin would help - it's great for selecting and changing lots of tags: http://ido-xp.tiddlyspot.com/#MultiTagEditorPlugin cmari Also, is there any way to change the realm of lots of projects at a time? For example, change all of the realm tage for all 'open

[tw] Re: Transclusion + TaskOrganizerPlugin

2009-01-09 Thread cmari
refresh automatically. Any ideas? cmari --~--~-~--~~~---~--~~ 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

[tw] Re: formTiddler, newhere, newSavedTiddler question

2009-01-08 Thread cmari
form' text: {{store.getTiddlerText('MyFormTemplate')}} tag:{{'someTag someOtherTag [['+tiddler.title+']]'}} cmari On Dec 19 2008, 12:55 am, keSh k.pandura...@gmail.com wrote: How can I combine the functionality of these plugins: formTiddler, newHere, newSavedTiddler plugins Here's what I'm

[tw] Re: Using nested forEachTiddler loops

2008-12-05 Thread cmari
Alternatively, you can get all tiddlers tagged with the current tiddler's title by using context.inTiddler.title. For example: forEachTiddler where 'tiddler.tags.contains(context.inTiddler.title) tiddler.tags.contains(Key)' cmari Something like: For each tiddler whose tags contain Key

[tw] Re: Working with ForEachTiddler Macro

2008-11-29 Thread cmari
One thing to check: Make sure that there are no hard returns inside the write string (sorry if this only something that I'm seeing because of google groups formatting). cmari --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google

[tw] Re: I think I broke MonkeyTagger

2008-11-28 Thread cmari
not necessary, but not a bad idea!) http://www.tiddlytools.com/#InlineJavascriptPlugin cmari --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups TiddlyWiki group. To post to this group, send email to TiddlyWiki

[tw] Re: Possible bug with missing - Orphan

2008-11-28 Thread cmari
One problem, I think, is the extra space in your link. It should be: [[biotopes|Biotope]] with no space after the vertical bar. cmari --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups TiddlyWiki group. To post

[tw] Re: Tables from Word to TW

2008-11-06 Thread cmari
first line and remove the unnecessary | after the last line. Copy and paste the table into TW. cmari --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups TiddlyWiki group. To post to this group, send email to TiddlyWiki

[tw] Re: DCTableofContents Plugin IE

2008-10-31 Thread cmari
Just in case you hadn't already seen it, there were useful tips about the DCTableofContentsPlugin in an earlier thread: http://tinyurl.com/62x9yb or http://groups.google.com/group/TiddlyWiki/browse_frm/thread/d25b6d431be2c12c/eba3136e49b6c15a?lnk=gstq=showtoc#eba3136e49b6c15a cmari I've looked

[tw] Re: How to escape newlines?

2008-10-17 Thread cmari
Maybe the solution proposed by Wolfgang in an earlier thread would work? http://groups.google.com/group/TiddlyWiki/browse_frm/thread/83a25e1f96c4ec36/7e9a987f69f88814?lnk=gstq=empty+lines#7e9a987f69f88814 or http://tinyurl.com/create.php cmari On Oct 17, 1:22 pm, Evaldas [EMAIL PROTECTED] wrote

<    1   2   3