Re: Sort by date & tickler alerts

2012-04-15 Thread cmari
days in advance, but you can set 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, 20

Re: New mGSD Feature: Meetings!

2012-02-29 Thread cmari
as I was trying to give you 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'

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

Re: New mGSD Feature: Meetings!

2012-02-29 Thread cmari
ject var inTiddler = store.fetchTiddler(tiddlerTitle); if (inTiddler && inTiddler.tags.contains('Project')) { so that the last line reads: *if (inTiddler && inTiddler.tags.contains('Project')||inTiddler.tags.contains(

Re: mGSD feature request: Done Actions list with scroll-Bar in Project template

2011-11-09 Thread cmari
Hi Gerold, It sounds to me as though you were on the right track. It should work if you open the TagDashboards tiddler and under Project find the div section containing DoneAction and add a scroll style style="height:120px;overflow:scroll;" before the macro command: cmari -- Yo

Re: Add link to mGSD top area

2011-09-15 Thread cmari
simplest way to make something show up 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" gr

Re: Some basic editing in mGSD ?

2011-07-22 Thread cmari
ly, it can also help 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"

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

2011-03-16 Thread cmari
You could try: <> 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 to gtd-tiddlywiki+unsubscr...@googl

Re: mGSD Journals and projects

2011-03-03 Thread cmari
{font-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 gr

Re: mGSD Journals and projects

2011-02-09 Thread cmari
Hi Justino, Yes, of course, you're right - thanks! 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 to

Re: mGSD Journals and projects

2011-02-06 Thread cmari
, maybe on tiddlyspot.com?) cmari On Sun, Feb 6, 2011 at 4:27 PM, stuckagain wrote: > Thanks cmari - we are almost there. > > To recap ... > > 1. ConfigMenu > Open (don't edit) and change the Journal date format to... > .0MM.0DD_0hh:0mm > > This ensures New Journa

Re: mGSD Journals and projects

2011-02-06 Thread cmari
Hi stuckagain, You could try this: Create a tiddler called [[JournalView]] with the contents: <> Then, in [[TagDashboards]], under "Project", after all the columns, add the line: cmari On Sat, Feb 5, 2011 at 7:33 PM, Sagi wrote: > Hi stuckagain, > > This sounds l

Re: mGSD Journals and projects

2011-02-03 Thread cmari
Hi again, I forgot to add: you could of course just use instead of the NestedSlidersPlugin. I just like the options for display offered by the plugin. In that case, the relevant line in the view would be: if (tid_length !="null") {showControl += '\n<> \n';} cmari

Re: mGSD Journals and projects

2011-02-03 Thread cmari
7;+ '  [[%0]] '+ '}}} %1', [ this.title, showControl.format([this.title]) ] );}, }); cmari On Feb 3, 10:29 am, stuckagain wrote: > I am making progress. > > In the tag

Re: Extended Ticklers Plugin (with link)

2010-05-02 Thread cmari
}}'+ put: ' %2'+ 3. After doneControl.format([this.title]) add a comma, and then on a new line: pLink cmari On May 2, 12:35 pm, Edwin wrote: > sorry, the url > ishttp://groups.google.com/group/gtd-tiddlywiki/browse_thread/thread/16... > > or search the title "Pro

Re: Project Name in Tickler

2010-03-29 Thread cmari
ile. 4. In "Ticklers Requiring Action" and "Tickler Dashboard", change "view:Tickler" to "view:Tickler2" cmari On Mar 29, 7:26 am, Simon Baird wrote: > You could do this with some hacking of code inside TiddlerViewMethods. > > Look for render_Tickler funct

Re: mGST stressed !

2010-03-04 Thread cmari
): Actions: /% !show $1 !end %/<> cmari On Mar 4, 12:12 pm, AG_Brazil wrote: > Yes, I counted one-by-one. > If you get something better pls let me know! :) > > On Mar 4, 2:54 pm, Erlend Leganger wrote: > > > On 4 March 2010 13:50, Sebastian E. Ovide wrote: > > &

Re: Boilerplate Text to Notes - mGTD

2010-02-22 Thread cmari
first couple of lines of the tiddler would look like if you wanted the text right at the top of the notes section: !Project cmari On Feb 22, 4:25 pm, youngheart80 wrote: > I've been playing around with switching to the soon-to-be-renamed > MonkeyGTD.  I've been fiddling with th

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

2010-02-01 Thread cmari
disappear). http://www.tiddlytools.com/#TaskTimerPlugin cmari On Feb 1, 4:23 am, DaveG 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

Re: Mgtdlist to sort in reverse alfabetical order?

2009-12-23 Thread cmari
you can add sort:-title, as in: <> cmari On Dec 23, 1:32 am, Erlend Leganger wrote: > I name my completed projects with the completion date in the title, > such as "2009-05-01: Prepare green house" (ie this was completed May > 1), "2009-11-30: Complete Christmas s

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

2009-08-05 Thread cmari
Moreover, what shows up 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

Re: Another call for 'Realm' improvements.

2009-06-09 Thread cmari
ers tagged: Action [[Waiting For]] myStuff cmari On Jun 9, 10:54 am, Damian 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

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 P

Re: Sequencing: New action from within action (att: Carsten)

2009-04-06 Thread cmari
This works for me! However, using "tiddler.title" won't work unless you have version 2.4.3 or higher of TW. (If you don't have that, using tiddler.title tends to produce the last tiddler - alphabetically, by title - in your TW. YourSearchPlugin seems like a likely candidate!

Re: Monkey GTD request - Areas

2009-02-28 Thread cmari
hes once I try to put a macro inside html. cmari > > > On 9 Feb, 17:01, Elizabeth wrote: > > > > > In attempting to find a more elegant way, I've run into the problem > > > > that in TagDashboards, I don't know how to refer to the title of a > > &

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 r

Re: Changing Realm Default

2009-01-08 Thread cmari
You can change the default realm if you search for and open the tiddlers titled "Personal" and "Work", and then change the numbers for "order" and "priority" so that your desired default realm has the number 1. (You'll need to save and reload in order