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'm working on a HTML+CSS live Cmder terminal window, which can be used in the website instead of the current jpeg file. (This has been also previously suggested by @JoshuaKGoldberg in cmderdev#15.)
If someone is interested to contribute to the design, or the testing process, it'd be appreciated.
On another note, I'd like to split the website's CSS rules into separate files (e.g. design.css, terminal.css and also terminal.js which would contain the live Cmder preview. I need to know if the maintainers (@Stanzilla and @MartiUK) approve this.
The text was updated successfully, but these errors were encountered:
I think this approach is better than simply embedding a gif file, as it won't look good on >100% dpi displays, takes a lot of useless disk-space space and bandwidth, and most importantly is not responsive. Instead, I've used jQuery Terminal to actually display a terminal with text.
I hope @samvasko approves! he doesn't seem to work on Cmder these days. I wonder if he's still on Windows, or switched to Linux/macOS.
Anyways, as @schaazzz suggests, we can use an image polyfill at first, and after the terminal window is created, replace it with that. But it won't be needed as these days everybody seems to have Javascript enabled. It's enabled by default on Android/iOS, Chrome & Edge on Windows.
Cmder Web Terminal
I'm working on a HTML+CSS live Cmder terminal window, which can be used in the website instead of the current jpeg file. (This has been also previously suggested by @JoshuaKGoldberg in cmderdev#15.)
There is currently a working demo here which you can have a look:
https://github.com/DRSDavidSoft/cmderdev.github.io/blob/gh-pages/.workspace/cmder-web.html
Here's a screenshot:
I think it's working now, but I need to:
If someone is interested to contribute to the design, or the testing process, it'd be appreciated.
On another note, I'd like to split the website's CSS rules into separate files (e.g.
design.css
,terminal.css
and alsoterminal.js
which would contain the live Cmder preview. I need to know if the maintainers (@Stanzilla and @MartiUK) approve this.The text was updated successfully, but these errors were encountered: