Overview
This page covers the UI layout and the normal workflow from empty form to copied HTML.
Main UI Areas
- Top bar: template search, project links, support links
- Left sidebar tabs: Templates, Emoji, Settings
- Main editor: icon row plus content rows
- Preview sidebar: rendered output, character count, copy action
Typical Workflow
- Pick a template (optional).
- Configure icon mode and icon source.
- Fill row content (title, host links, network, config, custom rows).
- Apply formatting and alignment.
- Check preview and output length.
- Copy HTML and paste into Proxmox notes.
Reload and Hard Reload Behavior
Most state is stored in local storage (pve-notebuddy:state-v1).
- Normal reload: keeps your saved app state.
- Hard reload: still keeps local storage state, but refreshes static assets.
- Clearing site data/local storage: resets state.
Row Visibility and Order
Rows can be reordered by drag-and-drop and toggled visible/hidden. Order and visibility are persisted in app state.
Output Limit
The output target is validated against a maximum length of 8192 characters. If exceeded, copy is disabled until content is shortened.