Open mdietrich16 opened 1 year ago
Rather than going down the render image route, is there any benefit in rendering LaTeX equations using pure ASCII characters as achieved by jbyuki/nabla.nvim
Since it is purely ASCII characters, there is no need for it to be run on a GPU accelerated Terminal emulator.
It is working quite well for me and isn't conflicting with Neorg.
Prerequisites
Neovim Version
0.10.0
Neorg setup
Actual behavior
With
image.nvim
installed, the intagrations enabled and rendering another image, upon running :Neorg render-latex I get the following messageAfter deleting the
.image /some/path.png
I now get (weird) latex rendering but alsoWeird latex rendering means multiple instances of the same image after scrolling, the neorg src for latex still gets rendered and the locations are not in sync.
Expected behavior
Render latex instead of neorg src i guess?
Steps to reproduce
Well, try to render latex with another image rendered and also try to render latex on its own.
Potentially conflicting plugins
No response
Other information
No response
Help
None
Implementation help
No response