outkeep/note

Types

pub type Note {
  C(checklist: Checklist)
  TN(text_note: TextNote)
  UN(unknown_note: UnknownNote)
}

Constructors

  • C(checklist: Checklist)
  • TN(text_note: TextNote)
  • UN(unknown_note: UnknownNote)

Functions

pub fn created_at(n: Note) -> Time
pub fn decode(dyn: Dynamic) -> Result(Note, List(DecodeError))
pub fn edited_at(n: Note) -> Time
pub fn is_archived(n: Note) -> Bool
pub fn is_trashed(n: Note) -> Bool
pub fn title(n: Note) -> String
Search Document