Skip to content

nbeversl/urtext_neovim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Urtext for Neovim

An implementation of Urtext in Neovim

This is an early release for testers. Contributions are welcome.

License: MIT

What is Urtext?

Urtext /ˈʊrtekst/ is a markup language for Python scriptable-notebooks in a text editor

For a fast overview, visit https://urtext.co/

Installation

Install urtext using pip.

pip install urtext or pip3 install urtext

Install the Neovim plugin

with lazy.nvim

{ "nbeversl/urtext_neovim" }

with packer.nvim

use "nbeversl/urtext_neovim"

with vim-plug

Plug 'nbeversl/urtext_neovim'

Starter Project & Documentation

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>zh to open to the home node of the starter project.
  • Read the home node to get started.

See https://urtext.co/documentation/ for more information.

Other Implementations

There is also an implementation for:

Questions and Issues

Questions and issues may be submitted either to https://urtext.co/support/ or to https://github.com/nbeversl/UrtextSublime/issues.

About

Neovim implementation of Urtext, a markup language for Python scriptable-notebooks in a text editor.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published