Documentation ¶
Overview ¶
License: GPL-3.0-only (c) 2022 Dakota Walsh <kota@nilsu.org>
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Config ¶
type Config struct { TodayStyle Style InactiveStyle Style NotedStyle Style NoteDir string Editor string LeftPadding int RightPadding int PreviewLeftMargin int PreviewPadding int PreviewMinWidth int PreviewMaxWidth int KeyQuit Control KeyHelp Control KeySelectLeft Control KeySelectDown Control KeySelectUp Control KeySelectRight Control KeyFocusPreview Control KeyTogglePreview Control KeyScrollPreviewDown Control KeyScrollPreviewUp Control KeyEditNote Control KeyYankDate Control KeyLastSunday Control KeyNextSunday Control KeyNextSaturday Control KeyMonthUp Control KeyMonthDown Control HolidayLists []string Keywords keyword.Keywords }
Config represents the toml configuration file.
type Control ¶ added in v0.2.0
type Control []string
Control is a slice of strings representing the keys bound to a given action.
Click to show internal directories.
Click to hide internal directories.