Expand description
Structs§
- App
- Main application state for the note taking application.
- Note
- Represents a single note with timestamp.
- Section
- Represents a section with a title but no timestamp.
- Theme
Enums§
- Action
- Actions that can be bound to keys.
- AppError
- Errors that can occur within the application.
- Entry
- A single entry which may be a note or a section.
- Input
Mode - Input mode for the application.
- Theme
Name
Functions§
- key_
to_ string - Converts a
KeyCodeinto a human readable string. - run
- Runs the real-time note taking application until the user exits.
- string_
to_ key - Parses a string previously produced by
key_to_stringback into aKeyCode.