glow
glow copied to clipboard
Render markdown on the CLI, with pizzazz! 💅🏻
In markdown you can display images using \[name](/path/to/image). It would be very cool to be able display them in the terminal with glow. It could use many techniques to display...
Hi, Love using glow so far. It would be amazing if glow can show LaTex or TeX previews as well. Is this a possible feature? Thanks!
I have `pager: false` in the config. Running `glow` with no arguments let me pick files which after picking uses glow specialized internal pager and allow me to scroll up...
When I try to read the markdown of private GitHub repo: `./glow https://github.com/{{REPO_ORG}}/{{REPO_NAME}}` It is showing an error: **Error: can't find README in GitHub repository** Ideally it should fetch `github...
I was using superscript and subscript tags in my markdown file. I tried to preview with glow and noticed it hadn't rendered them correctly. Is this a limitation of the...
Hello Devs Please make it possible to follow both filesystem links (/foo/bar) and weblinks. It would make the experience feel more complete. For example the [TuxDocs](https://github.com/Reikimann/TuxDocs/tree/Readme-edits) project. Being able to...
I am curious if `[[wikilinks]]` is something that glow might support one day.
So, several documents seem to imply that stashed documents are shared once you link keys to your account. I used both the latest charm and glow release on 2 linux...
How to search in current file. I press the ? but cant find the option
While trying to use github.com/charmbracelet/glow/ui, go mod tidy outputs: ``` github.com/charmbracelet/glow imports github.com/charmbracelet/glow/ui imports github.com/charmbracelet/charm/keygen: module github.com/charmbracelet/charm@latest found (v0.12.1), but does not contain package github.com/charmbracelet/charm/keygen ``` So I found out...