Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GenerateLongItem ¶
func GenerateLongItem() string
func RefreshBlogCommand ¶
Types ¶
type BlogItem ¶
func DemoBlogItems ¶
func DemoBlogItems() []BlogItem
type BlogModel ¶
type BlogModel struct {
List list.Model
BlogItems []BlogItem
BlogTitle string
GetBlogItems func() []BlogItem
IsViewing bool
CurrentContent []string
Width int
Height int
ListRenderer lipgloss.Style
MarkdownHeight int
// contains filtered or unexported fields
}
func NewBlogModel ¶
type BlogResizeMsg ¶
type BlogResizeMsg struct {
// contains filtered or unexported fields
}
type RefreshBlogMsg ¶
type RefreshBlogMsg struct{}
Click to show internal directories.
Click to hide internal directories.