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, 2023
- 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