tastic.tastic.note (class)

class tastic.tastic.note(matchObject, parentObject=None)[source]

The taskpaper note object

__init__(matchObject, parentObject=None)

Methods

__init__(matchObject[, parentObject])
add_note()
add_project()
add_tag()
add_task()
all_tasks() return a flat list of all tasks contained within this taskpaper object
del_tag(tag) delete a tag this taskpaper object
done()
get_project()
get_task()
notestr() return the notes of this object as a string
set_tags()
sort_projects()
sort_tasks()
tagged_projects()
tagged_tasks()
tidy() Tidy this taskpapaer object so that sub-objects appear in this order: title, tags, notes, tasks, projects
to_string([indentLevel, title, tags, ...]) convert this taskpaper object to a string

Attributes

content The text content of this object (excluding title)
notes
parent This taskpaper object’s parent object (if any)
projects
raw_content The raw, untidied content of the taskpaper object
tags The list of tags associated with this taskpaper object
tasks
title The title of this taskpaper object