-
Notifications
You must be signed in to change notification settings - Fork 142
Open
Labels
Description
Please confirm that you have searched existing issues in the repo
Yes, I have searched the existing issues
Any related issues?
No response
What is the area that this feature belongs to?
No response
Is your feature request related to a problem? Please describe.
When using markbind serve for long dev sessions, if the webpage is accidentally closed, there is no easy way to reopen it except by typing in the URL yourself. At times, the site might not be served at the default :8080 either, if the port is taken, and may be served on some random port instead.
Describe the solution you'd like
Therefore, it would be good to have a feature where pressing o in the terminal where markbind serve is active relaunches the webpage in the browser. (Similar to how Expo/React Native handles it.)
Additionally, we could consider making the tab where the MarkBind site is active automatically close after stopping the server. (similar to iamcco/markdown-preview.nvim)
Describe alternatives you've considered
No response
Additional context
No response
Reactions are currently unavailable