Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type TodayTemplater ¶
type TodayTemplater interface {
Note() []byte
}
type ZettelNote ¶
type ZettelNoteTemplater ¶
type ZettelNoteTemplater interface {
Note() []byte
}
type Zettelkasten ¶
type Zettelkasten struct { Exit bool ZettelNote *ZettelNote TodayNote *TodayNote }
func (*Zettelkasten) CreateConsumeNote ¶
func (p *Zettelkasten) CreateConsumeNote() error
func (*Zettelkasten) CreateRefineNote ¶
func (p *Zettelkasten) CreateRefineNote() error
func (*Zettelkasten) CreateTodayNote ¶
func (p *Zettelkasten) CreateTodayNote()
func (*Zettelkasten) ExitCLI ¶
func (p *Zettelkasten) ExitCLI(tprogram *tea.Program)
ExitCLI checks if the Note has been created, and closes out of the CLI if it has
Click to show internal directories.
Click to hide internal directories.