tbfisher / sublimetext-Pandoc

A Sublime Text plugin that uses Pandoc to convert text from one markup format into another. Pandoc can convert documents in markdown, reStructuredText, textile, HTML, DocBook, LaTeX, MediaWiki markup, OPML, or Haddock markup to XHTML, HTML5, HTML slide shows using Slidy, reveal.js, Slideous, S5, or DZSlides, Microsoft Word docx, OpenOffice/LibreOffice ODT, OpenDocument XML, EPUB version 2 or 3, FictionBook2, DocBook, GNU TexInfo, Groff man pages, Haddock markup, OPML, LaTeX, ConTeXt, LaTeX Beamer slides, PDF via LaTeX, Markdown, reStructuredText, AsciiDoc, MediaWiki markup, Emacs Org-Mode, Textile, or custom writers can be written in lua.
MIT License
137 stars 26 forks source link

assign key to a transformation #51

Closed faridcher closed 4 years ago

faridcher commented 7 years ago

is it possible to bind a key to a specific transformation i.e. HTML. I know how to assign shortkey to a command in sublime text but don't know to assign it to a prompt (pandoc_prompt)

pchtsp commented 6 years ago

Not sure if it's possible to do it with the current code... but a possible workaround is to do the following:

60

MPvHarmelen commented 4 years ago

This currently isn't possible. I'll close this issue because it's a duplicate of #60 and there's more discussion there.