ngirard
ngirard
> Is there a good way to automatically use a better color? Not that I know of. I'd suggest replacing `dull black` to e.g. `grey` in the default config file,...
Just stumbled upon this problem. @jez, how about releasing pre-compiled binaries using GitHub Actions ?
Hey @bocajnotnef, @mvsoom, did you guys manage to get a working debian-amd64 binary of pandoc-sidenote v0.22.1 ? If so, I'd be interested to get it, or to reproduce the procedure...
Hey @bocajnotnef, thanks for the heads up ! In case you're interested I managed to compile it manually and made a deb package [here](https://github.com/ngirard/packages). That's far from ideal but hey......
> Aside from being able to specify your session name with -s there's not an easy way to to set up a session per project type workflow. If enough people...
The problem comes from the fact, that pp doesn't create the `stack-work` directory if it doesn't exist. This is not the default behavior of the other LP systems I've tried...
Sure. None of your proposed alternatives work with filenames containing spaces. Try e.g. ``` echo test > "foo a" echo "foo a" > file-list xargs rg test < file-list foo:...
Fair enough. So, for the record, instead of the syntax I proposed `rg pattern --list-from
> I'm re-opening this because it seems impossible or difficult to work around this when xargs is not present. That's a great news ! > What should the flag name...
@Wietsedl, why not adding an alias to your note ? i.e. for the author `John Doe`, if you want the corresponding note to be named `Doe.md`, simply add ``` ---...