DCsunset

Results 93 comments of DCsunset

Did you put pandoc-include in the same directory as pandoc? If so, they should be able to run without the path. Could you check if the PATH environment variable include...

I'm using Alacritty 0.13.2 as well, but the workaround posted above didn't work for me. I'm using emacs 29.3 and NixOS unstable. **Update**: it actually works by following @ark3's workaround....

I don't think it's a good idea to add a new line character as it will break the regex search. You can achieve the same bahviour by changing your config...

Any update on this issue? (since it's been a few years)

It uses a clipboard library to copy the content. So it should be an upstream issue, probably specific to xwayland.

That's a good catch! Your solution makes sense when the output is in a format that could embed the image. However, in some cases, users may want to keep the...

Oh I just realized that we don't need another option. We can allow `rewrite-path` to accept both `str` and `bool`. - If it's `true` or `absolute`, we rewrite to aboslute...

It would be great to support other popular syntaxes to make it compatible with more applications. I think your idea should work without problem. We just need to add an...

I just implemented the fix in the latest commit which fixes the relative path rewrite. Feel free to test it when you have time.