Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func AddSibling ¶
func FormatCount ¶
FormatCount returns a string with the count and the singular or plural form of a word.
Types ¶
type Backlog ¶
type Backlog interface {
Graph() *logseq.Graph
ProcessAll(partialNames []string) error
ProcessOne(pageTitle string, funcQueryRefs func() (*internal.CategorizedTasks, error)) (*Result, error)
}
func NewBacklog ¶
type Config ¶
type Config struct {
FocusPage string
Backlogs []SingleBacklogConfig
}
type ConfigReader ¶
func NewPageConfigReader ¶
func NewPageConfigReader(graph *logseq.Graph, configPage string) ConfigReader
NewPageConfigReader creates a new ConfigReader that reads the backlog configuration from a Logseq page.
type SingleBacklogConfig ¶
Click to show internal directories.
Click to hide internal directories.