Goal:
- Upon editing the dialog, the preview should be updated to display the details inserted into the free form field.
Feasibility:
- While the user is editing the content field in the edit dialog, is there some kind of change even we can hook into to update the preview every time the user makes changes?
- Consider debouncing, throtteling, immediate update on every keystroke, manual...
