An implementation of Urtext in Neovim
This is an early release for testers. Contributions are welcome.
License: MIT
Urtext /ˈʊrtekst/ is a markup language for Python scriptable-notebooks in a text editor
For a fast overview, visit https://urtext.co/
pip install urtext
or
pip3 install urtext
{ "nbeversl/urtext_neovim" }
use "nbeversl/urtext_neovim"
Plug 'nbeversl/urtext_neovim'
Urtext can generate a starter project that documents its features with examples:
- Create and navigate to a folder for new the starter project
- Open Neovim from the new folder and type,
:UrtextStarterProject - Type
<leader>zhto open to the home node of the starter project. - Read the home node to get started.
See https://urtext.co/documentation/ for more information.
There is also an implementation for:
- iOS using Pythonista, urtext_pythonista
- a plugin for Sublime Text
Questions and issues may be submitted either to https://urtext.co/support/ or to https://github.com/nbeversl/UrtextSublime/issues.