Create a new tiddler called "inbox" with these contents...
order:0
button:i
buttonLong:inbox
tag it "ActionStatus"
That gets the order correct and the new tag in place without modifying the
others.
Modify MGTDList... look for this:
// same hack thing for actions
if (nbList.contains('Action') &&
!nbList.containsAny(fastTagged('ActionStatus').toTitleList())) {
nbExtra += ' Next';
}
Change nbExtra to ' Inbox'. I haven't tested this out, but that's where it
should be.
Thanks.
On Monday, June 4, 2012 10:48:05 AM UTC-7, Jeff wrote:
>
> in mGSD, I have figure out how to create an INBOX button in an Action that
> sits next just to left of the "Next" button. I've created the Inbox
> tiddler, tagged it with ActionStatus, put in the appropriate slices, made
> the order 1, and increased the order of all other ActionStatus tiddlers.
> But I can't figure out 2 things:
> 1. How to make it automatically selected whan a new Action is created
> (I've looked through mgtdTagControls but I can't seem to make this happen
> there.
> 2. How to make the "Next" tag disappear when Inbox is chosen. Currently,
> Inbox is selected and Next is not selected, but when I look at the tags,
> Next is till there.
> In TitleButtons, I see this line ..
>
> <span macro="multiToggleTag ActionStatus longVersion:on"></span>
>
> and in MgtdTagControls, I see this function
>
> multiToggleTag
>
> but now I'm stuck as to what to do next (no pun intended).
>
> Thanks ... Jeff
>
--
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/msg/gtd-tiddlywiki/-/wAHWqYdPy5AJ.
To post to this group, send email to [email protected].
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.