Live Preview / WYSIWYG support for Notepad++? [closed]
Asked Answered
M

5

22

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).

Moriyama answered 17/4, 2013 at 11:36 Comment(3)
I dont know of any plugin for notepad++ that can do that. I know its not notepad++ but have you ever taken a look at adobe brackets brackets.io. Its free, opensource, excellent for html/css and allows previews using chrome.Risa
does it actually give a LIVE preview, i.e. as you are making changes in brackets.io are they appearing immediately/live in the preview window? I'm NOT looking for something that I have to click / reload each time after an edit to see the preview. thanks.Moriyama
At the moment it does LIVE preview only for CSS changes not HTML.Risa
B
28

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.

Bombardier answered 15/10, 2013 at 9:19 Comment(4)
I can't find Preview HTML in the list of stable OR unstable plugins. Let me check out the link you provided.Moriyama
I don't find it either, could this be because we are using the 64-bit version of Notepad++?Aldora
Just for the record, this plugin is limited to the Internet Explorer engine only, which is heavily outdated and lacks support for new HTML, CSS, and JavaScript features. Be careful if you intend to use it for testing real websites.Clinkscales
Works for me (Notepad v8.1.4 64-bit) : Preview HTML 1.3.2... Thank you Psxls ! (@Clinkscales yes, you are right : ie7, 8, 9, 10, 11).Snowfall
D
1

I think you're looking for it,the"Preview HTML".

this is the Introduction:http://chiselapp.com/user/vor0nwe/repository/npp_preview/home

Deontology answered 15/10, 2013 at 3:25 Comment(2)
Questions asking for code must demonstrate a minimal understanding of the problem being solved. Include attempted solutions, why they didn't work, and the expected results. See also: Stack Overflow question checklistMarkman
I edited the answer to meet SO standards but the edit was rejected as changing too much the original post. So I had to write a new answer. Sorry for that.Bombardier
R
1

Well this is now 8! years old. But I'd thought I'd chime in. The author of the plug in is no longer updating it, and, at least in my machine, it's not working anymore. 1

The plug-in author's suggestion would be to use a more modern text editor (like Visual Studio Code) and use one of the extensions. (Live Preview)

Rearm answered 3/2, 2021 at 19:49 Comment(0)
P
0

I know programs such as Webstorm JetBrains 6.0.1 can do this, you will have to download the chrome extension also. If not, then you can always use Codeacademy.com as an alternative and type code into there editor. It still works. :/

Peruse answered 22/4, 2013 at 2:13 Comment(1)
I have it and it works great! heres a link jetbrains.com/phpstormSemicolon
E
0

Just came across this post. Years ago had been interested in Notepad++ but found it too limited as wanted it to be more of a wysiwyg type interface and not just text. Plus, would be awesome to be able to have sortable tables inside notes. The closest I've found to do these things are PIM tools such as OneNote or EssentialPIM.

Embezzle answered 10/6, 2022 at 21:7 Comment(0)

© 2022 - 2024 — McMap. All rights reserved.