glow
glow copied to clipboard
Render markdown on the CLI, with pizzazz! 💅🏻
I think current version of glow is still using the rsa keys, so we prob want to migrate them to the ed15519 ones as well... or somehow force the old...
It would be helpful to be able to organize documents in several different ways. I would have command line options and config options to allow: * sorting by creation date...
See https://github.com/skycocker/chromebrew.
Greetings developers & contributors. [Mermaid](https://mermaid-js.github.io/) is a flowchart diagram JS library which renders markdown into diagrams, GitHub uses it to render [diagrams in the markdown](https://github.blog/2022-02-14-include-diagrams-markdown-files-mermaid/) files. Adding support for mermaid...
I had to experiment a bit until I found the right way to render from stdin. This extended example could be helpful to someone.
Add a note to just use `go install` for installation. Perhaps obvious, but I tend to simply use go as a package manager for golang projects. Edit: Also, this is...
To make it usable as preview option for markdown written in eg vim, it would be nice to have a special mode where the markdown file gets reloaded on every...
Hi, everyone! First of all, thanks for creating and maintaining this incredible tool! I created this PR to add support for `GLOW_CONFIG` environment variable, like described in the issue linked...
I want to read a markdown file pager-style, not by scrolling in the shell. So I use `-p`; `most` is my pager. Compare: `glow -p README.md`:  `glow README.md`: ...