Description:
This enhancement adds a minimal text-formatting toolbar to improve the note editing experience.
Users can format text using native browser commands (no new dependencies).
Proposed features:
- Bold
- Italic
- Underline
- Highlight (yellow)
- Remove formatting
Implementation details:
- Added a toolbar with buttons linked to document.execCommand() functions.
- All changes are front-end only.