Iron-E / nvim-marktext

Bindings for Marktext's Markdown in Neovim

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

nvim-markdown

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

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

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. Read the docs for more information.

Demo

Installation & Requirements

Requires the following:

Optionally requires the following:

  • nvim-libmodal
    • :MarktextMode, which provides quick access to templates for various markdown blocks.
  • vim-markdown
    • Automatic table formatting in :MarktextMode.

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-marktext'
Plug 'plasticboy/vim-markdown'

About

Bindings for Marktext's Markdown in Neovim

License:Other


Languages

Language:Lua 91.8%Language:Vim Script 8.2%