Take your scentific notes in Neovim.
The colorscheme used here is tokyonight.
An ASCII math generator from LaTeX equations.
Using vim-plug
Plug 'jbyuki/nabla.nvim'
Bind the following command:
nnoremap <F5> :lua require("nabla").action()<CR>
$ ... $
: inline form$$ ... $$
: wrapped formSee test/input.txt for examples.
Note: If the notation you need is not present or there is a misaligned expression, feel free to open an Issue.