Re: How to set Project = "Important" ..?

2011-09-22 Thread tomo
If you look at the "Configuration" you'll find a box where you can
enter one or more tags that can be used to sort actions by your
importance criteria. If left out, then the single well-known tag
"important" will be used to bubble actions to the top.

-- tomo

On Sep 21, 6:25 pm, W6DTW  wrote:
> Nice job on D3.  How do I set a project to be "Important"?  Tried
> tags, no luck.  Do I need to enclose the tag somehow inside magic
> chars?

-- 
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: D3 "Review next actions only" doesn't stay checked

2011-06-17 Thread tomo
Hmm, it looks like the cookies are being stored in a common location
and multiple wikis are nuking each other's.

-- tomo

On Jun 13, 3:15 pm, Brent Bartlett  wrote:
> A-ha! I've found it! For some reason, opening or reloading another
> TiddlyWiki will erase D3's cookies.
> This is very annoying, as I have 3 TiddlyWikis I use: D3, one for
> notes, and another for bookmarks.
> Here are the steps I took:
> 1. Open one or more of D3's contexts, and click the checkbox to
> "Review next actions only".
> 2. Open a different TiddlyWiki.
> 3. Open D3 again. Open the context(s) you opened before. The checkbox
> has been cleared.
> (Again, I'm using Firefox 4, but I seem to be getting the same
> behavior in Internet Explorer 8.)
>
> On Jun 13, 10:41 am, Brent Bartlett  wrote:
>
>
>
> > That's odd. Something seems to be making the cookies expire
> > prematurely.
>
> > On Jun 11, 3:48 pm, Brent Bartlett  wrote:
>
> > > I'm using the TiddlySaver.jar, also.
> > > What I'm seeing is: if I keep the file in use on the same computer,
> > > it's okay, but once I take it to work, it's forgotten my preferences,
> > > and the boxes are unchecked again. Then, when I take it back home, the
> > > boxes are unchecked on my home browser, also. But, yes, once I've
> > > checked them, I can close and open the browser, and they'll still be
> > > checked. It's only after I've moved the file to another computer that
> > > it forgets my settings.
> > > I have cookies on in both the home and work browsers.
>
> > > On Jun 9, 5:14 am, jonas thomas  wrote:
>
> > > > Hm. That's strange.  I thought I saw that behavior also, but when  I 
> > > > checked
> > > > on Linux Firefox 3.6.17 and I'm not seeing it.  The choice appears to be
> > > > persistent between sessions.  I'm using that TiddlySaver.jar.  Perhaps 
> > > > that
> > > > the difference.
>
> > > > For myself, the context functionality has always bugged me a bit.  When 
> > > > the
> > > > Review next actions box is not clicked it shows all actions within the
> > > > context open and or closed.  I have a lot of projects and the closed 
> > > > steps
> > > > get in the way.    I deal with it, but for example I would like to be 
> > > > able
> > > > to see @errands as the next step as well open errands only.  I always
> > > > thought there should be two check boxes:
> > > > Review Next step only.
> > > > Review open Items only.
> > > > (I think I recall Tomo saying there was a technical reason why this 
> > > > could
> > > > not be done.. This was a while ago)
>
> > > > On Thu, Jun 9, 2011 at 1:43 AM, Brent Bartlett 
> > > > wrote:
>
> > > > > I've just started using D3, and am loving it! However, there is one
> > > > > thing that is bothering me. Whenever I open a context, I have to check
> > > > > the box next to "Review next actions only". As long as I keep the
> > > > > browser open, the boxes stay checked, but once I've closed the browser
> > > > > and opened it again, they're unchecked again. This is very irritating.
> > > > > I have cookies on, too. I'm using Firefox 4 on GNU/Linux and Windows
> > > > > XP.
>
> > > > > --
> > > > > 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.

-- 
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: D3 Project Actions are "Unfiled", and Last Actions Become Next Actions

2011-06-17 Thread tomo
Brent,

First, the "unfiled" issue. When you create a new action via the
project, it will give it the default context you specify in
"Configuration", which is "unfiled" by default. If you want a catch-
all context to collect actions in, simply change that configuration
setting. Note, however, that the action context specified in the
project tiddler is simply the *first* context for that action.
Contexts are stored with actions, not projects, and so you can freely
change the context on an action, which oftentimes is the case as
actions move through their lifecycle. When an action's context is
updated, it is not changed in the referring project -- too much work
and simply not required.

After a bunch of testing, this "unfiled" issue has no bearing on the
second thing you are reporting. Nor does it seem to have to do with
numbers in the action name. I have seen the problem using your chicken
example, replacing "1", "2", "3" by "one", "two", "three". While I
don't yet know the cause, the workaround I have discovered is simply
to open the project tiddler for edit, and close it, once. After you do
that, the correct action is flagged as "next", it sticks during a
reload, and new actions fall in behind as expected.

So this leads me to think it is a project parsing issue for new
projects, but I am still investigating.

Hope this helps,

-- tomo

On Jun 16, 3:20 pm, Brent Bartlett  wrote:
> I don't know if this is the right place to report bugs, but here goes.
> I'm using D3 version 1.3.0.
>
> 1) Whenever I save a new action for a project, I give it a tag by
> erasing "unfiled" from the bottom field, and adding the context
> (prefaced with an @).
> However, if I click the Edit button on the project, the actions show
> up like this:
>
> <>
> <>
> <>
>
> So, although I've given them a context, and they behave normally (they
> show up in listings with that context, etc.), when I click on Edit for
> the project they show up as "unfiled".
> Well, that's no big deal. Except for how it pertains to the second
> bug...
>
> 2) I said the actions behave normally, but there is one very odd
> exception.
> Sometimes, the *last* action in a project will be next, instead of the
> first. This seems to be related, somehow, with actions that have
> numbers in the title. For instance, say I have a project called "Beat
> Castlevania", with actions "Beat level 4", "Beat level 5", and "Beat
> level 6". The last one, "Beat level 6" will be the next action,
> instead of "Beat level 4".
> I also tried creating the actions in reverse order, e.g. "Level 5"
> first, "Level 4" second, and so on. The action with the highest number
> is still the next action ("Level 5"). However, having a larger number
> before the last action doesn't change things. So, in the first
> example, if "Beat level 5" were "Beat level 500", "Beat level 6" would
> still be the next action. Note, though, that the last action itself
> doesn't have to have a number in it. Here's how I think it works: if
> numbers are ascending, then the *last* action will be next; if they
> are descending, the *first* action will be next. I haven't seen any
> with next actions in the middle of the list.
>
> Here's what fixes it, though...if I go into the project and replace
> "unfiled" with the context for each action, then the project behaves
> normally, with the top action being the next action!
>
> To test, create this project with the following actions:
> Project: Picking up chickens
> Get 1 chicken @work
> Get 2 chickens @work
> Get 3 chickens @work
> Build a chicken coop @work
>
> When you're done, hit F5 to reload. Click on the @work context to open
> it. "Build a chicken coop" will be the next action.

-- 
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: turn off right panel?

2011-01-26 Thread tomo
There is not preventing you from adding your own extensions to d-cubed
to make it work for you. Just save a copy before you do in case the
macro causes some unexpected behaviour.

-- tomo

On Jan 24, 12:43 pm, pippin  wrote:
> > This ">>" is the toggle for the right panel.
>
> I use d3 (d-cubed) and don't see the '>>' toggle you mention.
> is it in Monkey? if so, it might induce me to switch.
>
> (or could it be added to d3?)
>
> Pip

-- 
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: d3 action projectify problem

2010-11-13 Thread tomo
Hmm, I can see your original issue, but the commant from Jonas is
valid: if you save the file and reload (ignoring the "unsaved changes"
message), the new action is correctly converted to a project. So while
a bit of a pain to do the reload, it is not a show-stopper.

I'll dig into the code and see what the heck is going on here. I am
really surprised nobody has noticed this in all this time.
"Projectify" is clearly not a popular feature!

-- tomo

On Nov 12, 8:25 pm, Marcelo F Andrade  wrote:
> On Thu, Nov 11, 2010 at 11:03 PM, jonas thomas  
> wrote:
> > I seem to be getting experiencing the same phenomena.  But... If you close
> > D3 and re-open all seems well (for me anyway).
> > I've never seem to have the need to projectify.
> > It seems if you just have an action you can assign a project to it.
>
> > It seems like projectify takes and action out of an existing project and
> > creates a new one.  Is that it?
>
> Well, I'm not sure, but I guess projectify is just an easy way
> to turn an action (you see is gonna take more than one step)
> into a project.
>
> This is a boring bug, because in this case I have to copy the
> text, delete the action tiddler, create a project, paste the text
> and finally create the action steps for the project.
>
> I don't know if just changing the tag 'action' to 'project' have
> the same effect...
>
> Cheers.
>
> --
> MARCELO F ANDRADE
> Belem, Amazonia, Brazil
>
> "I took the red pill"

-- 
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: D3 - New user questions

2010-04-14 Thread tomo
The d3 system was intended to be pretty self-explanatory if you are
reasonably well versed in GTD. No doubt, a good how-to would always be
appreciated by users, but I don't think there are many nuances to be
missed. If there is something specific you are wanting to do, ask and
someone will help you out! I know I have been very silent here for a
long time, but there is still (I think) a core of d-cubed users that
just get stuff done with it.

-- tomo

On Apr 13, 3:04 am, Steve T  wrote:
> I'm a new D3 user too and I'm getting on with it OK but I do wish
> there was a simple step by step guide. Nothing to do with the use of
> TiddlyWiki but how best to apply GTD principles to this wiki system.
> I'm sure I'm missing many nuances and just plodding through.
>
> On Apr 7, 3:28 pm, hossnugget  wrote:
>
>
>
> > Hi all,
>
> > I did do some reading hoping to answer my own questions, but wasn't
> > able to find much documentation.  I was using Omnifocus on my Mac, but
> > had to turn that in (changed jobs). Back on a windows computer, I
> > decided to play with TiddlyWiki and am working with D3 now.
>
> > A few basic questions:
>
> > 1. How do I defer something for a period of time? Say I want to hide a
> > project or action for 1 month...
>
> > 2. How do I clear actions that have been completed. I check the box,
> > but they stay there checked and crossed off.
>
> > 3. How can I setup a recurring task. Say I need to water the plants
> > once a week, but it's not a standard schedule so it doesn't belong on
> > the calendar...
>
> > Thanks in advance!
>
> > -Hoss

-- 
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: D3 - New user questions

2010-04-14 Thread tomo
Hoss,

To defer a project, you simply click the "defer" checkbox. You cannot
defer an action because, in GTD terms, an action is something that
needs to get done. To defer a project for a period of time, the only
way is to defer it then set up a Tickler to remind you to re-enable
the project at some future date.

In a project, you cannot change how complete actions look without a
bit of hacking of the CSS used to display actions. But if you are only
interested in what needs to be done right now, you should be looking
at the summary tiddlers, which remove a lot of visual noise.

Recurring tasks are best done using Ticklers. But reminders are tied
to the calendar, so it will always show up there.

Hope this helps,

-- tomo

On Apr 7, 10:28 am, hossnugget  wrote:
> Hi all,
>
> I did do some reading hoping to answer my own questions, but wasn't
> able to find much documentation.  I was using Omnifocus on my Mac, but
> had to turn that in (changed jobs). Back on a windows computer, I
> decided to play with TiddlyWiki and am working with D3 now.
>
> A few basic questions:
>
> 1. How do I defer something for a period of time? Say I want to hide a
> project or action for 1 month...
>
> 2. How do I clear actions that have been completed. I check the box,
> but they stay there checked and crossed off.
>
> 3. How can I setup a recurring task. Say I need to water the plants
> once a week, but it's not a standard schedule so it doesn't belong on
> the calendar...
>
> Thanks in advance!
>
> -Hoss

-- 
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: Realms for D3?

2009-12-06 Thread tomo
Not the same thing exactly, I know, but I simply tag my projects with
my various "realms", and then then update my ProjectList tiddler to
include sliders for the various tagged "realms". I think examples have
been posted here before, but here is mine:

*+++(gtdImportantProjectsSliderState)[Important:] <>===
+++(gtdMBSProjectsSliderState)[MyBandSite:] <>===
+++(gtdVPIProjectsSliderState)[VPI:] <>===
+++(gtdOtherProjectsSliderState)[Other:] <>===

-- tomo

On Dec 5, 7:58 pm, Jonas Thomas  wrote:
> I thought I'd throw the question out here.
>
> I've been using D3 for over 8 months and I like it.  I happened to
> take another test ride on mgtd the other day and found some features I
> really liked and some others that I preferred in D3.
>
> Has anyone made any enhancements to D3 that would duplicate the
> functionality of realm's in Mgtd.
>
> I really like the mgtd feature of being able to separate work from
> home which is lacking in d3.  But.. I rather prefer how projects look
> in D3.
>
> Or I suppose the converse would be.. How about making the project
> action in mgtd look like d3 instead of being grouped by context.
>
> JT

--

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: d3 priorities

2009-11-23 Thread tomo
No, that is not quite correct. The priorities are for projects, such
that actions for a more important project appear ahead of actions for
less important projects. Within a project, actions continue to be
prioritized according to where they appear (which is how the "next
action" works).

Hope this helps,

-- tomo

On Nov 22, 3:54 pm, haveimooed  wrote:
> Hi everyone,
>
> first of all I would like to thank d3 developer(s) for this great
> gtdwiki. However, there is one annoyance I want to ask about:
>
> in the configuration tiddler Action display settings first field I
> have a list of priority tags: prio5, prio4, ..., prio0. Now, if I
> understand correctly, for example, in the Summary Review, actions for
> today should be sorted according to these tags: prio5 first in the
> list, prio0 last. Is this right? If not, how to achieve such sorting?
>
> Thanks,
> Mantas

--

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=.




Re: D3(D-cubed) Project Review for Someday-Maybe

2009-11-03 Thread tomo

GTDMenu

On Nov 2, 10:42 am, jonas thomas  wrote:
> Tom,
> Thanks so much One issue I had is that when I copied and pasted some
> line feeds where generated that needed to be taken out.
> I did that and all is well..
> This is sooo cool.   :)
> Btw... I like to add this to the pull down review menu on the left side.
> Could you tell me which tiddler I need to look at?
> Thank you, Thank you.
>
>
>
> On Mon, Nov 2, 2009 at 8:45 AM, tomo  wrote:
>
> > There is nothing explicit to help you, but it is easy enough to create
> > a variant of the built-in d3 function that does the project lists.
> > Here is a quick-and-dirty plugin that will do the job. Simply paste
> > this into a new tiddler ("gtdSomedayList", for example), make sure the
> > tiddler has the tag "systemConfig", and save/reload your document.
> > Then create another new tiddler ("Someday Review", for example, and
> > put into it "<>", and close it. Presto.
>
> > //{{{
> > config.macros.gtdSomedayList = {}
> > config.macros.gtdSomedayList.handler = function
> > (place,macroName,params)
> > {
> >        var theList = createTiddlyElement(place, "ul", null,
> > "gtdActionList");
> >        var parentTiddlerName = story.findContainingTiddler
> > (place).getAttribute("tiddler");
>
> >        var projects = store.getTaggedTiddlers
> > (config.options.txtGTDSomedayContext);
> >        // do an importance sort on project list first, so they bubble to
> > the
> > top
> >        projects.sort(_GTD.projectSorter);
> >        for (var i = 0; i < projects.length; i++) {
> >                var project = projects[i];
> >                // this will present the actions in the same order as they
> > appear in
> > the project
> >                var theListItem = createTiddlyElement(theList, "li", null,
> > "gtdActionListProject");
> >                createTiddlyLink(theListItem, project.title, true);
> >                if (project.gtdActions != undefined &&
> > project.gtdActions.length >
> > 0) {
> >                        var subList = createTiddlyElement(theList, "ul",
> > null,
> > "gtdActionList");
> >                        for (var j = 0; j < project.gtdActions.length; j++)
> > {
> >                                var action = project.gtdActions[j];
> >                                var subListItem =
> > createTiddlyElement(subList, "li");
> >                                var el =
> > config.macros.gtdAction.createActionElement(subListItem,
> > action, project.title, action.tags);
> >                        }
> >                }
> >        }
> > }
> > //}}}
>
> > -- tomo
>
> > On Nov 1, 7:08 am, Jonas Thomas  wrote:
> > > Hello,
> > > I've been really enjoying D3, but there is one feature (for me anyway)
> > > which would be really nice to have.
>
> > > I have a huge amount of someday-maybe projects defined that I'd like
> > > to skim over in my project review.
>
> > > Currently I need to click each one of them individually to review
> > > them.  This is really cumbersome, since my D3 file is big and there is
> > > bit of a time lag.
>
> > > What would be the cats meow would be a someday maybe project review
> > > similar to Project Review for active items.
>
> > > These projects are still in the cooker so to say and it would probably
> > > be nice to list the outcome statement also.  In this way, I could have
> > > the review generate while I'm getting my morning coffee.
>
> > > I'm surprised that no one has requested this before.  I googled a bit
> > > and didn't find anything (perhaps, I don't have the correct search
> > > terms) or I'm just wired weird.
>
> > > While I wouldn't mind adding Learning Java script to the list, I just
> > > as soon not re-invent the wheel if this has been done already.
> > > Does any happen to know that a plug-in has been written to do what I'm
> > > interested in doing?
> > > Thanks in advance
> > > JT
--~--~-~--~~~---~--~~
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: Comparison of GTD TiddlyWikis?

2009-09-16 Thread tomo

Just to clarify a bit, d-cubed is still very much alive as there are
many active users of it. I don't generally post much here lately
because it tends to be a tool that "just works" and, as such, is a
mature and straight-forward GTD implementation. If you use it, and
have an issue, post it here and I try and respond promptly.

-- tomo

On Sep 15, 8:43 am, Mat  wrote:
> I would definitely say that mGTD is the most actively developed one.
> The original GTD-TW is not actively maintained anymore, as far as I
> know. And I am not aware of any recent postings in here by d3 driver,
> Mr. Otvos. And this board is, as far as I know, the main - or even the
> only - place where GTD variants are discussed for TW. I keep hearing
> positive things about d3 though.
>
> That said, the wonderful mGTD is still largely a one man project by
> Simon Baird, although he has indicated he would like more people to be
> actively involved in development. (A major notable addition of late is
> the SequencedActionsPlugin[1] by Carsten Thiele, but it is not fully
> incorporated. Another is the Notes icon addition by Max/ByteDoc which
> is included in the latest mGTD.)
>
> If you allow me to get a bit philosophical; I think there are two
> major reasons why any TW based GTD tool has difficulty in "growing" as
> dynamically as, say, TW in general:
>
> First, and most obvious, is the fact that there are relative few
> individuals using both TW and wanting to do GTD via it. TW in itself
> has a definite user threshold, so even someone hearing of some TW-GTD
> variant is up for an initial challenge.
>
> Second, the GTD methodology is very dogmatic (note: that is not
> necessarily a negative term). This means that it does not quite allow
> for manifestations thereof (such as mGTD) to "flow out" and experiment
> very much - unlike e.g TW in general that of course lets you 'do
> anything'. This, and the fact that a prime creator naturally has
> certain aesthetic tastes probably makes it a bit problematic for
> *multiple* people to collaborate on developing a coherent GTD system
> in TW. (Parts of this issue is highlighted in another recent thread
> [2] )
>
> jayseye, you experience issues when saving in mGTD. If you're more
> specific I'm sure you'd get help here or on the TW board. In genereal,
> TW is not for IE and as such I'm sure there are many many Mac users
> using TW and some using mGTD.
>
> BTW, if you're willing to go outside GTD, then some of the Osmosoft
> guys developed TeamTasks. Do a search if curious.
>
> /Mat
>
> [1]http://tinyurl.com/psupjg
> [2]http://tinyurl.com/qmjjk5
>
> On 15 Sep, 01:20, jayseye  wrote:
>
>
>
> > Thanks, Matt -
>
> > Yikes, now there are four. Are other people interested in a comparison
> > of features?
>
> > - jayseye
>
> > On Sep 14, 3:47 pm, Mat  wrote:
>
> > > Just found thishttp://tbgtd.tiddlyspot.com/
--~--~-~--~~~---~--~~
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: D3 - Getting Things Done - I don't want to see completed Actions in my Project Views

2009-08-14 Thread tomo

Sweet!!! Try this. In your StyleSheet tiddler, in the "Personal
preferences" section, add this line:

 .gtdCompletedActionItem, .gtdCompletedActionItem + br { display:
none; }

The first selector actually hides the completed action. The second one
also hides the line break tag that follows the completed action in
your action list, if you did something simple like just type in the
actions one line after the other. Without that second one, you would
end up with blank lines in your action list. Now, as a caveat, this
works for me in Safari, but I don't know what browser you are using
and its level of CSS support. But this will get you going at least.

Let me know how this works for you.

-- tomo

On Aug 13, 12:16 pm, Dan McCune  wrote:
> Tomo,
>
> Thanks for your quick reply and thanks for the idea of using the Project
> Review.  I have a lot of long projects, so the Project Review view is long
> and takes lots of scrolling.
>
> I would like a way to hide completed items in the Project tiddlers
> themselves.  There is a configuration option to configure "the number of
> days to keep completed actions in context and review action lists".  Could
> this configuration option also apply to Project Views?
>
> Thanks
> Dan
>
>
>
>
>
> On Thu, Aug 13, 2009 at 8:53 AM, tomo  wrote:
>
> > That is what the "review" tiddlers are for. The Project Review, in
> > particular, will only show active actions for each live project. The
> > project tiddlers themselves are containers for the actions, so they
> > cannot easily be hidden.
>
> > If that is good for you, then I'll stop there. If you still want to
> > hide them even in the Project tiddlers themselves, then reply back and
> > I will ponder a hack fix.
>
> > -- tomo
>
> > On Aug 12, 9:39 am, DanMcCune  wrote:
> > > Hi,
>
> > > I love the D3 TiddlyWiki, but one thing drives me nuts.  Some of my
> > > Projects have a lot of Actions in them, and once I've completed an
> > > Action, I would like to filter it from the Project View.  This way it
> > > is not deleted, but it doesn't show by default.  I know there is a
> > > "done" tag on Completed Actions, but how do I filter "done" items from
> > > a view?
>
> > > Thanks
>
> > > I'm comfortable making coding changes if someone will tell me where to
> > > make the change.
>
> > > Thanks
> > > Dan
>
> --
> _
> Daniel McCune
> 1025 Dyer Crossing Way
> Round Rock, TX 78665
> danmcc...@gmail.com
> (715) 559-3783
--~--~-~--~~~---~--~~
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: D3 - Getting Things Done - I don't want to see completed Actions in my Project Views

2009-08-14 Thread tomo

It could, but it doesn't. Let me think about a way you can do what you
need to do. I think we may be able to achieve something with some
simple stylesheet magic.

-- tomo

On Aug 13, 12:16 pm, Dan McCune  wrote:
> Tomo,
>
> Thanks for your quick reply and thanks for the idea of using the Project
> Review.  I have a lot of long projects, so the Project Review view is long
> and takes lots of scrolling.
>
> I would like a way to hide completed items in the Project tiddlers
> themselves.  There is a configuration option to configure "the number of
> days to keep completed actions in context and review action lists".  Could
> this configuration option also apply to Project Views?
>
> Thanks
> Dan
>
>
>
>
>
> On Thu, Aug 13, 2009 at 8:53 AM, tomo  wrote:
>
> > That is what the "review" tiddlers are for. The Project Review, in
> > particular, will only show active actions for each live project. The
> > project tiddlers themselves are containers for the actions, so they
> > cannot easily be hidden.
>
> > If that is good for you, then I'll stop there. If you still want to
> > hide them even in the Project tiddlers themselves, then reply back and
> > I will ponder a hack fix.
>
> > -- tomo
>
> > On Aug 12, 9:39 am, DanMcCune  wrote:
> > > Hi,
>
> > > I love the D3 TiddlyWiki, but one thing drives me nuts.  Some of my
> > > Projects have a lot of Actions in them, and once I've completed an
> > > Action, I would like to filter it from the Project View.  This way it
> > > is not deleted, but it doesn't show by default.  I know there is a
> > > "done" tag on Completed Actions, but how do I filter "done" items from
> > > a view?
>
> > > Thanks
>
> > > I'm comfortable making coding changes if someone will tell me where to
> > > make the change.
>
> > > Thanks
> > > Dan
>
> --
> _
> Daniel McCune
> 1025 Dyer Crossing Way
> Round Rock, TX 78665
> danmcc...@gmail.com
> (715) 559-3783
--~--~-~--~~~---~--~~
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: Problem upgrading d-cubed 1.2 to 1.3

2009-08-14 Thread tomo

No, d-cubed is built on the latest stable release of TW at the time
that a d-cubed release is made. Generally speaking, it is *not* a good
idea to always use the latest TW as it gets updated, because there are
often incompatibilities introduced that require changes in d-cubed. I
wish this were not so, but it is a reality. So d-cubed should be
considered a closed system, based on TW.

That said, open your "About" tiddler and report back what it says.
Also, what exact steps did you follow?

As a worst case scenario (if we don't get anywhere), would you be
willing to share your document with me so I can diagnose the issue
directly?

-- tomo

On Aug 13, 3:29 am, Rense  wrote:
> Thanks for responding!
>
> Hm, I'm not sure I get what you mean by the version of TW... d3 1.3 is
> already based on the latest TW version, right? Anyway, how would I
> find out?
>
> I did not change any build-in tiddlers btw I'm using Firefox 3.5,
> if that is of any help, but I tried and the same problem occurs in IE.
>
> On Aug 12, 2:36 pm, tomo  wrote:
>
>
>
> > Hello Rense,
>
> > What version of TW are you running this on? And had you modified any
> > of the built-in support tiddlers, like any of Eric's importing
> > tiddlers?
>
> > On Aug 11, 8:59 am, Rense  wrote:
>
> > > Hi all,
> > > I'm having trouble updgrading my d-cubed from version 1.2 to 1.3. I
> > > followed the six steps in Tomo's instructions for this, but run into
> > > the following:
> > > - I cannot edit tiddlers; they open when I double-click, but the
> > > cursor does not blink and I cannot add or delete anything;
> > > - The entries "new project" and "new action" have dissapeared from the
> > > left-hand menu;
> > > - The "save changes" link in the upper right corner has dissapeared.
>
> > > Oviously, this makes d3 useless.
>
> > > Any ideas?
> > > Best, Rense
--~--~-~--~~~---~--~~
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: D3 - Getting Things Done - I don't want to see completed Actions in my Project Views

2009-08-13 Thread tomo

That is what the "review" tiddlers are for. The Project Review, in
particular, will only show active actions for each live project. The
project tiddlers themselves are containers for the actions, so they
cannot easily be hidden.

If that is good for you, then I'll stop there. If you still want to
hide them even in the Project tiddlers themselves, then reply back and
I will ponder a hack fix.

-- tomo

On Aug 12, 9:39 am, DanMcCune  wrote:
> Hi,
>
> I love the D3 TiddlyWiki, but one thing drives me nuts.  Some of my
> Projects have a lot of Actions in them, and once I've completed an
> Action, I would like to filter it from the Project View.  This way it
> is not deleted, but it doesn't show by default.  I know there is a
> "done" tag on Completed Actions, but how do I filter "done" items from
> a view?
>
> Thanks
>
> I'm comfortable making coding changes if someone will tell me where to
> make the change.
>
> Thanks
> Dan
--~--~-~--~~~---~--~~
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: Tickler (d-cubed)

2009-08-12 Thread tomo

Dave,

Sorry for the tardy reply. Ticklers are simply a place to put
reminders that are not strictly tied to existing actions. They can be
reminders to pay a bill, do payroll, or make a dentist appt. They will
then show up on the Summary Review when they come into range.

HTH,

-- tomo

On Aug 1, 10:40 pm, dmullens  wrote:
> Hi all,
>
> Just discovered d-cubed. I've used GTD on and off for a couple of
> years. I am figuring out most of d-cubed, but I was trying to discover
> what the 'tickler' menu item was used for. It doesn't seem like the
> 'reference' or 'someday' tag. I see how I can use the calendar to
> create a 'reminder' too. I'm just trying to figure out where the
> tickler comes in and how to use it (create it, etc).
>
> Thanks,
>
> Dave.
--~--~-~--~~~---~--~~
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: Problem upgrading d-cubed 1.2 to 1.3

2009-08-12 Thread tomo

Hello Rense,

What version of TW are you running this on? And had you modified any
of the built-in support tiddlers, like any of Eric's importing
tiddlers?

On Aug 11, 8:59 am, Rense  wrote:
> Hi all,
> I'm having trouble updgrading my d-cubed from version 1.2 to 1.3. I
> followed the six steps in Tomo's instructions for this, but run into
> the following:
> - I cannot edit tiddlers; they open when I double-click, but the
> cursor does not blink and I cannot add or delete anything;
> - The entries "new project" and "new action" have dissapeared from the
> left-hand menu;
> - The "save changes" link in the upper right corner has dissapeared.
>
> Oviously, this makes d3 useless.
>
> Any ideas?
> Best, Rense
--~--~-~--~~~---~--~~
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: Slight 1.2.0 -> 1.3.0 update issue in d-cubed

2009-07-08 Thread tomo

Yes, the Reference tiddler is a little special, but is probably not
documented. I am sorry the update whacked your tiddler (but that is
why I do an automatic backup before proceeding with the update).
Otherwise, there has never been any reported data loss issue with d-
cubed that I am aware of, so you can safely continue to use the
application. Continuing to backup is never a bad idea, however.

-- tomo

On Jul 8, 2:36 pm, Laurynas Biveinis 
wrote:
> Hello and first of all big thanks for creating d-cubed, which is
> helping me immensely every day.
>
> Recently I have updated from 1.2 to 1.3.0. Everything went smoothly
> except one issue: In 1.2 I had created tiddler "Reference" which was
> serving as a table of contents into my reference tiddlers. After the
> update, its contents were gone. I restored them from backup, but of
> course data loss is not acceptable :) I don't recall seeing in any
> documentation that one cannot use tiddler named "Reference" for own
> purpose. If that's the case, then a warning if an user tries to use a
> reserved tiddler name would be great, or at least a list of tiddler
> names which should not be used for user's content.
>
> Thanks,
> --
> Laurynas
--~--~-~--~~~---~--~~
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: New User - some d-cubed things I don't understand

2009-06-15 Thread tomo

Hi, and thanks for using d-cubed!

Regarding your "unfiled" issue, that value comes from the
"Configuration" setting for specifying the default context for new
actions. You can change it to whatever you want, but the reason the
context picker does not do the replacement is because "unfiled" is not
a real context. I personally use "@default" as my default context, and
also make sure that there *is* a context called "@default" so that, if
I ever see stuff in that context during review, I know I have not set
it up with a more useful context.

As to seeing projects with no open actions, you will generally see it
in the "Summary Review" and "Project Review" listed at bottom as
"Projects with no open actions". However, brand new projects that have
no actions in them at all will not show up there. You need to have
actions in the project for it to be considered a live project, and if
all the actions are currently closed, then they will appear in the
lower list.

Hope this helps...

-- tomo

On Jun 12, 3:40 am, akc42  wrote:
> I only discovered TiddlyWiki - and then d3 - yesterday, but they look
> perfect for a couple of things.
>
> I am trying to set d3 up with some projects and activities, but things
> aren't happening quite how I would have expected.  I presume I am
> misunderstanding something.
>
> When I initially create an action inside a project, it is created with
> the 'unfiled' tag.  If I then open up the action and hit the context
> button and assign a context, it seems to leave the unfiled tag in
> place, so the action is both in a context and unfiled at the same
> time.  Is this to be expected?
>
> I have some projects which after I have created an action in them, I
> realised that action needed to be a project, so I 'projectify' it.
> This leaves the original project without any actions.  I would
> therefore have expected it to appear in the summary review as a
> project without actions, but it doesn't appear in any review.  Is that
> to be expected?
>
> Lastly, not an issue, but just a comment - I am using this on Linux.
> When I open the file in epiphany when some automatic saving occurs (I
> think) it closes all the open tiddlers, and I am just left with the
> tiddlers in DefaultTiddlers.  If I switch to Iceweasel (I am on Debian
> which has renamed Firefox), this problem goes away.
--~--~-~--~~~---~--~~
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: Looking for basic starter info on using D3 (not TiddlyWiki help, specifically D3)

2009-06-10 Thread tomo

Hi Kelly,

There is no formal how-to guide to d-cubed, aside from the stuff
written in the "Getting Started" tiddler in the demo you can download
from dcubed.ca. I have tried to make it reasonably intuitive and,
unlike mGTD, you don't really need to know all the tags, functions,
etc. to get things done. Please work through that and if you have
specific questions, feel free to ask.

-- tomo

On Jun 9, 12:23 pm, Kelly N <36l...@gmail.com> wrote:
> Hi,
>
> I'm rereading GTD after several years and using many other systems.
> I've recently started using TiddlyWiki for my personal notes and task
> management but would like to try using d3 as part of my system for
> project/task management (I'll likely keep my reference material in a
> separate, standard TiddlyWiki).
>
> Is there a page or file that explains some of the basic uses of the
> various significant tags and functions available in d3?
>
> A basic walkthrough of creating a project, context, adding,
> processing, and managing actions, etc. is what I'm looking for
> specifically.
>
> I've looked around a bit and I can infer some of the info I need to
> know but if there's a formal User Guide or HowTo, that would be very
> helpful.
>
> I don't want to reinvent the wheel and start using it only to find out
> there is a better, more efficient way already available.
>
> Thanks,
> Kelly
--~--~-~--~~~---~--~~
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: import plugins/"backstage" function - deprecated in gtd_tiddlywik_plus?

2009-05-27 Thread tomo

Jon,

I think you'll find that GTD TW Plus is "ancient" in TW terms. All the
newer TW features are not supported in that much earlier release. If
you want something close to GTD TW, then as others have mentioned, d-
cubed (http://dcubed.ca/) might be your best bet. The other flavour of
GTD that is commonly used is mGTD but, if you are concerned about a
steep learning curve, you might be better served to get your feet wet
with d-cubed first. Many just stick with it.

-- tomo

On May 25, 5:48 pm, Jonathan  wrote:
> Am on the beginning/steep side of the learning curve here  - partly
> trying to pick which flavor to use.
>
> Current issue: in using GTD TW Plus - wanted to try adding plugins.
> The very useful Giffmex tiddler says go "Backstage" and then "Import
> Plugins"
>
> But in my copy of GTD TW Plus - no "backstage," no "import," no
> "import plugins."
>
> More generally - does picking one flavor or mod - mean giving up the
> modular functionality?
>
> Thanks
>
> Jon Soroko
--~--~-~--~~~---~--~~
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: dcubed plugin problem

2008-11-20 Thread tomo

Alan,

I have tried downloading a fresh copy of d-cubed, unzipping the
package, and opening it in FF 3.04 on XPSP3, and do not see that
error. Indeed, searching both the d-cubed and TW Javascript code,
there is no instance of the variable "expiration", so I am at a bit of
a loss to explain your error.

Do you, perhaps, have some extensions installed in FF that may be
kicking in? I personally only have Firebug, but is, say, Greasemonkey
doing something behind your back?

-- tomo

On Nov 18, 11:12 am, AlanBCohen <[EMAIL PROTECTED]> wrote:
> I'm a new TW user and have encountered a problem opening dcubed v.1.3
> empty in Firefox 3.04 in WinXP SP3.
> The problem is 'Error: TypeError: expiration is null' message on
> GTDplugins.  I don't understand the error message enough to fix it -
> yet. Your help in identifying the problem would be appreciated.
--~--~-~--~~~---~--~~
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 [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/GTD-TiddlyWiki?hl=en
-~--~~~~--~~--~--~---



Re: Tiddlywiki and android phones

2008-11-14 Thread tomo

Hah! Works for me...I could do some iPhone compatibility testing
too...

On Nov 13, 9:54 pm, "Daniel Baird" <[EMAIL PROTECTED]> wrote:
> On 11/8/08, ffolliet <[EMAIL PROTECTED]> wrote:
>
> > i'm thinking of making the switch- can we run d3 tiddlywiki on an
> > android phone?
>
> I think the only way to be sure would be to buy an android phone for
> Tom and send it to him. That sound ok to you TomO? :)
>
> Daniel
>
> --
> Daniel Baird
> /to be or not to be/ => /(2b|[^2]b)/ => /(2|[^2])b/ => /.b/
> ...optimise your regexes, people!
--~--~-~--~~~---~--~~
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 [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/GTD-TiddlyWiki?hl=en
-~--~~~~--~~--~--~---