I kept being frustrated that I couldn’t add ‘custom views’ to our old editor.
Why not publish a “component” type, and add support for custom models/views from the get-go, with relevant code editable via prompts?
Impl. thought: the Dark editor is an eternal server-side elmish app that can be manipulated by the user, via prompts, to show different views
? can self-edit (adjust model, adjust update, adjust views, add new views)
Some steps:
Pre-work
Draft of implementation