How to use Google Chrome as Text Editor andrey воскресенье, 21 сентября 2014 г. No Comment

How to use Google Chrome as Text Editor
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?


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=true
after 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:


How to use Google Chrome as Text Editor
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?


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=true
after 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:


by Jillur Rahman

Jillur Rahman is a Web designers. He enjoys to make blogger templates. He always try to make modern and 3D looking Templates. You can by his templates from Themeforest.

Follow him @ Twitter | Facebook | Google Plus

No Comment