[tw] Re: [TW5] Is it possible to use a dropdown to select tags from within a certain group without affecting the other tags attached to a tiddler?

2014-02-23 Thread cmari
of tags, individual checkboxes are also not a bad option. Thanks! cmari On Sunday, February 23, 2014 6:14:18 AM UTC-8, PMario wrote: have you had a look, how the EdtiTemplate does it? -m -- You received this message because you are subscribed to the Google Groups TiddlyWiki group

[tw] Re: [TWC] getTiddlerSlice() problem

2014-02-22 Thread cmari
Hi Anton, One thing that may not be obvious, even if documented, is that slice names can't contain spaces. There was a discussion about this a couple of months ago: https://groups.google.com/forum/?hl=en#!topicsearchin/tiddlywiki/slice$20space|sort:date|spell:true/tiddlywiki/AznYzypPooI cmari

[tw] [TW5] Is it possible to use a dropdown to select tags from within a certain group without affecting the other tags attached to a tiddler?

2014-02-22 Thread cmari
The subject line really says it all. I put up a demonstration of the kind of thing I was trying to do: /http://cmaritw5.tiddlyspot.com/ Thanks! cmari -- You received this message because you are subscribed to the Google Groups TiddlyWiki group. To unsubscribe from this group and stop

Re: [tw] Re: TW5 Button inside a list?

2014-02-20 Thread cmari
It works for my purposes so far - you can see where I put it into Another button test here: http://cmaritw5.tiddlyspot.com/ Where exactly would you think the quotes might be needed? (Maybe that might help me understand exactly what's going on inside that macro call!) On Thursday, February 20,

Re: [tw] Re: TW5 Button inside a list?

2014-02-19 Thread cmari
Thanks, that's exactly it, though it's rather demoralizing to realize how far away I am from being able to even understand, let alone come up with, such a solution. (Where, for example, should I have been able to find instructions about how to use {{$(tiddler)$}}?) thanks much, cmari

[tw] TW5 Button inside a list?

2014-02-18 Thread cmari
the text into *either *tiddler1 or tiddler2, depending on which button is clicked). http://cmaritw5.tiddlyspot.com/ Thanks! cmari -- You received this message because you are subscribed to the Google Groups TiddlyWiki group. To unsubscribe from this group and stop receiving emails from

Re: [tw] Re: How can I color text?

2014-01-31 Thread cmari
Stephan, in your small improvements version, is that a typo in export.name? Should it be tinto instead of tinfo? cmari On Fri, Jan 31, 2014 at 11:31 AM, Ton Gerner ton.ger...@gmail.com wrote: The advantage is that you don't have to know javascript to make macros. I am not a programmer

Re: [tw] Re: How can I color text?

2014-01-31 Thread cmari
oops, I wasn't trying to question the word itself (!), merely (the consistency of) its spelling in the example macro. In order to make the macro work, I had to change the letter f to the letter t in the word tinfo in this line: exports.name = tinfo; On Fri, Jan 31, 2014 at 2:54 PM, Danielo

[tw] Re: Andtidwiki and dropbox

2013-12-15 Thread cmari
that help? cmari On Thursday, December 12, 2013 1:33:40 PM UTC-8, passingby wrote: I've just installed Andtidwiki on my samsung galaxy s4. From what I understand uptil now AndTidWiki can access TW files lying in its local folder andtidwiki. Is it possible to sync these files via dropbox? If so how

[tw] Re: [TWC] sort by defined slice using FET ?

2013-12-04 Thread cmari
Hi Julien, You should be able to use sortBy 'tiddler.title+::valueByteNumber' ascending or did I misunderstand what you want? cmari On Wednesday, December 4, 2013 6:48:18 AM UTC-8, julien23 wrote: Hi All I use ForEachTiddlerPlugin to build electronic communication characteristics

[tw] Re: [TWC] how to get a tiddder's alias with $1

2013-12-04 Thread cmari
what you're looking for? cmari On Wednesday, December 4, 2013 9:47:46 AM UTC-8, julien23 wrote: Hi all Some of my tiddlers have values stored in table : |~|value||h |defaultValue|4| |valueUnit|newtons| |valueType|...| |valueByteNumber|...| I would like to write alias

[tw] Re: Using forEach with data/data

2013-10-31 Thread cmari
/#DataTiddlerPlugin There's pretty good documentation in the plugin description, showing how in fET you can either use DataTiddler.getData(tiddler,field) OR tiddler.data(field) cmari On Thursday, October 31, 2013 6:41:50 AM UTC-7, Anton Aylward wrote: While my use of forms form templates has worked

Re: [tw] Re: Creating tiddler using forms

2013-10-20 Thread cmari
, you'd have a tiddler containing a form that you could fill out. But perhaps I'm not understanding exactly what you want? cmari On Sun, Oct 20, 2013 at 12:33 PM, anton.aylw...@antonaylward.com wrote: More attempts. I looked at the ContactsFormTemplate at http://tiddlywiki.abego

Re: [tw] Re: Creating tiddler using forms

2013-10-20 Thread cmari
There's also NewSavedTiddlerPlugin. See this discussion: https://groups.google.com/forum/#!topic/tiddlywiki/Focq49HG2hA cmari On Sun, Oct 20, 2013 at 4:00 PM, Anton Aylward anton.aylw...@antonaylward.com wrote: cmari said the following on 10/20/2013 06:09 PM: Hi Anton, If you changed

Re: [tw] Re: TW5 Feature Request: List 'untagged' Tiddlers

2013-09-12 Thread cmari
One (really unsophisticated but quick!) way to find untagged tiddlers is to sort them by their tags: $list filter=[modifier[MYUSERNAME]sort[tags]] $view field=title format=link/ $view field=tags / /$list cmari On Thu, Sep 12, 2013 at 12:33 PM, David Gifford dgiff...@crcna.org wrote: I

Re: [tw] title list format in TW5

2013-08-28 Thread cmari
admit that might be because in the documentation I didn't pay much attention to the WikiText tiddler, thinking rather too smugly that I already knew about all of that). cmari On Wed, Aug 28, 2013 at 1:36 PM, Joshua jlambert.lis.t...@gmail.com wrote: If I somehow deleted my other message instead

[tw] Re: ForEachTiddler by field

2013-04-02 Thread cmari
' or (e.g., in an mGTD TW): forEachTiddler where '(tiddler.fields.mgtd_date201203010500tiddler.fields.mgtd_date201205010500)' sortBy 'tiddler.fields.mgtd_date' write '[[+tiddler.title+]] +tiddler.fields.mgtd_date+ just because we can +store.getValue(Some Other Tiddler Title,mgtd_date)\n' cmari

[tw] Re: Security in Saving TiddlyWiki

2013-03-21 Thread cmari
than just my own impatience?! cmari On Thursday, March 21, 2013 10:07:09 AM UTC-7, PMario wrote: On 21 Mrz., 07:34, TonyM anthony.mus...@gmail.com wrote: Using the configuration detailed in my first post for perhaps the third day in the row I have succeeded to Save tiddlywiki regularly

Re: [tw] Something I noticed about Unicode

2013-03-03 Thread cmari
and reloading, the tiddler contains » Rather amusingly, each new save and reload adds an additional  (or other odd character) to the tiddler text cmari On Sunday, March 3, 2013 1:55:53 AM UTC-8, Jeremy Ruston wrote: Hi Arc Thanks. What version of TiddlyWiki are you using? It may be worth trying

Re: [tw] Something I noticed about Unicode

2013-03-03 Thread cmari
: netscape.security.PrivilegeManager is undefined disable any plugins that contain the text netscape.security.PrivilegeManager.enablePrivilege cmari On Sunday, March 3, 2013 11:44:17 AM UTC-8, Jeremy Ruston wrote: I've uploaded a new 1.0alpha11 that seems to fix things for me, at least with 2.7.1

Re: [tw] Re: Announcement: TiddlyWiki 2.7.0 Beta 1

2012-10-30 Thread cmari
.Disable the TiddlyFox (1.0alpha3) extension 3. Use ImportTiddlersPlugin (built-in backstage import gave a CORS error) 3. Use the previous version of tiddlysaver.jar This was pretty fiddly and to be honest it makes no sense to me, but I'm reporting in case it means something to others! cmari

Re: [tw] Re: Announcement: TiddlyWiki 2.7.0 Beta 1

2012-10-30 Thread cmari
: https://groups.google.com/forum/?hl=enfromgroups=#!searchin/tiddlywikidev/save$20error/tiddlywikidev/dAWrQ7XrBM4/XruiwOcpQt4J\ I gather that means I'm doomed once the new version of Firefox arrives) cmari On Tue, Oct 30, 2012 at 7:35 AM, cmari cema...@gmail.com wrote: Using Firefox 16.0.2 I

[tw] Re: Announcement: TiddlyWiki 2.6.6 Beta 1

2012-08-29 Thread cmari
Hi Eric, Sorry for a really dumb question, but could you explain how to download? Thanks! cmari On Tuesday, August 28, 2012 10:10:49 AM UTC-5, Eric Shulman wrote: Greetings All! I'm pleased to announce that TiddlyWiki v2.6.6 has been advanced from ALPHA to BETA status, and is now available

Re: [tw] TiddlyWiki really messed up my life this time. Urgent help needed!

2012-06-14 Thread cmari
Hi Dave, In order for the sorting to work correctly, each tiddler needs to have a (defined) call number. cmari On Thu, Jun 14, 2012 at 6:03 AM, David Gifford dgiff...@crcna.org wrote: Hi everyone. And after all I did for TiddlyWiki, creating a tutorial, a list of plugins, and various

Re: Sort by date tickler alerts

2012-04-15 Thread cmari
the tickleractivatehour as early as possible in MgtdSettings (e.g., midnight), and the ExtendedTicklerPlugin will let you select an activation time of up to 23 hours before that, which would give you at least a day's notice. cmari On Saturday, April 14, 2012 5:39:41 PM UTC-5, Brent Bartlett wrote

[tw] Re: problem with formTiddler macro

2012-04-09 Thread cmari
Hi seba, I use tiddlers with forms daily and all my tiddler titles include underscores, so I wonder if something else is going on. Could you put up a minimal test case somewhere that we could see? cmari On Monday, April 9, 2012 3:42:32 AM UTC-5, Seba wrote: Hi, I am using [1] formTiddler

[tw] Re: FET Results with Table Headers

2012-03-31 Thread cmari
: where 'tiddler.tags.contains(Book)tiddler.data(Author)' cmari On Saturday, March 31, 2012 9:14:22 AM UTC-5, James wrote: Hi Whatever, thanks again for the reply, but I still get the same error with the code you provided. forEachTiddler where 'tiddler.tags.contains

[tw] Re: The magic of MPTW

2012-03-24 Thread cmari
I'm not sure where it would need to be inserted in your specific use case, but this line in the Stylesheet seems to be the important one: .toolbar { float:right; } cmari On Saturday, March 24, 2012 7:39:15 AM UTC-5, Poul wrote: NB: In both cases, it isn't actually ViewTemplate that's used

Re: New mGSD Feature: Meetings!

2012-02-29 Thread cmari
Sorry, one correction (there's an extra ) in that last line): *if (inTiddler inTiddler.tags.contains('Project')||inTiddler.tags.contains('Meeting')) {* On Wednesday, February 29, 2012 9:00:40 AM UTC-6, cmari wrote: Hi David, Your example prompted me to create a new useful tool for myself

Re: New mGSD Feature: Meetings!

2012-02-29 Thread cmari
an example: In TagDashboardsEnhanced, under Project, I think the newButtonTags for Upcoming Meetings should be: newButtonTags:'Meeting Upcoming' cmari On Wednesday, February 29, 2012 12:32:00 PM UTC-6, David Szego wrote: Hi all, I've updated the mGSDMeetingEnhancementsPlugin to 1.2d with cmari's

[tw] Re: Help with ForEachTiddler - take 2

2012-02-28 Thread cmari
While this is not an fET-specific answer, maybe what you want is Tobias's ColoredLinksPlugin? http://coloredlinks.tiddlyspot.com/#Welcome cmari On Tuesday, February 28, 2012 6:04:02 AM UTC-6, magev958 wrote: Hi, a long time ago I got some help with the code to get a one line of the tiddler

[tw] Re: using checkboxPlugin to display a toggle tag checkbox for a tiddler with spaces in the title

2011-11-29 Thread cmari
Hi, It should work if you use the checkbox macro instead of the inline checkbox, e.g., checkbox [[My-Tiddler (has spaces #1) (3/8/11)|MyTag)]] cmari -- You received this message because you are subscribed to the Google Groups TiddlyWiki group. To view this discussion on the web visit https

[tw] Re: How do I find all tiddlers without a tag?

2011-10-24 Thread cmari
If you have Eric's MatchTagsPlugin http://www.TiddlyTools.com/#MatchTagsPluginhttp://www.tiddlytools.com/#MatchTagsPlugin you can use: list filter [tag[-]] cmari -- You received this message because you are subscribed to the Google Groups TiddlyWiki group. To view this discussion

[tw] Re: Combining sections into one tiddler?

2011-10-20 Thread cmari
What about: forEachTiddler where 'tiddler.title.startsWith(Site) tiddler.text.contains(!Results)' write '\ntiddler [[+tiddler.title+##Results]]$))\n' cmari -- You received this message because you are subscribed to the Google Groups TiddlyWiki group. To view this discussion

Re: Add link to mGSD top area

2011-09-15 Thread cmari
against the background is to add a highlight, by enclosing it in @@, e.g., @@[[Next and Waiting Actions by Context]]@@ cmari -- You received this message because you are subscribed to the Google Groups GTD TiddlyWiki group. To view this discussion on the web visit https://groups.google.com/d

[tw] Re: NewTiddlerWithFormMacro

2011-08-18 Thread cmari
('MyTemplateTiddler')}} tag:'MyTag1 [[Three Word Tag]]' cmari -- You received this message because you are subscribed to the Google Groups TiddlyWiki group. To view this discussion on the web visit https://groups.google.com/d/msg/tiddlywiki/-/fHwNvNwe-JEJ. To post to this group, send email

Re: Some basic editing in mGSD ?

2011-07-22 Thread cmari
if you rename that tiddler so that it starts with a later letter -e.g.,zzMptwUserConfigPlugin. That way it won't get overridden by anything else in your file). cmari -- You received this message because you are subscribed to the Google Groups GTD TiddlyWiki group. To view this discussion

[tw] Re: EditFieldPlugin doesn't handle non-existent fields or text correctly in Chrome Browser?

2011-04-10 Thread cmari
). 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 to tiddlywiki+unsubscr...@googlegroups.com. For more options, visit this group at http

[tw] EditFieldPlugin doesn't handle non-existent fields or text correctly in Chrome Browser?

2011-03-31 Thread cmari
results in the entire contents of SomeTiddler being entered as the contents of a newly created field in SomeTiddler called null. Any ideas? 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

[tw] Re: Double clicking edits tiddler... any way to have cursor drop that that point in tiddler?

2011-03-26 Thread cmari
Hi PMario, You may not have provided a direct solution but you gave me an idea: I use PhraseExpress (http://www.phraseexpress.com/), and your comment made me explore the possibilities for automating the search and find process. It works pretty well - thanks! cmari -- You received

[tw] Re: Numerical order in FET

2011-03-21 Thread cmari
Hi Skye, If I understand correctly, each tiddler contains a section called number, and you want to sort the tiddlers by the *contents* of that section? In that case, you could try: sortBy 'store.getTiddlerText(tiddler.title+##number)' cmari -- You received this message because you

Re: How to list Next Actions without an Area and without a Project ?

2011-03-16 Thread cmari
You could try: mgtdList startTag:Action title:'No Project or Area' tags:'!DoneNext' view:Action mode:global where:!tiddler.hasParent('Project')!tiddler.hasParent('Area') cmari -- You received this message because you are subscribed to the Google Groups GTD TiddlyWiki group

[tw] Re: Request - templating in TW made easy (for everyone - including me...)

2011-03-11 Thread cmari
trial and error: section and slice names must be all lower case (no camelCase) 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

Re: mGSD Journals and projects

2011-03-03 Thread cmari
-size:.9em;} .sliderPanel .mgtdList .innerList br { display:inline!important; } cmari -- You received this message because you are subscribed to the Google Groups GTD TiddlyWiki group. To post to this group, send email to gtd-tiddlywiki@googlegroups.com. To unsubscribe from this group, send email

[tw] Tiddler contents overwritten when using EditFieldPlugin and IntellitaggerPlugin

2011-02-05 Thread cmari
anything). 5. Then edit ViewerTiddler to see that its contents have been replaced by the contents of MyTiddler. [1] http://www.tiddlytools.com/#EditFieldPlugin [2] http://tiddlywiki.abego-software.de/#IntelliTaggerPlugin cmari -- You received this message because you are subscribed to the Google

[tw] Re: How to match a partial tag with fET

2011-02-04 Thread cmari
of letters. cmari On Feb 4, 1:22 pm, whatever kbrezov...@gmail.com wrote: Hi! Is there a way to match a partial tag with fET? For example, I have tags like [[born 1978]], [[born 1985]], [[born 1991]] and so on and I'd like to check if the tiddler contains a tag that contains born. There are too many

Re: mGSD Journals and projects

2011-02-03 Thread cmari
]] '+ '}}} %1', [ this.title, showControl.format([this.title]) ] );}, }); cmari On Feb 3, 10:29 am, stuckagain webmas...@thrale.com wrote: I am making progress. In the tag dashboard I have discovered

Re: mGSD Journals and projects

2011-02-03 Thread cmari
';} cmari On Feb 3, 12:04 pm, cmari cema...@gmail.com wrote: Hi, I have played around with views a bit and have a view that does something similar to what I think you're looking for. It uses the core tiddler macro and NestedSlidersPlugin (http:// tiddlytools.com/#NestedSlidersPlugin). Maybe if you

[tw] Filtering using MatchTagsPlugin - does it work in TW version 2.6.2?

2011-01-23 Thread cmari
[tag[sample OR (settings AND systemConfig)]] to include ToDoList, but it doesn't. Help? 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

[tw] Re: Filtering using MatchTagsPlugin - does it work in TW version 2.6.2?

2011-01-23 Thread cmari
Thanks for the quick fix! cmari On Jan 23, 4:10 pm, Eric Shulman elsdes...@gmail.com wrote: store.sortTiddlers(store.filterTiddlers I upgraded to 2.6.2 a week ago or so, but it's taken me until now to figure out that none of these scripts are working. There was a core change

[tw] Re: Script to show table of fields in tiddlers on TiddlySpace

2011-01-23 Thread cmari
Hi Måns, Credit goes to Eric, but I wonder if the answer to my question would also be the answer to yours: http://groups.google.com/group/tiddlywiki/browse_thread/thread/c148329f06545d27?hl=en cmari On Jan 23, 12:45 pm, Måns humam...@gmail.com wrote: I guess I need to implement this somehow

[tw] Re: I am sure it's just a small change

2011-01-21 Thread cmari
: forEachTiddler where 'tiddler != context.inTiddler tiddler.tags.containsAll(context.inTiddler.tags) ! tiddler.tags.containsAny(store.getTiddler(TiddlerB).tags) ' cmari On Jan 20, 2:45 pm, axelm miedbr...@gmail.com wrote: That works great!!! One more question: How can I make

[tw] Re: I am sure it's just a small change

2011-01-21 Thread cmari
my test tiddler). That's why I switched to where 'tiddler.title!==$1 cmari On Jan 21, 2:36 pm, Måns humam...@gmail.com wrote: Hi axelm and cmari refer to another tiddler, instead of the tiddler it resides in? If it should be able to exclude the tiddler from the list - having the tags

[tw] Re: I am sure it's just a small change

2010-12-31 Thread cmari
Hi axelm, What about: forEachTiddler where 'tiddler != context.inTiddler tiddler.tags.containsAll(context.inTiddler.tags)' (The sort().join(]]) approach doesn't seem to work for me - but perhaps you need it for some other reason?). cmari On Dec 30, 7:00 pm, Måns humam

[tw] Re: fET function

2010-12-05 Thread cmari
How about: forEachTiddler where 'tiddler.title.contains(context.inTiddler.title)' cmari On Dec 5, 10:13 am, Seba sebastjan.hri...@gmail.com wrote: Hi, I need help with fET functions. I went through all the examples and I didn't find one that would suit me. I would need to display all

[tw] Re: For Each Tiddler and Multi Tabbed Box Question

2010-10-06 Thread cmari
Another question for Eric: Is there a way to make this work for tags that contain spaces? cmari On Oct 5, 11:36 pm, TK tonykelly...@gmail.com wrote: G'day Eric I must be doing something wrong. I downloaded the InlineJavascriptPlugin; then copied and pasted into a tiddler everything between

[tw] Re: How to change a Tiddler's property through javascript?

2010-09-21 Thread cmari
Thanks for the pointer to the other discussion (proving once again that it really pays to read all messages posted to this group, regardless of the subject line!). cmari On Sep 21, 5:43 am, Tobias Beer beertob...@googlemail.com wrote: Hi passingby, Well, it turns out there are cases of needing

Re: [tw] Re: Problem with DataTiddlerPlugin and core macro tabs, tiddler

2010-09-20 Thread cmari
Hi DM, This is a transclusion problem. You could try the FormTiddlerPluginTweak that Eric suggested in this thread: http://groups.google.com/group/TiddlyWiki/browse_thread/thread/6a89f5e19b54199e/34bfc6f66140f5da#34bfc6f66140f5da cmari On Mon, Sep 20, 2010 at 3:00 PM, DM dman...@googlemail.com

[tw] Re: Announcing TagSearchPlugin (x-tagger + GotoPlugin)

2010-09-16 Thread cmari
Sorry, I completely forgot to say that I had put a test case here: http://dl.dropbox.com/u/5687735/taggertest.html cmari On Sep 15, 3:57 am, Tobias Beer beertob...@googlemail.com wrote: Hi cmari, Interesting, never knew of AutoTaggerPlugin before. However, it serves quite a different purpose

Re: Checkbox plugin inserts X in subtitle of Tickler Dashboard

2010-09-16 Thread cmari
described below... --- Those other methods are a bit more complicated, but really useful. cmari On Sep 16, 6:32 am, Jim Maxwell jmmx...@gmail.com wrote: I was using CheckboxPlugin fromhttp://www.TiddlyTools.com/#CheckboxPlugin  with mGSD, (such as for example to include a checklist in a single

Re: [tw] Re: INTRO: JAMMP Jit Another Mind Map Plugin

2010-09-15 Thread cmari
The link to that the version was in the thread that I pointed to earlier cmari On Wed, Sep 15, 2010 at 7:01 AM, Michael.Tarnowski emt...@gmx.de wrote: Hi folks, I found at FND devpad a newer version of DcTableOfContentsPlugin which fixes the w.tiddler problem: http

Re: [tw] Re: Announcing TagSearchPlugin (x-tagger + GotoPlugin)

2010-09-12 Thread cmari
Hi Tobias, 1) On fields... I have noticed and taken care of that part of the code ...at least, so I believe ...and asked (cmari) to possibly confirm that mine doesn't come with that problem. [2] Here's belated confirmation that there's no problem with fields! On the other hand, in case

[tw] Re: INTRO: JAMMP Jit Another Mind Map Plugin

2010-09-12 Thread cmari
Hi Michael, Have you seen this thread about DcTableOfContentsPlugin: http://groups.google.com/group/TiddlyWiki/browse_frm/thread/d25b6d431be2c12c/eba3136e49b6c15a?lnk=gstq=showtocpli=1 cmari Since my TW heavily relies on DcTableOfContentsPlugin I have to live with that. -- You received

Re: [tw] Re: Warning: Using TaggerPlugin in TW 2.6.0 results in loss of custom fields (names and contents)

2010-09-03 Thread cmari
why I didn't have this problem until I switched to version 2.6.0. Now I wonder if there are other broken things in my upgraded TWs. I depend pretty heavily on custom fields. cmari On Fri, Sep 3, 2010 at 6:05 AM, Tobias Beer beertob...@googlemail.comwrote: Hi cmari, As at one time it was based

[tw] Warning: Using TaggerPlugin in TW 2.6.0 results in loss of custom fields (names and contents)

2010-09-02 Thread cmari
(and their contents) will disappear without a trace. You can test this here: http://dl.dropbox.com/u/5687735/taggertest.html cmari -- You received this message because you are subscribed to the Google Groups TiddlyWiki group. To post to this group, send email to tiddlyw...@googlegroups.com. To unsubscribe

[tw] Re: Use of CheckboxPlugin in ViewTemplate doesn't work in TW 2.6.0?

2010-05-24 Thread cmari
in my TW into a single tiddler with sections. But I still don't know why my original approach stopped working. cmari On May 15, 1:46 pm, cmari cema...@gmail.com wrote: Sorry, I forgot to add the final piece that I don't understand: Using the same macro (with or without html) inside a tiddler

Re: Handling daily recurring tasks

2010-05-17 Thread cmari
you could tag something Daily, and then have it recur every 2 days. 2. Alternatively, the DailyTasksPlugin lets you see the pattern of the last week: http://share.lewcid.org/2008/03/10/dailytasks.html cmari On May 17, 4:10 am, Acidfire alexverm...@gmail.com wrote: Thanks for your input. I've

[tw] Use of CheckboxPlugin in ViewTemplate doesn't work in TW 2.6.0?

2010-05-15 Thread cmari
: /spanspan macro=checkbox [[]] [[]] [[]] [[]] [[{store.setValue(story.findContainingTiddler(place).getAttribute('tiddler'),'datelastdone',new Date().formatString('/0MM/0DD'))}]] /span thanks, cmari -- You received this message because you are subscribed to the Google Groups TiddlyWiki group

[tw] Re: Use of CheckboxPlugin in ViewTemplate doesn't work in TW 2.6.0?

2010-05-15 Thread cmari
('tiddler'),'datelastdone',new Date().formatString('/0MM/0DD'))}]] /span thanks, cmari -- You received this message because you are subscribed to the Google Groups TiddlyWiki group. To post to this group, send email to tiddlyw...@googlegroups.com. To unsubscribe from this group, send email

[tw] Re: Custom CSS to Right-Align a Table

2010-05-02 Thread cmari
might have a more expert solution. cmari On May 2, 11:11 am, Secret-HQ goo...@secret-hq.com wrote: To be fair, I'm noticing that the Centered Table tip (with no changes at all) doesn't seem to be working for me, either.  Could there be conflicts with 2.6.0?  Maybe I'll load up a 2.5.3 TW and try

Re: [tw] Re: Using Lightbox within html.../html

2010-04-13 Thread cmari
a question here about the problem and whether there would be a better solution, if only to save others the kind of time I spent. But I didn't know enough to ask the question. I'd definitely be very interested in anyone's suggestions! cmari -- You received this message because you are subscribed

Re: [tw] Re: Using Lightbox within html.../html

2010-04-13 Thread cmari
Thanks, Eric! I did know about hide linebreaks but forgot at some point. htmlhide linebreaksnowikitable solves the problem. cmari On Tue, Apr 13, 2010 at 8:33 AM, Eric Shulman elsdes...@gmail.com wrote: In previous post I did say HTMLFormattingPlugin solved problem, but it actually didn't

[tw] Re: Baggr DataListPlugin

2010-04-10 Thread cmari
Important documents {{tiddler.title + '##Documents'}} Minutes Meeting minutes Projects##Minutes Notes Project notes Projects##Notes /% !Tasks tiddler [[my tiddler with a datalist]] !Minutes matchTags *%0 {{tiddler.title}} AND meeting !Notes matchTags *%0 {{tiddler.title}} AND note !end %/ cmari

[tw] Re: How to get a custom field value from another tiddler??

2010-04-04 Thread cmari
If you're specifying a tiddler title, you need to put it in quotation marks: {{store.getValue(LessonsList,lesson)}} cmari On Apr 4, 9:04 pm, Måns humam...@gmail.com wrote: Hi TwWizards I'm having trouble getting a fieldvalue from another tiddler: I have a tiddler called [[LessonsList]] which

Re: Project Name in Tickler

2010-03-29 Thread cmari
Action and Tickler Dashboard, change view:Tickler to view:Tickler2 cmari On Mar 29, 7:26 am, Simon Baird simon.ba...@gmail.com wrote: You could do this with some hacking of code inside TiddlerViewMethods. Look for render_Tickler function. That controls how a ticker looks in a list. You'd need

[tw] Re: TW not working in Chrome 5.0.342.8

2010-03-29 Thread cmari
Iwas able to solve this problem by adding the command line --allow-file-access-from-files After I found the solution for myself, I realized that it's also posted here: http://tiddlywiki.org/wiki/Google_Chrome cmari On Mar 29, 10:31 am, Nailson dos Santos nail...@gmail.com wrote: Hi everybody

[tw] Re: TW not working in Chrome 5.0.342.8

2010-03-29 Thread cmari
on tiddlysaver.jar (as mentioned here: http://groups.google.com/group/tiddlywiki/browse_thread/thread/8293f68f97a4db97?hl=en) But merely updating tiddlysaver.jar did not solve the problem. cmari On Mar 29, 11:21 am, cmari cema...@gmail.com wrote: Iwas able to solve this problem by adding the command line

[tw] GridPlugin bug? Attempt to display all sections in a tiddler finds slices instead

2010-03-27 Thread cmari
section titles, but used :: instead of ## (e.g., testtiddler::end). So I experimented with adding a slice in my tiddler called |end|. The slice contents were then displayed in the grid. Am I doing something wrong with the syntax, or is this a bug? thanks, cmari -- You received this message because

[tw] Re: Does anone know how to append a footer to a fET table?

2010-03-11 Thread cmari
Sure! For example: write '|+tiddler.title + |+tiddler.modified.formatString(DD MMM )+|\n' begin '|sortable|k\n|!Tiddler|!Date Modified|h\n' end 'This table has +count+ rows\n' cmari Could I do it with a sortable table as well? -- You received this message because you are subscribed

[tw] Re: GridPlugin - edit sections doesn't work?

2010-03-07 Thread cmari
Thank you!! cmari On Mar 6, 11:36 pm, Eric Shulman elsdes...@gmail.com wrote: edit Revisions, I get a message asking me if I want to save my changes ... - but in fact the change is not made. eek!  it was a bug!...  fixed it.  Get the update (v2.0.7):    http://www.TiddlyTools.com

[tw] Re: GridPlugin - edit sections doesn't work?

2010-03-06 Thread cmari
bump, because I'm definitely still interested! On Jan 16, 10:59 am, cmari cema...@gmail.com wrote: Hi, this is obviously a question specifically for Eric.  I really like the edit feature ofGridPlugin!  But I'm having  trouble editing sections. I tested this in a brand new TW file containing

[tw] Re: Using edit in nested sliders from a generated list

2010-03-04 Thread cmari
with the matchtags macro). I don't think the ViewTemplate approach will work. cmari On Mar 4, 11:14 am, whatever kbrezov...@gmail.com wrote: When using nested sliders from a generated list (http:// groups.google.com/group/tiddlywiki/browse_thread/thread/ 910519450fcfaf7a#) I thought it would be nice

[tw] Re: Untaging multiple tags

2010-02-23 Thread cmari
' (the addition of 'tag 2' was just to demonstrate that the conditions could be more complex), then checking the box will remove 'Complete' and add 'Next'. 3. If it is NOT tagged 'Complete' AND NOT tagged 'tag 2', then checking the box will add 'Complete'. If 'Next' is present, it will be removed. cmari

[tw] Re: Change label for link returned by tag macro

2010-02-21 Thread cmari
Does tag 'All Poems' 'All Poems' do what you want? cmari On Feb 21, 7:00 am, shavinder shavinderpalsi...@gmail.com wrote: If one writes this: tag Poem 'All Poems' The text of the link/button should change to the second parameter ie All Poems It seems something is wrong because

[tw] Re: Change label for link returned by tag macro

2010-02-21 Thread cmari
sorry, wasn't reading carefully enough! cmari On Feb 21, 9:03 am, shavinder shavinderpalsi...@gmail.com wrote: On Feb 21, 7:14 pm, cmari cema...@gmail.com wrote: Does tag 'All Poems' 'All Poems' do what you want? cmari It does not, cos the first parameter needs to be the tag which

[tw] Re: Untaging multiple tags

2010-02-18 Thread cmari
2'])) {store.setTiddlerTag(tiddler.title,1,'Complete'); store.setTiddlerTag(tiddler.title,0,'Next');}}]] cmari On Feb 18, 8:12 am, Måns humam...@gmail.com wrote: Hi Tony I use Eric's TiddlerTweaker to perform similar actions. You don't need to install it. It's available as an instant

[tw] Re: Comments Plugin

2010-02-04 Thread cmari
I was working on trying to rip out the pieces of my own implementation of comments and using them to reconstruct an example of one way you might be able to do things. I haven't gotten as far as I had hoped, but you could take a look: http://comments.tiddlyspot.com/ cmari On Feb 4, 8:12 pm, Linck

Re: Integrating estimated+actual time + statistics + due dates in MonkeyGTD?

2010-02-01 Thread cmari
). http://www.tiddlytools.com/#TaskTimerPlugin cmari On Feb 1, 4:23 am, DaveG david.j.garb...@gmail.com wrote:   1. I would like to integrate estimated and actual time fields to actions and be able to do some statistics in project context (total time estimated total actual time for actions

[tw] Re: Comments Plugin

2010-02-01 Thread cmari
as though what you're looking for is something very like a blog and that's something I'm pretty sure other people have done. cmari On Feb 1, 3:32 pm, Linck Atlanta, Ga lschl...@gmail.com wrote: Ok, I am going on another route... but cant quite get it... there is a line: fmt: __''%subject%''__\n

[tw] Re: tiddler ... with: problem

2010-01-31 Thread cmari
As far as I know, in fET, you can use only tiddler.tags, not either context.inTiddler.tags or $1.tags, and I'm not entirely sure what those are meant to be accomplishing. Can you explain what outcome you want? cmari On Jan 31, 10:03 am, twgrp matiasg...@gmail.com wrote: Tiddlers A,B and C

[tw] Re: Comments Plugin

2010-01-31 Thread cmari
Do you absolutely have to use the CommentPlugin? It seems as though it would be a lot easier to use a plugin that is specifically intended for fields (e.g., ListboxPlugin). cmari On Jan 31, 4:17 pm, Linck Atlanta, Ga lschl...@gmail.com wrote: I seem to have isoloted that is it var target

[tw] Re: Filter for input to a fET?

2010-01-28 Thread cmari
those tiddlers without itemizing them? cmari On Jan 28, 5:03 am, twgrp matiasg...@gmail.com wrote: Thank you for taking this on cmari! I have put up a testcase that is as simplified and clear as I can make it;http://groupies.tiddlyspot.com/ (username=password=groupies) (link mentioned previously

[tw] Re: fET and matchtagplugin - boolean syntax question

2010-01-27 Thread cmari
Hi Måns, You should be able to use: forEachTiddler where 'tiddler.tags.contains(item) !tiddler.tags.containsAny ([$1,$2])' cmari On Jan 27, 8:40 am, Måns humam...@gmail.com wrote: Hi TwWizards I have this expression (which works fine with matchtagplugin) list filter [tag[A ! (B OR C

[tw] Re: Filter for input to a fET?

2010-01-27 Thread cmari
of things that can be done with the where clause in fET here: http://tiddlywiki.abego-software.de/#WhereClauseExamples cmari On Jan 27, 4:13 pm, twgrp matiasg...@gmail.com wrote: I can't figure this out; I want to filter out; all tiddlers tagged with any of the tiddlernames B1,B2... that are tagged

[tw] GridPlugin - edit sections doesn't work?

2010-01-16 Thread cmari
somehow? Thanks! cmari -- You received this message because you are subscribed to the Google Groups TiddlyWiki group. To post to this group, send email to tiddlyw...@googlegroups.com. To unsubscribe from this group, send email to tiddlywiki+unsubscr...@googlegroups.com. For more options, visit

[tw] Re: Research citations questions

2010-01-08 Thread cmari
(context.inTiddler,searchfield)))' Or maybe I don't understand the issue entirely? cmari On Jan 8, 4:09 pm, Ken Girard ken.gir...@gmail.com wrote: Another option for question 1: Take a look at:http://no-sin.com/wiki/WorkTracker.html#%5B%5BSearch%20-%20Assigned%2... Basically, I have it set up to show me

[tw] Re: Editing SideBarOptions

2010-01-08 Thread cmari
If I understand you correctly, your NewTiddlerWithForm... macro is inside a tiddler called [[Idea]]. If that macro is the only thing in the Idea tiddler, you should be able to put a button on the sidebar by adding the following to your SideBarOptions tiddler: tiddler [[Idea]] cmari On Jan 8, 2

[tw] Re: Automatically tagging from a field in another tiddler

2010-01-06 Thread cmari
Ok, sorry, I was led astray by your mention of fi...@tiddler, which would be for a custom field. For a form field, try tag:{{DataTiddler.getData(Test Tiddler, testfield, )}} cmari On Jan 6, 2:47 pm, Linck Schlich lschl...@gmail.com wrote: OK, my tiddler Test Tiddler has a field defined thusly

[tw] Re: ForEachTiddler 'where' clause syntax with Form/Data tiddlers

2010-01-04 Thread cmari
the specific search for the contents of the data field). cmari On Jan 4, 8:36 am, AlanBCohen alanbco...@gmail.com wrote: I've been using this combination quite successfully but have encountered a new situation.  One of my fields normally contains one value; e.g., tiddler.data(team)==Detroit. But a new

[tw] Re: ForEachTiddler 'where' clause syntax with Form/Data tiddlers

2010-01-04 Thread cmari
Forgot to say: spaces are fine, as in tiddler.data(team).contains (two words) On Jan 4, 8:50 am, cmari cema...@gmail.com wrote: You should be able to do something like this: forEachTiddler where 'tiddler.tags.contains([myTag]) tiddler.data(team) tiddler.data(team).contains(Detroit

<    1   2   3   >