in reply to Re^4: I want to save web pages as text rather than as HTML. -- oneliner
in thread I want to save web pages as text rather than as HTML.

Try the free Komodo Edit. It's a really excellent Perl IDE with realtime syntax checking, fast and rich interface, hundreds of options, very pleasant colors, snippets, templates, completion, tidy, reliable backups, perfect restorations, support for about a hundred other languages, and lots more.

One of my favorite features: A few seconds after making a typo or other mistake the lines that will be broken by it are underlined in red, and will popup the warning text on mouseover.

https://www.activestate.com/products/komodo-ide/downloads/edit/
  • Comment on Re^5: I want to save web pages as text rather than as HTML. -- oneliner

Replies are listed 'Best First'.
Re^6: I want to save web pages as text rather than as HTML. -- oneliner
by Anonymous Monk on Sep 19, 2019 at 19:44 UTC
    s/tidy/critic/

    Komodo has tidy for html and maybe other langs but afaik not perl. Komodo does have REAL TIME PERL CRITIC from gentle to brutal that underlines issues in yellow and will popup the critique on mouseover. Configure it in preferences > syntax checking > language-specific > Perl.