This branch is for development, check out the stable branch.
NML is a language server that comes with a tool for rendering to HTML. The goal of NML is to be a org mode replacement compatible with any editor supporting the language server protocol.
Documentation is available here
- NeoVim Check my plugin for neovim integration of the language servers extensions: nml-nvim.
Some features requires external dependencies to work.
We ship a modified version of latex2svg by Matthias C. Hormann.
The modified program can be found in third/latex2svg and is licensed under MIT.
The installation instructions can be found on latex2svg's repository.
To render Graphviz graph (i.e [graph]...[/graph]),
you need to install the dot program from Graphviz.
NML statically compiles liblua5.4 to use the lua features.
cargo build --release --bin nml
- Paragraphs
- LaTeX rendering
- Graphviz rendering
- Media
- References
- Navigation
- Cross-Document references
- LSP
- Complete Lua api
- Documentation
- Table
- LaTeX output
NML is licensed under the GNU AGPL version 3 or later. See LICENSE.md for more information.
License for third-party dependencies can be accessed via cargo license
