Documentation
¶
Index ¶
Constants ¶
View Source
const Title = "TSV to Markdown Table Converter"
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type TSV2MDModel ¶
type TSV2MDModel struct {
ui.BasePagerModel
// contains filtered or unexported fields
}
func NewTSV2MDModel ¶
func NewTSV2MDModel(common *ui.CommonModel) TSV2MDModel
func (TSV2MDModel) Init ¶
func (m TSV2MDModel) Init() tea.Cmd
func (*TSV2MDModel) SetContent ¶
func (m *TSV2MDModel) SetContent(content string) error
func (TSV2MDModel) View ¶
func (m TSV2MDModel) View() string
Click to show internal directories.
Click to hide internal directories.