Basic RFC(?): Enhance LaTeX Support: In-place Preview & Region-based Rendering #1349
SeniorMars
started this conversation in
Ideas
Replies: 3 comments
-
Beta Was this translation helpful? Give feedback.
0 replies
-
Sneak peek of what's coming:
|
Beta Was this translation helpful? Give feedback.
0 replies
-
THANK YOU SO MUCH! |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I'd like to propose enhancing snacks.nvim's LaTeX support by implementing features inspired by Emacs' preview-latex package. Since snacks.nvim already has robust image rendering and region management, it seems like a perfect foundation for these features.
Current Status
snacks.nvim already provides:
Proposed Enhancements
Treesitter Integration
\( ... \)
), display (\[ ... \]
), and environment mathIn-place Preview
Region-based Rendering
Asynchronous Processing
Technical Implementation
We can implement this by:
Questions
Looking forward to your thoughts on this proposal.
TO BE CLEAR: I would be happy to try to implement all of this. Moreover, I'm interested in making these features for typst.
Beta Was this translation helpful? Give feedback.
All reactions