Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Board ¶
func ReadBoards ¶
ReadBoards reads all boards in dir into boards
type Card ¶
type Card struct { Name string `json:"name"` Contents string `json:"contents"` Properties map[string]interface{} `json:"properties,omitempty"` Frontmatter string `json:"frontmatter,omitempty"` }
Card is markdown with properties (from frontmatter).
func (Card) MarshalFrontmatter ¶
MarshalFrontmatter returns properties as frontmatter string of correct type, including or excluding fences
Click to show internal directories.
Click to hide internal directories.