nabla.nvim icon indicating copy to clipboard operation
nabla.nvim copied to clipboard

take your scientific notes :pencil2: in Neovim

Results 26 nabla.nvim issues
Sort by recently updated
recently updated
newest added

LaTeX math mode is entered using `\( \)` and `\[ \]`, but I could only get the plugin to work inside `$ $` and `$$ $$`. Also, is it possible...

This is needs to be fixed. The rendering is not correct.

enhancement

Formula such as $1-\frac{2}{3}$ make the minus very hard to read. Find a way to add spaces around operators.

enhancement

For most of my notes I use the `equation` environment for numbered equations, etc. Would it be possible for `nabla.nvim` to support previewing math in an `equation`? I understand that...

I was wondering if anyone has come up with an autocommand that opens the popup if you hover the cursor over a math block? I am currently looking into it,...

## virt_lines poc ![image](https://raw.githubusercontent.com/jbyuki/gifs/main/nabla.png) **requires nvim 0.8.0+** A safe way to get inline visualization. The implementation is currently very simplistic. Enable with: ```lua require"nabla".enable_virt() ``` Disable with: ```lua require"nabla".disable_virt() ```...

If a tag is not recognized, it should output it out verbatim and not remove it. For example ```tex $x \gets y$ ``` should output ``` x \gets y ```

Is it possible to take a root of custom value, not only 2? In Latex that would be `\sqrt[n]{ab}`: ![image](https://github.com/jbyuki/nabla.nvim/assets/50273349/ef1639f7-e038-475c-b7c6-f88fc05bc3d9) This is the result currently: ![image](https://github.com/jbyuki/nabla.nvim/assets/50273349/21855a0a-5b69-4477-a43c-b3ada83b7059) Is there another way...

**How should the input text representation look like** > Example: y_n **How should the ASCII art output look like** > Example: y lower n, you can imagine **Describe in what...

enhancement