Summary
Templates can be injected in Insert mode, but not from Normal mode. We should add that as a possibility to streamline the flow for users to jump into editing from the injected notes without first needing to be in edit mode.
Conditions of Satisfaction
- pallet command can additionally be seen and run while in Normal modes (palette_commands.go)
- If in Normal mode, change to Insert mode before returning the tea.Model & Cmd (app_palette.go - see: handleInsertTemplate)
External Resources
N/A
## Summary
Templates can be injected in Insert mode, but not from Normal mode. We should add that as a possibility to streamline the flow for users to jump into editing from the injected notes without first needing to be in edit mode.
## Conditions of Satisfaction
- [x] pallet command can additionally be seen and run while in Normal modes (palette_commands.go)
- [x] If in Normal mode, change to Insert mode before returning the tea.Model & Cmd (app_palette.go - see: handleInsertTemplate)
## External Resources
N/A