Have I missed something?
You'll then see a new "Import" Tiddler pop up, the rest should be self-explanatory.
In the case of any Plugin, what you should do is find the old plugin in your TW file, delete it (your data won't be deleted, just the plugin code), save, reload, and drag the new plugin version from it's source. This ensures you've got the latest-greatest code. Save and reload again to activate.
If you ever need to copy Tiddlers between files, there's also an Export feature in TW, from the search Tiddler... but that's another topic you can google for here in the groups!
Cheers,
David.
<div class="dashboard">
<h2 class="tc-title"><$view field="caption"/></h2>
<div class="cols3"><!-- list columns -->
<div class="col">
<!-- cardoList(title, type, status, priority, buttonType, starred -->
<div class="highlight"><<cardoList title:'Important Tasks' type:'task' status:'Starred' buttonType:'TaskStatus' newButton:'true' newButtonText:'An Important Task...' newTag:'Task Next Starred' includeComplete:'false'>></div>
<<cardoList title:'Next Tasks' type:'task' status:'Next' buttonType:'TaskStatus' newButton:'true' newButtonText:'The Next Thing We Must Do Is...' newTag:'Task Next' includeComplete:'false'>>
<<cardoDueList title:'Waiting Tasks' type:'task' status:'WaitingFor' buttonType:'TaskStatus' groupBy:'cardo-priority' newButton:'true' newButtonText:'Someone should get on this...' newTag:'Task WaitingFor' includeComplete:'false'>>
<<cardoList title:'Future Tasks' type:'task' status:'Future' buttonType:'TaskStatus' groupBy:'cardo-priority' newButton:'true' newButtonText:'We can do this later...' newTag:'Task Future' includeComplete:'false'>>
</div><!-- column 1 -->
<div class="col"><!-- column 2 -->
<div class="highlight"><<cardoDueList title:'Upcoming or Overdue Tasks' type:'task' status:'Next WaitingFor' dueWithin:'5'>></div>
<<cardoDueList title:'Upcoming Meetings' type:'meeting' status:'Upcoming Rescheduled' buttonType:'MeetingStatus' groupBy:'cardo-priority' newButton:'true' newButtonText:'Meeting to discuss...' newTag:'Meeting Upcoming' completeButton:'false' includeComplete:'false' dueWithin:'5'>>
<<cardoList title:'Previous Meetings' type:'meeting' status:'Held' buttonType:'MeetingStatus' groupBy:'cardo-priority' completeButton:'false'>>
<div class="scrollableCol">
<<cardoList title:'Reference Items' type:'reference' status:'Reference' newButton:'true' newButtonText:'In reference to $(currentTiddler)$...' newTag:'Reference' completeButton:'false'>>
</div>
</div><!-- column 2 -->
<div class="col"><!-- column 3 -->
<div class="highlight"><<cardoDueList title:'Upcoming or Overdue Projects' status:'Active' type:'project' dueWithin:'10'>></div>
<div class="scrollableCol">
<<cardoList title:'People' type:'person' status:'Person' buttonType:'RACIStatus' newButton:'true' completeButton:'false' newButtonText:'Someone New...' newTag:'Person'>>
</div>
<<cardoList title:'Active Projects' type:'project' status:'Active' includeComplete:'false' buttonType:'ProjectStatus' newButton:'true' newButtonText:'A whole bunch of things rolled up in one...' newTag:'Project Active' >>
<<cardoList title:'Ongoing Projects' type:'project' status:'Ongoing' includeComplete:'false' buttonType:'ProjectStatus' newButton:'true' newButtonText:'A whole bunch of things rolled up in one...' newTag:'Project Ongoing' >>
<<cardoList title:'Completed Projects' type:'project' status:'Complete' newButton:'false' includeComplete:'true'>>
<div class="scrollableCol">
<<cardoList title:'Completed Tasks' type:'task' status:'Complete' newButton:'false' includeComplete:'true'>>
</div>
</div><!-- column 3 -->
</div><!-- list columns -->
</div><!-- dashboard -->
I'm very pleased to announce this special Birthday Edition of Cardo Beta (hence jumping from β3 to β42!) - available on http://cardo.wiki
And for a very special birthday gift from me to all of you.. the thing you've all been asking for the most... dum da da dum... Ticklers!
(Ok, so I call them Reminders. I also call them Cards. See previous discussions!!) ;->
The one thing I don't have yet is a way to fire them - I'll need to figure out how to write a startup plugin. (Any tutorials?). However, please test the heck out of them. You can use them from your Project or Person dashboard, or from your New and Review sidebars.
I've also fixed a number of bugs from discussions here (not all, but please be patient and keep the reports coming).
Cheers, and many blessings to all of you for a healthy and prosperous year.
David.
$set value=''
)<div style="clear: left;"><span class="contactInfoLabel">Phone</span><span class="contactInfoDetail">{{!!cardo-phonehwork}}</span></div>
And now... The Dashboard you've all be asking for... Tasks By Context!
As well, a bunch of other features and bug fixes you've graciously pointed out and asked for in the Forums:
<<lessThan leftSide:$x$ rightSide:$y$ truevalue:"Yep, it's less" falseValue:"Nope">>
numberOfItems[4]
! Reading
{{{[tag[Book]tag[Reading]]}}}
! Put Down
{{{[tag[Book]tag[PutDown]]}}}
! Finished
{{{[tag[Book]tag[Finished]]}}}
! Authors
{{{[tag[Author]]}}}
<<cardoBookList title:'Not Yet Read' status:'ToRead' newButton:'true' newTag:'ToRead' includeComplete:'false' completeButton:'false'>>
Adam, I'm really glad to hear you like it. My biggest concern with the + buttons would be that the Tiddler itself could get too cluttered:
Thoughts?
<$button>Un-blank Category
<$list filter='[has[cardo-type]!has[cardo-category]] [has[cardo-type]fieldOrEmpty:cardo-category["--empty--"]]'>
<$action-setfield cardo-category="(Unassigned)" />
</$list>
</$button>
<$button>Delete All Done
<$action-deletetiddler $filter="[has[cardo-type]]+[tag[Complete]]" />
</$button>
Deleted Cardo plugin, save/reload, imported the tid. Created a person A, new task, still doesn't show up for me.
Does the export work yet? I was thinking of somehow unloading the tiddlers and reloading them into a clean instance.
Alternatively, if I knew how the person and the task are connected might I be able to just directly edit the html data?
<$button>Set Guid<$action-setfield cardo-assignee={{Person Name!!cardo-guid}}/></$button>