You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'd like to use the editor without the compile step - I'm interested in autocomplete / volar.js
I'd also like to have some control over how files are rendered - in a vertical list rather than tabs
I'm not interested in compilation or the preview
Reading through a few feature requests (#323) and pull requests (#309), I can see that a few others have similar needs.
Current Customisation
I think broadly speaking there are 4 UI categories:
Configuration
File Management
Editor
Output
We can choose the editor (CodeMirror / Monaco).
And use <Sandbox> for a standalone preview.
The sfc-sandbox <Header> shows how to manage many config options.
But it's not straightforward to modify other UI elements. Like switching to vertical file management, or disabling the Output altogether.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
Motivation
Reading through a few feature requests (#323) and pull requests (#309), I can see that a few others have similar needs.
Current Customisation
I think broadly speaking there are 4 UI categories:
We can choose the editor (CodeMirror / Monaco).
And use
<Sandbox>for a standalone preview.The sfc-sandbox
<Header>shows how to manage many config options.But it's not straightforward to modify other UI elements. Like switching to vertical file management, or disabling the Output altogether.
Do we think there would be an appetite for this?
Beta Was this translation helpful? Give feedback.
All reactions