Skip to content

Bindings for Typora's Markdown in Neovim

License

Notifications You must be signed in to change notification settings

ZephOne/nvim-typora

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Introduction

nvim-typora is a plugin that aims to provide improved functionality with Typora and its enhanced markdown features.

It is not meant to replace existing markdown plugins, only enhance their functionality with specific additions for Typora.

Features

This plugin is still a work in progress. That said, it is in a good state for others to begin getting use out of it:

  • Basic mermaid snippets
    • Class Diagrams
    • Entity Relationship Diagrams
    • Gantt
    • Graphs
    • Pie Charts
    • Sequence Diagrams
    • State Diagrams
    • User Journey Diagrams
  • Basic Markdown snippets
    • Code Blocks
    • LaTeX Blocks
    • Tables
      • Manipulating columns
      • Initial generation
  • Links to helpful documentation from :help.

Demo

This is a demo of most of the features. TableMode can do more than is shown, and there are more ways to access these features than through :execute-ing commands. Read the docs for more information.

Demo

Installation & Requirements

Requires the following:

  • Neovim 0.5+
  • Typora
  • nvim-libmodal
    • Snippet functionality with :TyporaMode.
    • Table manipulation with :TableMode.

Optionally requires the following:

You can install it like any other plugin. Here is an example which uses vim-plug:

Plug 'Iron-E/nvim-libmodal'
Plug 'Iron-E/nvim-typora'
Plug 'plasticboy/vim-markdown'

About

Bindings for Typora's Markdown in Neovim

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Lua 92.6%
  • Vim Script 7.4%