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

Output locally #46

Closed jhultgre closed 7 years ago

jhultgre commented 7 years ago

Added an option to transformations to automatically output to the same directory with the same name as the current file.

I went with "out-local" as the option name. It doesn't do any checking if the file it would write to already exists.

Should take care of issue #33

mk-uc commented 7 years ago

Hi, thanks for adding this, is there a way I can implement this currently?

mk-uc commented 7 years ago

So for some reason I still can't get it to work. I've updated the package through package control and inserted the line out-local: true, however it's not helping. Is there something I'm doing wrong?

Also, would it be possible to have it save as the original file name as well?

Thanks again!

tbfisher commented 7 years ago

only releases are available through package control -- I've made a new one with this PR, so you should be able to update it now.

mk-uc commented 7 years ago

Sorry, for some reason package control is telling me there's nothing to update. Do I need to do it manually?

albertostefanelli commented 5 years ago

it seems that the repository still has the old version in it. Is there a way to fix this?