Documentation ¶ Index ¶ type EditorApp func NewEditorApp(client *api.Client, passphrase []byte, serverName string, autosave bool, ...) *EditorApp func (a *EditorApp) Init() tea.Cmd func (a *EditorApp) Run(ctx context.Context) error func (a *EditorApp) Update(msg tea.Msg) (tea.Model, tea.Cmd) func (a *EditorApp) View() string Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type EditorApp ¶ type EditorApp struct { // contains filtered or unexported fields } func NewEditorApp ¶ func NewEditorApp(client *api.Client, passphrase []byte, serverName string, autosave bool, debounce time.Duration) *EditorApp func (*EditorApp) Init ¶ func (a *EditorApp) Init() tea.Cmd Init loads note func (*EditorApp) Run ¶ func (a *EditorApp) Run(ctx context.Context) error Run starts the Bubble Tea program func (*EditorApp) Update ¶ func (a *EditorApp) Update(msg tea.Msg) (tea.Model, tea.Cmd) func (*EditorApp) View ¶ func (a *EditorApp) View() string Source Files ¶ View all Source files app.gowizard.go Click to show internal directories. Click to hide internal directories.