- archive complete items saving project and date, removing other tags (drafts 5:yes, editorial: yes, TaskPaper: yes)
- Project format is exportable to markdown (editorial:yes)
- Narrow down on a project (drafts 5: yes, editorial: yes)
- Narrow down on a tag (drafts 5: not really, editorial: yes)
- Copy or Move from Reminders (drafts: yes, editorial: yes)
- Export to reminders (TaskPaper: yes
- Collapse / Folding (TaskPaper: yes, drafts 5:no, editorial: yes)
- Create a reminder for some task (drafts:yes, editorial: yes)
- Move blocks “arrange” plugin (editorial: yes, drafts: yes)
taskpaper drafts actions - drang taskpaper drafts improvement - drang actions collected for these two jump to TP project using reminders with drafts 5
set reminders - sets reminders based on a tag dr drang taspaper in editorial syn reminders py - somewhat unfinished script that syncs reminders with projects in a TP file editorial list reminders- doesn't mark listed ones complete; I hacked that into the iPad version
From Jesse Grosjean
Archive by project:
archiveDone = (editor) ->
outline = editor.outline
selection = editor.selection
startItem = selection.startItem
endItem = selection.endItem
archive = outline.evaluateItemPath("//@text = Archive:")[0]
doneItems = Item.getCommonAncestors(outline.evaluateItemPath("//@done except //@text = Archive://@done"))
removeExtraTags = Birch.preferences.get('BRemoveExtraTagsWhenArchivingDone')
addProjectTag = Birch.preferences.get('BIncludeProjectWhenArchivingDone')
outline.groupUndoAndChanges ->
unless archive
outline.root.appendChildren(archive = outline.createItem('Archive:'))
for each in doneItems
if removeExtraTags
for eachName in each.attributeNames
if eachName.indexOf('data-') is 0 and eachName isnt 'data-type' and eachName isnt 'data-done'
each.removeAttribute(eachName)
if addProjectTag
if projects = (eachProject.bodyContentString for eachProject in outline.evaluateItemPath('ancestor::@type=project', each)).join(' / ')
each.setAttribute('data-project', projects)
if (each is startItem or each.contains(startItem)) or (each is endItem or each.contains(endItem))
if previousItem = editor.getPreviousDisplayedItem(startItem)
selection = startItem: previousItem, startOffset: -1
else
selection = start: 0
archive.insertChildrenBefore(doneItems, archive.firstChild)
editor.moveSelectionToItems(selection)
Tasks: a possible task is found in email, during a call, while having a thought.
- Capture the task in the Worflowy INBOX, or in RTM work or RTM personal
- Alfred: "r Task !1 ^tomorrow *after one week \
- Backups: occasionally backup task logs. Is barely happening.
- Tools: seem among the least satisfactory