Hello Friends, In this article, we are going to learn how to turn any browser into a text editors. I am talking regarding changing regular browser into a “notepad” wherever you’ll kind, display, and save your code. Or much something. you do not even got to be a connected the web and use this browser practicality. Type any text in browser window and also saved this file and re used it.
Step:- 1 open browser paste below line of code into the browser url.
data:text/html, <body contenteditable>
or:
data:text/html, <body contenteditable style="font: 2rem/1.5 monospace;max-width:60rem;margin:0 auto;padding:4rem;background: black;color: lime;">
Step:- 2 hit enter , start typing as you want in browser window.
Step 3 :- Let’s See Below Output.