How to preview HTML & Highlight words
-
Hi guys,
I would like to see HTML pages into notepad++ tab itself (just text only - no other elements etc) (not only as page source code) and I wanna know whether it’s possible? In the past I just found the “Preview HTML” plugin what can do that so far but I can’t do anything with the text like to set highlights.
So my goal is it to see HTML pages as normal page source code / text like it does at the moment and then I would like to have some switch button to show the HTML page as website page like in a browser.
The second thing I’m looking for is that I need to find a way to highlight specific words (of my words list). There is a AddOn Extension called Highlight This what can do that just to highlight words and something like that I would like to have in npp itself. Is there already anything what can highlight words of word list?
Just found a plugin called “Multi-Replace” where I can enter words into a list and mark them all (not in same background color).
Maybe a summary:
-
Looking for a method / plugin / script to highlight specific XY words (10 - 100 +/- or word-list etc) with a yellow background. This highlight function I would like to enable / disable via button in toolbar later using “Customize Toolbar” plugin. Similar like the spellchecking icon what we can enable / disable.
-
Looking for a method to switch HTML source code view to real website view (just need text only) in the npp tab itself and the highlight function should also work on that view too.
Lets say I wanna read an very long article or story on a website then I do use the “reading view” (Firefox or Reader View extension for Chromium browsers) which is very nice to show all text as I want and always same to have a pleasant read. So reading and highlight functions are working well in browser.
Maybe a little bit specific what I do request. I don’t wanna execute the loaded HTML files in browser from npp etc you know. So is it doable to handle that all inside of npp or not? Thank you.
-