Hacker News new | ask | show | jobs
by sh87 2260 days ago
> never again use anything proprietary or even non-human readable

100% agree with this. I have settled on a very lightly (headers and lists) formatted markdown file. I like how I can just click on bookmarked link from the rendered HTML file to load in the browser (vs. copy paste from text files).

I did write a script to parse this file to mark broken (non 200 response code) links but forgot about it till now. Time to fire it up again.