nabla.nvim

take your scientific notes ✏️ in Neovim
授权协议 MIT License
开发语言
所属分类 企业应用、 LaTeX排版系统
软件类型 开源软件
地区 不详
投 递 者 魏兴邦
操作系统 跨平台
开源组织
适用人群 未知
 软件概览

nabla.nvim

Take your scentific notes in Neovim.

The colorscheme used here is tokyonight.

An ASCII math generator from LaTeX equations.

Requirements

  • Neovim nightly
  • A colorscheme which supports treesitter see here

Install

Using vim-plug

Plug 'jbyuki/nabla.nvim'

Configuration

Bind the following command:

nnoremap <F5> :lua require("nabla").action()<CR>

Usage

  • Press F5 to initiate nabla.nvim.
  • Press F5 on a LaTeX formula to generate the ASCII Formula.
    • $ ... $ : inline form
    • $$ ... $$ : wrapped form
  • Press F5 on an ASCII Formula to edit the LaTeX formula.

Reference

See 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.

Credits

  • Thanks to jetrosut for his helpful feedback and bug troubleshoot
  • Thanks to nbCloud91 for pointing me to VIM conceals
  • Thanks to clstb for giving suggestions on how to enhance the interaction.

相关阅读

相关文章

相关问答

相关文档