We all know about text editors, and why they are used,how they are used. some popular text editors are notepad, brackets and sublime text. These text editors helps us in editing text files and other documents. Sublime text is used in large amount only for programming. so that explains the basic application of text editors. but, what if you can also use your Web browser as text editor?
your browser gives you the live preview of how your web site will look when it is opened form a device. So you can use your browser to edit your html files in real time. Also you can use it for editing plane text files and other files as well. That's why we are now going to share an easy way to turn your browser into a text editor and use it for editing text files and other documents.
You can easily turn Google Chrome web browser into a text editor simply by running a command into yur browser console. The command is:
For better understanding,please watch the video given below:
Why do we need to use Browser as text editor
your browser gives you the live preview of how your web site will look when it is opened form a device. So you can use your browser to edit your html files in real time. Also you can use it for editing plane text files and other files as well. That's why we are now going to share an easy way to turn your browser into a text editor and use it for editing text files and other documents.
You can easily turn Google Chrome web browser into a text editor simply by running a command into yur browser console. The command is:
document.body.contentEditable=trueafter running this command you will see that all the text content on your web page is now editable and can be easily edited.
For better understanding,please watch the video given below:
We all know about text editors, and why they are used,how they are used. some popular text editors are notepad, brackets and sublime text. These text editors helps us in editing text files and other documents. Sublime text is used in large amount only for programming. so that explains the basic application of text editors. but, what if you can also use your Web browser as text editor?
your browser gives you the live preview of how your web site will look when it is opened form a device. So you can use your browser to edit your html files in real time. Also you can use it for editing plane text files and other files as well. That's why we are now going to share an easy way to turn your browser into a text editor and use it for editing text files and other documents.
You can easily turn Google Chrome web browser into a text editor simply by running a command into yur browser console. The command is:
For better understanding,please watch the video given below:
Why do we need to use Browser as text editor
your browser gives you the live preview of how your web site will look when it is opened form a device. So you can use your browser to edit your html files in real time. Also you can use it for editing plane text files and other files as well. That's why we are now going to share an easy way to turn your browser into a text editor and use it for editing text files and other documents.
You can easily turn Google Chrome web browser into a text editor simply by running a command into yur browser console. The command is:
document.body.contentEditable=trueafter running this command you will see that all the text content on your web page is now editable and can be easily edited.
For better understanding,please watch the video given below:
No Comment