Home > Development Tools > atom > body text

Detailed explanation of real-time preview of HTML using atom

墨辰丷
Release: 2018-05-10 10:07:39
Original
8360 people have browsed it

This article mainly introduces the markdown real-time preview plug-in that comes with atom. It is very helpful for novices who have just started using atom. Interested friends can learn about it.


1. Search plug-in

Detailed explanation of real-time preview of HTML using atom

2. Install plug-in

Detailed explanation of real-time preview of HTML using atom

#3. Modify the shortcut key

atom-html-preview initial shortcut key is ctrl p, which already exists in atom Conflict, change to ctrl F12, as follows
Click File->Settings->KeyBindings->your keymap file hyperlink->Add

'atom-text-editor':
 'ctrl-F12':'atom-html-preview:toggle'
Copy after login


## at the end

#Related recommendations:

Editor - How to make Atom a PHP IDE?

How to use ATOM to complete code block comments with one click

Atom editor that is easier to use than sublime

The above is the detailed content of Detailed explanation of real-time preview of HTML using atom. For more information, please follow other related articles on the PHP Chinese website!

Related labels:
source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!