How to Use FZF to make Chrome a great Markdown Reader
The aim of this pageš is to share the hack for quickly opening markdown files with images and formatting in Chrome
Apr 21
--
- Install Markdown Viewer
- Install fzf, ideally also see https://andrew-quinn.me/fzf/
- Put the following into your terminal profile ā Iām on Windows and use PowerShell, but ideally this should work cross-platform with a bit of tweaking
function chf {chrome $PWD/$(fzf)}
In terminal just run chf
ā¹ select a file ā¹ it opens in Chrome immediatelly properly rendered by Markdown Viewer