i. RjTextEd as my main development editor for coding javascript projects for the web and for desktop, also for enhancing VB6 where it falls short.
ii. Context as a quick and fast-initiating editor for quick and dirty editing ( I think of it as RJTextEd lite!)
iii. VB6 as the IDE for BASIC program design and coding.
This has changed and I've been back coding in javascript/typescript for a while now.
i. VSCode as my main development editor for coding javascript projects for the web.
ii. MPAD as a quick editor for quick and dirty editing
iii. VB6 as the IDE for BASIC program design and coding.
I use RJTextEd a little when bug fixing old desktop .js programs but not much these days. Recently though I have started to HATE vscode despite all its strengths.
I hate the lack of the title bar, I keep grabbing the application underneath, ALL my other apps have a title bar.
I hate the IDE being so 'flat' and corporate meaning I can't distinguish a running tab from another, I've tried other themes
I despise the top left icon not acting like a typical Windows icon (dbl click to close)
I want an icon tool bar by default
So, for a new markdown editing requirement I have picked up RJTextEd again. Here comes the request.
I can view the results of my markdown changes by opening the in-built browser but I'd love to have a side by side browser instance that automatically updates when I have made changes, without having to automatically refresh the whole page every time.

IS this a practical possibility?
At the very least, even it was not possible to update real-time, it would be very useful if a linked side-by-side version was possible and the resulting linked scrollbar would scroll both elements at the same time. At least then you would only have to do an F5 refresh to see the current view state of the actual document.