Documentation
¶
Index ¶
- type Content
- type Note
- func (n *Note) Filepath() string
- func (n *Note) Render() (string, error)
- func (n *Note) WithAssignedTasks(tasks []task.Task) *Note
- func (n *Note) WithDate(t time.Time) *Note
- func (n *Note) WithDateFormat(format string) *Note
- func (n *Note) WithRecurringTasks(tasks []task.Task) *Note
- func (n *Note) WithTemplate(tpl string) *Note
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Content ¶
type Content struct {
RecurringTasks []task.Task
AssignedTasks []task.Task
// contains filtered or unexported fields
}
func (Content) FormattedDate ¶
type Note ¶
type Note struct {
// contains filtered or unexported fields
}
func (*Note) WithDateFormat ¶
func (*Note) WithTemplate ¶
Click to show internal directories.
Click to hide internal directories.