Dieter Eickstaedt

Results 40 comments of Dieter Eickstaedt

@markusbkk In fact [github.com/muesli/termenv](https://github.com/muesli/termenv) already contains all there is to it to enable clickable links as far as I can tell. https://github.com/muesli/termenv/blob/5670c9af724c0f24acef0a7a8d811f6cc9290b83/hyperlink.go

Can you elaborate in what you would like to do with custom front matter data ? In terms of rendering that is.

Sounds reasonable but as far as I can see this looks like an extension to the underlying markdown [parser](https://github.com/yuin/goldmark).

@markusbkk I made some tests and adjusted my [glamour](https://github.com/deicon/glamour/tree/feature/frontmatter_yaml_parser) fork as well as my local [glow](https://github.com/deicon/glow/tree/feature/frontmatter/Enable_Frontmatter_Yaml_Parser ) Essentially adding a FrontMatter YAML Parser to glamour and enabling a way to...

> > Sounds reasonable but as far as I can see this looks like an extension to the underlying markdown [parser](https://github.com/yuin/goldmark). > > I feared that. > > Although I...

@caarlos0 seems to be related to #624 and the #427

@KamilPostrozny Yes I was. In fact to build the image you need to use a X86 JDK. In order to be able to install it with sdkman, temporarily activate rosetta...

> i wonder if it is worth it trying https://github.com/abhinav/goldmark-frontmatter , as it also supports toml frontmatter 🤔 Sure. I think I wasn't aware of the availability of this extension

PWD is not set by tasks and will most likely be the Current Working Directory, when the user called task. Parent File ..../parent/Taskfile.yaml ``` version: '3' tasks: echo-parent: cmd: echo...