Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Live Preview / WYSIWYG support (plugin?) for Notepad++?

Tags:

Anyone know of a way to have a split screen view in Notepad++ where I can be editing my HTML / CSS in one pane/tab and be seeing the Live Preview of what it would look like in a browser in another tab/pane.

Ideally, this would be:

  1. in Notepad++ itself (using native panes/tabs as described above)
  2. the user could configure whatever browser rendering engine (Chrome, FF, IE, etc...) they wanted to view the preview in

however, I could live with any variation of the two above, e.g. simply integrated with RubyMine using external windows/browsers, or maybe, the preview only available with limited rendering engines (only Chrome let's say).

like image 622
Flak DiNenno Avatar asked Apr 17 '13 11:04

Flak DiNenno


People also ask

Is Notepad++ a wysiwyg?

Notepad++ is a text editor, not a WYSIWYG HTML editor. Aside from View Current File In that Alan suggested, there are also “preview” plugins available.

How do I Preview HTML in notepad?

When you make a change and save the HTML file, you can hit refresh on that preview window. Alternately, you can just use Notepad++'s built-in View > View Current File in … submenu, and choose to load your HTML file in Chrome, Edge, Firefox, or (shudder) IE.


1 Answers

The plugin Preview HTML is the closest match to what your are looking for.

Go to the Plugins menu and then find the Preview HTML entry to install it. Its description is: Preview HTML files inside Notepad++ (or in a floating window) without having to save them first. The latest update now refreshes the preview automatically after switching tabs, or whenever the document is changed.

More information in the official website.

like image 126
psxls Avatar answered Oct 03 '22 14:10

psxls