Turn a browser tab into a minimal text editor.

Text editor tab....

You can easily turn any browser tab into a minimal text editor by using a simple piece of code. Simply copy & paste the code shown below into the url bar of any modern browser and press enter.

data:text/html, <body contenteditable style="font: 2rem/2.0 Ubuntu Mono;max-width:80rem;margin:0 auto;padding:8rem;">

Now you have an awesome, super minimal and lightweight text editor within a tab in your browser. You can customize the style to your liking or just remove it completely.

Related posts