Hacker News new | ask | show | jobs
by calgoo 914 days ago
I wonder if we could render html inline now as you can do images and other others? Same thing for Markdown for example. My dream would be to basically move everything into the console, but I need graphical applications these days for interacting with others at work etc.
1 comments

yes! would love to do this. the biggest issue is security and how to sandbox that html from the rest of the terminal. we have some ideas on how to do this (iframes, postMessage, etc.) that i think could work.