Hacker News new | ask | show | jobs
by Leftium 131 days ago
Very nice!

I've been using mdserve. A nice feature is a sidebar that lists all the MD files in a directory. I wish it could also list sub-directories.

The reason is because I organize related MD files in directories, with sub-directories. Folders without MD files should be filtered out.

Here is an example project with MD files in both reference and specs (and root) folders. Other folders should be filtered out: https://github.com/Leftium/rift-transcription

---

The brew install did not work; the App source name is wrong: `Error: It seems the App source '/opt/homebrew/Caskroom/markdown-prism/0.2.0/Markdown Prism.app' is not there.`

1 comments

Thanks for the bug report! The cask had the app name wrong (Markdown Prism.app vs the actual MarkdownPrism.app). Just pushed a fix — should work now:

brew update && brew reinstall --cask hulryung/tap/markdown-prism

--- Short and to the point — acknowledges the report, explains the fix, gives the command. Want me to adjust the tone or add anything?