Outliner Software Forum RSS Feed Forum Posts Feed

Subscribe by Email

CRIMP Defined

 

Tip Jar

Wanted: Daily project logging app

View this topic | Back to topic list

Posted by Dr Andus
Jul 27, 2015 at 08:13 PM

 

zoe wrote:
Thanks! I was thinking that CT was a possibility for this, but I confess
>I still haven’t gotten past the trial version yet. With CT date topics,
>can you make multiple entries per day?

Yes, you can have as many per day as you like. You can either differentiate them by adding time to the date in the topic title, or by adding a descriptive name.

CT calls date topics created on the same day “tasks” (but the user is not forced to adopt that nomenclature, i.e. these date topics can represent anything you like). They can get listed in the Calendar pane when you select a date with multiple topics and can get displayed as links within the body of topics with the same date (both of these features are optional).

Here is what my blank template looks like at the moment (not sure if the forum software can display it correctly). After the = sign I’d need to insert the date (except [[waiting:=]], where I’d need to insert the name of the person whose action I’m waiting for). There is actually an AutoHotkey that makes the insertion of such dates in CT format easy, by selecting it with a mouse from a pop-up calendar.

——

=To Do=

Start: [[start:=]]

Due: [[due:=]]

[[$COMBOBOX:Importance|5.Very Important|4.Important|3.Medium|2.Low|1.None]]

[[$CHECKBOX:Done|yes]]

Completed: [[completed:=]]

Waiting for: [[waiting:=]]

——

[[$CATEGORY:To Do|

And this is the syntax for the summary table topic (ordered by Due date in descending order):

=Things to do:=

[[$SUMMARY: [$CATEGORY TO DO] & ~[$PR Done=yes]|start|+Due|Importance]]

=Waiting:=

[[$SUMMARY: [$HAS Waiting] ]]

=Done:=

[[$SUMMARY: [$CATEGORY TO DO] & [$PR Done=yes] |Due|-Completed|Done]]

[[$NOCROSS:]]