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

Specifying "font_size" and other sublime settings in Pandoc.sublime-settings #62

Closed abers closed 4 years ago

abers commented 7 years ago

I realise I am likely making a noob mistake - but is it possible to specify a font_size etc for any document open using the pandoc syntax within Pandoc.sublime-settings? For example, within Python.sublime-settings I have:

{
"font_size": 10,
...
}

Which sets the font size for all .py documents to 10 and works the same within other Language.sublime-settings. However, including it or any other sublime setting in Pandoc.sublime-settings seems to have no effect.

MPvHarmelen commented 4 years ago

Hi. This plugin doesn't contain syntax definitions. To change syntax-specific settings, open a file with the syntax of which you want to chance the settings and then go to Preferences > Settings - Syntax Specific.