I was random search on google "how can i use browser window as a notepad" , I found solution Just type it on browser
data:text/html, <html contenteditable>
Reference url
My Question is Is there a option to save it on browser with typed data or bookmark it with typed data?
Thanks
You could do that but you need this html instead of data:text/html, <html contenteditable>
data:text/html, <html><body><input type=button id="add"
onclick='location.href=location.href.replace(/ENTER TEXT HERE/g,"")+
document.getElementsByTagName("div")[0].innerHTML'
value="ADD to URL" /><br/><br/><div contenteditable>ENTER TEXT HERE
This script adds your text body into URL then you are good to bookmark the current page in your browser. by pressing CRTL+D
As the page says
If you want to save your content, do the usual browser save(CMD+S for OSX). It will save your content as html file.
If your not on mac then you can usually save the page by using CTRL+S. To resume editing just open the html file that was saved.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With