declutter
declutter copied to clipboard
can declutter be used to render elfeed show mode
hi sir
now i switch back to emacs27 on PC, so i have the question
elfeed uses shr to render articles which is the same as declutter
so i think there's some way to enable declutter to display html content.
that will improve readability of the artists much more
can you add the function please?
thanks
I don't think I follow you :) declutter will render html content, how do you mean to "display html content"?
is it possible to use declutter to render after i enter the elfeed article page automatically?
this is what i mean, sorry
Look for elfeed-insert-html
in elfeed-show.el
and see if it can be
"advise"-ed to use declutter. I'm not sure if this will work properly,
because some backends for rendering html chunks might require additional
flags.
However, you can open elfeed entry in declutter by adjusting
"browse-url-browser-function" [1] and hitting b
in elfeed-search buffer.
[1] https://www.emacswiki.org/emacs/BrowseUrl
sure i will have a try and give feedback here