Christian Rocha

Results 381 comments of Christian Rocha

(Side note @OliverFM: in the meantime you can run set the default style to dark. Run `glow config` to open the config file.)

Hi! Just a note that this PR should probably also cover the paths in the `glow config` command when the environment variable is set ([here](https://github.com/charmbracelet/glow/blob/8fc9a300a4494bd6f9dc0255f638c42163a168a4/config_cmd.go)). Separately, I wonder if the...

@lepasq Yes, please do! You could also post a link to your fork as well if you prefer.

Hey all. Just a note that we're planning on implementing this one, however to do it properly we'll most likely make some changes upstream in [Bubble Tea](https://github.com/charmbracelet/bubbletea/) (see https://github.com/charmbracelet/bubbletea/issues/171). The...

Thank you for the PR! Just a heads up that we're working on an update to Glow that will most likely conflict with this, though we're happy to look at...

Cool, we'll push something up early next week. We may contribute to your branch as well.

That said, you can override the behavior with `glow -a` / `glow --all`.

Unfortunately, this is likely because `less` (which I'm assuming you're using for your pager) is choking on the large amount of ANSI sequences `glow` is using to color markdown documents....

This is a good idea. I've added it as a potential feature.

Implementation specifics aside, this seems like a good addition, though it may also be better off as a standalone component. If we were to add it to the library we'd...