KarimAziev / pandoc-mini

Pandoc utils.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

pandoc-mini

Command dispatcher for pandoc.

Requirements

  • Emacs >= 27.1 is required.
  • pandoc

Installation

Manual

Ensure that you have installed required dependencies:

  • transient

Download the source code and put it wherever you like, e.g. into ~/.emacs.d/pandoc-mini/

git clone https://github.com/KarimAziev/pandoc-mini.git ~/.emacs.d/pandoc-mini/

Add the downloaded directory to the load path:

(add-to-list 'load-path "~/.emacs.d/pandoc-mini/")
(require 'pandoc-mini)
(use-package pandoc-mini
  :straight (pandoc-mini
             :repo "KarimAziev/pandoc-mini"
             :type git
             :host github)
  :commands (pandoc-mini-menu))

Transient

  • pandoc-mini-menu

Transient menu.

About

Pandoc utils.

License:GNU General Public License v3.0


Languages

Language:Emacs Lisp 100.0%