Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ConfigPath ¶
Types ¶
type Config ¶
type Config struct {
App AppConfig `toml:"app"`
Theme ThemeConfig `toml:"theme"`
Storage StorageConfig `toml:"storage"`
Sync SyncConfig `toml:"sync"`
Plugins PluginsConfig `toml:"plugins"`
Keymap KeymapConfig `toml:"keymap"`
}
type KeymapConfig ¶
type KeymapConfig struct {
Palette string `toml:"palette"`
TaskSearch string `toml:"task_search"`
NewTask string `toml:"new_task"`
EditTask string `toml:"edit_task"`
DeleteTask string `toml:"delete_task"`
OpenTask string `toml:"open_task"`
Back string `toml:"back"`
Quit string `toml:"quit"`
ViewInbox string `toml:"view_inbox"`
ViewToday string `toml:"view_today"`
ViewUpcoming string `toml:"view_upcoming"`
ViewCompleted string `toml:"view_completed"`
ViewTag string `toml:"view_tag"`
ViewPriority string `toml:"view_priority"`
CycleTheme string `toml:"cycle_theme"`
OpenPluginDir string `toml:"open_plugin_dir"`
ManagePlugins string `toml:"manage_plugins"`
ToggleStrike string `toml:"toggle_strike"`
Help string `toml:"help"`
Issues string `toml:"issues"`
Discussions string `toml:"discussions"`
Changelog string `toml:"changelog"`
Settings string `toml:"settings"`
ImportExport string `toml:"import_export"`
AIPanelToggle string `toml:"ai_panel_toggle"`
}
type PluginsConfig ¶
type StorageConfig ¶
type StorageConfig struct {
Path string `toml:"path"`
}
type SyncConfig ¶
Click to show internal directories.
Click to hide internal directories.