Hello!!
I am not an expert here but I am experimenting with the ability to use w3m as visualizer and I want to share where I am so far. If you set w3m as replacement for vim it already has the ability to move between folders but when you select an article it does not detect it as html because it is partial html.
But if you open a specific file and you force the content type to be text/html w3m render the html.
w3m -T text/html gianarb/Go\ testing\ tricks
Hello!!
I am not an expert here but I am experimenting with the ability to use w3m as visualizer and I want to share where I am so far. If you set
w3mas replacement for vim it already has the ability to move between folders but when you select an article it does not detect it as html because it is partial html.But if you open a specific file and you force the content type to be text/html w3m render the html.