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
This is very easy to do on the frontend, the LayoutTreeInsertNodeAction for the layout model already includes the magnified flag. For creating a new widget from the widget tab-bar, we could add a Cmd modifier for the click handler that passes the magnified: true flag when creating the new node in the layout. We could also add a Shift modifier that creates the new node as an ephemeral node using the LayoutModel.newEphemeralNode function.
For WSH, we could add a flag for the wsh editor and wsh web commands and any others that create a block. When they call wshclient.CreateBlockCommand, they can just pass the ephemeral or magnified flag
Feature description
It would be helpful to have an option in the widget config to start the widget maximized rather then as a window.
Implementation Suggestion
addtion of a
"cmd:maximized": "true"
option in the widget configAnything else?
No response
The text was updated successfully, but these errors were encountered: