The documentation for a library I'm using comes as a bunch of html files mixied in with the source code. It would be nice not to have to switch programs when I want to look at the documentation.
Is there a way to view a rendered html file from within emacs?
Yes. Several.
Man, I feel like this question should have been "what can't emacs do." and I'm a vi man even.
I had this same question, and neither of the answers is specific. For rendering, use shr.el (Simple HTML Renderer):
(load-library "shr.el")
(shr-render-buffer)
You can do it using w3m web browser for emacs. But it is very slow redering is sychronous.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With