Use of hasStarredProject

2009-07-24 Thread Frederic Aguiard

Hello,

I recently tried to include in one of my custom views the use of the
'hasStarredProject' tiddler method introduced in March. However, the
mgtdList macro does not return me any action, whereas there are some
items matching what it is supposed to display:

<>

Digging a little bit in the indexing code, I discovered that I had at
least to add 'Starred' in the list of tags to be indexed, in the
MgtdConf tiddler. But it does not seem to be the only thing to do,
since I still do not get any returned tiddler. Any idea about what I
am missing here?

Thanks a lot for your suggestions :)

Kind regards,

Frederic
--~--~-~--~~~---~--~~
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...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/GTD-TiddlyWiki?hl=en
-~--~~~~--~~--~--~---



Re: Done Action bug?

2009-07-29 Thread Frederic Aguiard

Hello,

You're right, there is a problem here; however, modifying the
javascript code is not the right way to go to fix this :)
When you open a contact, what you see is formatted according to a
template. The template itself can be modified directly within
MonkeyGTD.

1. In the right column, select the 'More...' tab, then below the 'TW'
tab, and then further below the 'All' tab.
2. You will then see in the column a list of all existing entries
(tiddlers) in your MonkeyGTD system. Scroll down until you find the
one named 'TagDashboards', and click on it.
3. In the main section, you will now have a very large tiddler,
containing some HTML/TiddlyWiki code. This code is defining what is
shown when opening several kinds of items: actions, contexts,
projects, ... Double click on the code to start editing, and scroll
your way in the code until you find this part:

!Contact



4. This is the beginning of the section of the contact template. 30
lines or so below these 3 ones, you will find this block:



This defines the 'Done Actions' section you see when opening a
Contact. The first 2 lines define what is actually displayed in this
section, the 3rd one define what to do when pressing the '+' button.
In this case, a new tiddler would be created with a tag 'Done' and
another tag to associate it with the contact. What is missing is
adding another tag to indicate that this is an action...
Which is done this way:



5. Save the tiddler, close all your open contacts, and then open then
again: it should work as you expect from now on.

Hope this helps!

Frederic

On Jul 24, 2:12 pm, Bob C  wrote:
> Hi. I've been using a MonkeyGTD file to coordinate my job search and I
> notice that when I create a new Done Action under a Contact, the new
> tiddler doesn't include the Action tag. As a result, the newly created
> item does not show up on the Contact's Done Actions section. If I
> manually add the Action tag to the tiddler, it shows up. I cracked
> open the source and, yes it's an impressive bit of Javascript :-)
> which is to say, I couldn't figure out how to fix this without some
> fairly serious homework. It would //seem// like a fairly easy thing to
> fix, but I don't know. Thanks for the great product though. I'm
> finding it very helpful.
>
> Bob
--~--~-~--~~~---~--~~
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...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/GTD-TiddlyWiki?hl=en
-~--~~~~--~~--~--~---



Re: How to make weeks start on Monday?

2009-07-29 Thread Frederic Aguiard

Hello,

I had myself a look at it, and it does not seem to be a TW setting, it
is hardcoded in the DatePicker plugin. I did make a patched version to
change the 1st day of week, but I have not tested it thoroughly. Let
me know if you are interested.

Frederic

On Jul 1, 12:16 pm, Erlend Leganger  wrote:
> When using the calendar to select a tickler date, the calendar tool comes up
> with Sunday listed as the first day of the week. For Norwegians, this is
> strange, we are used to see Monday as the first day of the week, ie in the
> leftmost column in a monthly calendar view. How can you modify this in mGTD?
> It is probably a tw setting and I have looked for it, but couldn't find it.
> - Erlend
--~--~-~--~~~---~--~~
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...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/GTD-TiddlyWiki?hl=en
-~--~~~~--~~--~--~---



Re: Chrome saving problem

2009-10-20 Thread Frederic Aguiard

Hello,

Local save using the TiddlySaver applet does work for me here, with
Java 1.6.0_16-b01 and Chrome 3.0.195.27.
A few things that you may check:

1. When you open your TiddlyWiki file, if you press shift-escape, you
should see Chrome's task manager. Is there a line reading "Plug-in:
Java(TM) Platform SE 6 U16"? If not, it seems that Chrome was not able
to load a Java VM in a plugin. Reinstalling Chrome might solve this.

2. Assuming that you work under MS Windows, when you open your
TiddlyWiki file, do you have a small "Java" icon in your system tray?
If so, try right-clicking it, then pick the "open console" option. You
will get a small text windows were Java will trace errors. Try saving
your TiddlyWiki in Chrome. Is there an error message ("exception", in
Java-lingo) shown in the console windows? If so, it might give
precious info on what is going on. That's how I realized that I could
not save because my TiddlyWiki file was in a directory with "special"
characters in its path ('e' with acute accent... not that "special"
actually in Europe...)

I hope this will allow you to get a rough idea of what is going on.

Best regards,

Frederic


On 19 oct, 18:11, Kostya  wrote:
> Oh, I think, I've updated Java recently. May that be the case?
> My Java is ver. 6 update 16 - (build 1.6.0_16-b01)
>
> Kostya
>
>
>
> On Mon, Oct 19, 2009 at 7:08 PM, Kostya  wrote:
> > My Chrome is 3.0.195.27
>
> > Kostya
>
> > On Mon, Oct 19, 2009 at 7:08 PM, Kostya  wrote:
>
> >> Same here - I want to use MonkeyGTD with fast Chrome.
> >> But it doesn't save.
>
> >> It appear to save online (upload) but the changes aren't saved - so I can
> >> work with Chrome neither online nor offline.
>
> >> Kostya
>
> >> On Mon, Oct 19, 2009 at 8:44 AM, yaakov  wrote:
>
> >>> forgot to say :
> >>> it used to work - for a week or so
> >>> only in the past 2 day something broke apparently.
> >>> I have tried with a clean version but no improvement.
> >>> I have tried with Iron instead (maybe some night built in chrome would
> >>> have fuckoff the set up) but no more success.
> >>> I updated the .java.policy to allow read,write
> >>> still no sucess
>
> >>> heee
>
> >>> On Oct 19, 4:08 am, yaakov  wrote:
> >>> > Hi all,
>
> >>> > I am using monkeyGTD on a local file system only.
> >>> > I have put the TiddlySaver.jar in the same folder.
> >>> > Launched with --enable-file-cookies
> >>> > I still get message:
> >>> > "It's not possible to save change changes. Possible reason include:
> >>> > - Your browser doesnt support saving(...)
> >>> > - The pathname contain illegal character
> >>> > - The TiddlyWiki HTML File has been remove"
>
> >>> > I don't manage to solve to the problem.
>
> >>> > Any idea.
>
> >>> > thanks.
--~--~-~--~~~---~--~~
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...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/gtd-tiddlywiki?hl=en
-~--~~~~--~~--~--~---



Re: mGTD: List all done actions which are not in a project

2009-10-21 Thread Frederic Aguiard

Hello,

I assume you are using MonkeyGTD?
I believe that there are some standard dashboards showing what you
need (like 'Action Dashboard by Project', in the 'Done actions'
section), but you can also create a simple tiddler with the following
code:

<>

Best regards,

Frederic

On 19 oct, 16:29, Damian  wrote:
> Hello all,
>
> I made the mistake the other day of deleting lots of projects by just
> deleting their tiddler rather than clicking the delete project button.
>
> Is there any way to list all of done actions which are not in a
> project? I don't want to delete all done actions as I sometimes like
> to keep track of what has been done in a project by looking at the
> done actions.
>
> Hope someone can help out
> Thanks
> Damian
--~--~-~--~~~---~--~~
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...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/gtd-tiddlywiki?hl=en
-~--~~~~--~~--~--~---



Re: GTD process question: Daily todo lists

2009-12-02 Thread Frederic Aguiard
Hello,

At some point in the past, I realized that 95% of my next actions were
attached to the context '@work'. I did try to split that in several
contexts like '@computer:online', '@computer:offline' and '@office' to
account for the fact that I sometimes work from office, from home
(both with internet access) and sometimes while commuting without
internet access. However this was not enough to reduce the amount of
next actions in '@computer:online' (still in the 85% range).

Therefore I decided to experiment the multiple-context capabilities of
mGTD, and to throw in a few more contexts which are not location
based, in parallel of the ones listed above.
I tried using for example a '@criticalPath' for actions which will
delay other people's work if I do not respect my deadlines, a
'@today' (that I daily updated) to mark items I wanted to do during
the day (thus making a daily to-do list...), etc... In the end, what I
did was having two sets of contexts, one for 'priorities' and the
other one for 'physical location', and I used the intersection of the
two to reduce the number of actions I have to choose from each day.

I also tried when applicable to reduce the number of next actions per
project to 1, only keeping as active the one with the highest
'priority', and moving the others to 'future', even if it was possible
to do them immediately.

I do not know if such ideas will be compatible with your environment,
but what is great is that both GTD and MonkeyGTD give you a very broad
capacity to experiment :)

Best regards,

Frederic

On 28 nov, 03:21, John Holden  wrote:
> You can think about using/referring to the 'Completed Projects' and  
> 'Done Actions' lists/ticklers to track what you have done for your  
> boss.  This will list things by date and you can review it as part of  
> your Weekly Review.  It is 'very GTD' to do a thorough weekly review  
> and I think it makes a big difference.
>
> With regard to daily ToDo lists, part of the GTD dogma is "do what  
> works for you"!  If you want to discipline yourself and commit to  
> getting a discrete number of things done - come hell or high water -  
> you can write them in your calendar/diary, allocating them a time as  
> appointments.  These tasks are going to take time, so there's nothing  
> wrong in committing to 'an appointment with yourself' to complete next  
> actions.
>
> If you're getting lost with context-based next action lists, perhaps  
> you should review your contexts and challenge whether they actually  
> work for you?  Are they relevant to how your work/life is structured?  
> My "At Office" list gets very long and out-of-control, as does my "At  
> Computer".  This is because my computer is at the office (!) and the  
> risk is that everything gets added to one of these lists.  At the  
> moment I am focusing on getting the lists done, rather than worrying  
> about how they should be organised!
>
> Maybe you need fewer contexts?  Maybe more?  Probably different.  
> Worth a think about why you get lost quickly.
>
> Good luck
>
> John
>
> On 28 Nov 2009, at 00:11, Jeff wrote:
>
>
>
> > I'm back at mgtd after trying text files for a while. They're just not
> > as pretty or cool as a TW-based app.
>
> > Now I'm trying to use mgtd to also track what I have done so that I
> > can easily produce status reports/tasklogs for my boss.
>
> > Is it contrary to GTD dogma to use daily todo lists? When I use
> > context-based next action lists, I get lost very quickly.
>
> > --
> > Jeff
>
> > --
>
> > You received this message because you are subscribed to the Google  
> > Groups "GTD TiddlyWiki" group.
> > To post to this group, send email to gtd-tiddlyw...@googlegroups.com.
> > To unsubscribe from this group, send email to 
> > gtd-tiddlywiki+unsubscr...@googlegroups.com
> > .
> > For more options, visit this group 
> > athttp://groups.google.com/group/gtd-tiddlywiki?hl=en
> > .

--

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




Re: GTD process question: Daily todo lists

2009-12-07 Thread Frederic Aguiard
What I did try was, as much as possible, flagging as 'next action'
only the most urgent or critical action in each project (or maybe
2...), hence considerably reducing the size of my '@work' list.
Basically, I just filtered in advance by urgency project by project,
rather that doing it on the fly while parsing the whole list of next
actions.

This strategy did reduce the amount of anxiety in front of my '@work'
list: I no longer had the feeling I had to make the right choice of
which next action to pick up and execute, out of the 50 I had in the
context... If you consider GTD as a methodology for reducing stress,
it is interesting to give it a try.

--
Frederic

On 2 déc, 15:30, Jeff  wrote:
> On Wed, Dec 2, 2009 at 4:03 AM, Frederic Aguiard
>
>  wrote:
> > I also tried when applicable to reduce the number of next actions per
> > project to 1, only keeping as active the one with the highest
> > 'priority', and moving the others to 'future', even if it was possible
> > to do them immediately.
>
> I find this intriguing. Can you elaborate on how having only 1 next
> action per project has worked out for you?
>
> --
> Jeff

--

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