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

Cannot open sublimetext-Pandoc #12

Closed indralukmana closed 10 years ago

indralukmana commented 10 years ago

I am using archlinux

my user setting for pandoc : Pandoc.sublime-settings

{ // Sets the path to the pandoc binary. "pandoc-path": "/usr/bin/pandoc",

// Opens output in new buffer (instead of replacing input in same) "new-buffer": 1 }

Traceback (most recent call last): File "/opt/sublime_text_3/sublimeplugin.py", line 526, in run return self.run() File "/home/user/.config/sublime-text-3/Packages/Pandoc/Pandoc.py", line 35, in run self._setting('formats').keys(), self.transform) File "/opt/sublime_text_3/sublime.py", line 341, in show_quick_panel if len(items) > 0 and isinstance(items[0], list): TypeError: 'dict_keys' object does not support indexing

tbfisher commented 10 years ago

I'm still on sublime text 2... this module has not been ported yet to 3

indralukmana commented 10 years ago

ah yes, i misinterpret the supported version. thank you.