-
-
Notifications
You must be signed in to change notification settings - Fork 222
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix inline Latex rendering #1442
Comments
I don't know if it's related to #1438, it seems not? |
I personally tends toward a typst support instead of latex, though. |
it's not. that PR is to fix a single issue. You're asking for a bunch of new features it seems like
This already works. and is the default, you probably don't have conceallevel set properly.
Well then I guess you expect the math to always be blue? That's how math displays when it's in headers, or bolded, or anything really. I also think this would be an additional performance hit for no real gain. ![]() ![]()
wdym? text is concealed so there is no additional space between the image and the adjacent text. This might be a misunderstanding related to the conceallevel issue at the top of this list.
This is a lot harder than you think it is. It would be really hacky in the current implementation, let alone the upcoming one which will support typst.
Near impossible with the current implementation due to how much work image.nvim is doing for us.
not a bug, typst support is around the corner |
Thanks, I initially disabled conceal level config as it messes up my other files that uses foldmarkers, I'll try to see if I can fix it. |
Also I guess I'll split this into separte feature requests for what makes sense. |
you can set it just for norg files with a filetype plugin.
tldr: create a file in your config at: vim.opt_local.conceallevel = 2 |
@glyh to make sure you see that |
Yeah I saw it, thank you! |
Prerequisites
Neovim Version
NVIM v0.10.0 Build type: Release LuaJIT 2.1.1713773202 Run "nvim -V1 -v" for more info
Neorg setup
Actual behavior
Expected behavior
Steps to reproduce
Follow the cookbook with latex support.
Potentially conflicting plugins
image.nvim?
Other information
None.
Help
Yes, but I don't know how to start. I would need guidance (check question below)
Implementation help
No response
The text was updated successfully, but these errors were encountered: