├── COPYING ├── Commands ├── Center Pandoc Metadata.tmCommand ├── Cheatsheet_html.tmCommand ├── Convert HTML to Markdown.tmCommand ├── Convert MMD Citations to Pandoc Citations.tmCommand ├── Convert MMD Metadata to Pandoc Metadata.tmCommand ├── Convert Pandoc Metadata to MMD Metadata.tmCommand ├── Convert to ConTeXt (citations).tmCommand ├── Convert to ConTeXt (no citations).tmCommand ├── Convert to HTML Snippet.tmCommand ├── Convert to LaTeX (citations).tmCommand ├── Convert to LaTeX (no citations).tmCommand ├── Convert to ODT (author-date citations).tmCommand ├── Convert to ODT.tmCommand ├── Convert to PDF via LaTeX (citations).tmCommand ├── Convert to PDF via LaTeX.tmCommand ├── Convert to xeLaTeX (citations).tmCommand ├── Convert to xeLaTeX.tmCommand ├── Decrease Quote Level for Line : Selection.tmCommand ├── Demote Headers.tmCommand ├── Edit Templates.tmCommand ├── Freshen Date.tmCommand ├── Generate HTML (author-date citations).tmCommand ├── Generate HTML (no citations).tmCommand ├── Harden Line Breaks.tmCommand ├── Increase Quote Level for Line : Selection.tmCommand ├── Preview as HTML (author-date citations) copy.tmCommand ├── Preview as HTML (no citations).tmCommand ├── Preview as HTML (strict markdown).tmCommand ├── Promote Headers.tmCommand ├── README_html.tmCommand ├── Tabs to Bullets.tmCommand ├── m2m: nowrap, inline.tmCommand ├── m2m: nowrap, ref, cites.tmCommand ├── m2m: nowrap, ref.tmCommand ├── m2m: wrap, inline, ref.tmCommand ├── m2m: wrap, inline.tmCommand └── m2m: wrap, ref.tmCommand ├── DragCommands ├── convert latex and rst to markdown.tmDragCommand ├── convert odt, doc, docx, rtf, wordml, webarchive to markdown using textutil.tmDragCommand └── convert pdf to html.tmDragCommand ├── Preferences └── Autocomplete citations.tmPreferences ├── README.markdown ├── Snippets ├── Insert Footnote Reference.tmSnippet ├── Insert Inline Footnote.tmSnippet ├── Insert Metadata.tmSnippet └── Insert YAML Metadata.tmSnippet ├── Support ├── bin │ ├── demoteheaders │ ├── demoteheaders.hs │ ├── promoteheaders │ └── promoteheaders.hs ├── doc │ └── cheatsheet.markdown └── mellel2mmd.xsl ├── Syntaxes └── Pandoc.tmLanguage └── info.plist /COPYING: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dsanson/Pandoc.tmbundle/HEAD/COPYING -------------------------------------------------------------------------------- /Commands/Center Pandoc Metadata.tmCommand: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dsanson/Pandoc.tmbundle/HEAD/Commands/Center Pandoc Metadata.tmCommand -------------------------------------------------------------------------------- /Commands/Cheatsheet_html.tmCommand: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dsanson/Pandoc.tmbundle/HEAD/Commands/Cheatsheet_html.tmCommand -------------------------------------------------------------------------------- /Commands/Convert HTML to Markdown.tmCommand: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dsanson/Pandoc.tmbundle/HEAD/Commands/Convert HTML to Markdown.tmCommand -------------------------------------------------------------------------------- /Commands/Convert MMD Citations to Pandoc Citations.tmCommand: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dsanson/Pandoc.tmbundle/HEAD/Commands/Convert MMD Citations to Pandoc Citations.tmCommand -------------------------------------------------------------------------------- /Commands/Convert MMD Metadata to Pandoc Metadata.tmCommand: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dsanson/Pandoc.tmbundle/HEAD/Commands/Convert MMD Metadata to Pandoc Metadata.tmCommand -------------------------------------------------------------------------------- /Commands/Convert Pandoc Metadata to MMD Metadata.tmCommand: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dsanson/Pandoc.tmbundle/HEAD/Commands/Convert Pandoc Metadata to MMD Metadata.tmCommand -------------------------------------------------------------------------------- /Commands/Convert to ConTeXt (citations).tmCommand: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dsanson/Pandoc.tmbundle/HEAD/Commands/Convert to ConTeXt (citations).tmCommand -------------------------------------------------------------------------------- /Commands/Convert to ConTeXt (no citations).tmCommand: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dsanson/Pandoc.tmbundle/HEAD/Commands/Convert to ConTeXt (no citations).tmCommand -------------------------------------------------------------------------------- /Commands/Convert to HTML Snippet.tmCommand: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dsanson/Pandoc.tmbundle/HEAD/Commands/Convert to HTML Snippet.tmCommand -------------------------------------------------------------------------------- /Commands/Convert to LaTeX (citations).tmCommand: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dsanson/Pandoc.tmbundle/HEAD/Commands/Convert to LaTeX (citations).tmCommand -------------------------------------------------------------------------------- /Commands/Convert to LaTeX (no citations).tmCommand: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dsanson/Pandoc.tmbundle/HEAD/Commands/Convert to LaTeX (no citations).tmCommand -------------------------------------------------------------------------------- /Commands/Convert to ODT (author-date citations).tmCommand: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dsanson/Pandoc.tmbundle/HEAD/Commands/Convert to ODT (author-date citations).tmCommand -------------------------------------------------------------------------------- /Commands/Convert to ODT.tmCommand: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dsanson/Pandoc.tmbundle/HEAD/Commands/Convert to ODT.tmCommand -------------------------------------------------------------------------------- /Commands/Convert to PDF via LaTeX (citations).tmCommand: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dsanson/Pandoc.tmbundle/HEAD/Commands/Convert to PDF via LaTeX (citations).tmCommand -------------------------------------------------------------------------------- /Commands/Convert to PDF via LaTeX.tmCommand: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dsanson/Pandoc.tmbundle/HEAD/Commands/Convert to PDF via LaTeX.tmCommand -------------------------------------------------------------------------------- /Commands/Convert to xeLaTeX (citations).tmCommand: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dsanson/Pandoc.tmbundle/HEAD/Commands/Convert to xeLaTeX (citations).tmCommand -------------------------------------------------------------------------------- /Commands/Convert to xeLaTeX.tmCommand: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dsanson/Pandoc.tmbundle/HEAD/Commands/Convert to xeLaTeX.tmCommand -------------------------------------------------------------------------------- /Commands/Decrease Quote Level for Line : Selection.tmCommand: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dsanson/Pandoc.tmbundle/HEAD/Commands/Decrease Quote Level for Line : Selection.tmCommand -------------------------------------------------------------------------------- /Commands/Demote Headers.tmCommand: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dsanson/Pandoc.tmbundle/HEAD/Commands/Demote Headers.tmCommand -------------------------------------------------------------------------------- /Commands/Edit Templates.tmCommand: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dsanson/Pandoc.tmbundle/HEAD/Commands/Edit Templates.tmCommand -------------------------------------------------------------------------------- /Commands/Freshen Date.tmCommand: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dsanson/Pandoc.tmbundle/HEAD/Commands/Freshen Date.tmCommand -------------------------------------------------------------------------------- /Commands/Generate HTML (author-date citations).tmCommand: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dsanson/Pandoc.tmbundle/HEAD/Commands/Generate HTML (author-date citations).tmCommand -------------------------------------------------------------------------------- /Commands/Generate HTML (no citations).tmCommand: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dsanson/Pandoc.tmbundle/HEAD/Commands/Generate HTML (no citations).tmCommand -------------------------------------------------------------------------------- /Commands/Harden Line Breaks.tmCommand: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dsanson/Pandoc.tmbundle/HEAD/Commands/Harden Line Breaks.tmCommand -------------------------------------------------------------------------------- /Commands/Increase Quote Level for Line : Selection.tmCommand: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dsanson/Pandoc.tmbundle/HEAD/Commands/Increase Quote Level for Line : Selection.tmCommand -------------------------------------------------------------------------------- /Commands/Preview as HTML (author-date citations) copy.tmCommand: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dsanson/Pandoc.tmbundle/HEAD/Commands/Preview as HTML (author-date citations) copy.tmCommand -------------------------------------------------------------------------------- /Commands/Preview as HTML (no citations).tmCommand: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dsanson/Pandoc.tmbundle/HEAD/Commands/Preview as HTML (no citations).tmCommand -------------------------------------------------------------------------------- /Commands/Preview as HTML (strict markdown).tmCommand: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dsanson/Pandoc.tmbundle/HEAD/Commands/Preview as HTML (strict markdown).tmCommand -------------------------------------------------------------------------------- /Commands/Promote Headers.tmCommand: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dsanson/Pandoc.tmbundle/HEAD/Commands/Promote Headers.tmCommand -------------------------------------------------------------------------------- /Commands/README_html.tmCommand: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dsanson/Pandoc.tmbundle/HEAD/Commands/README_html.tmCommand -------------------------------------------------------------------------------- /Commands/Tabs to Bullets.tmCommand: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dsanson/Pandoc.tmbundle/HEAD/Commands/Tabs to Bullets.tmCommand -------------------------------------------------------------------------------- /Commands/m2m: nowrap, inline.tmCommand: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dsanson/Pandoc.tmbundle/HEAD/Commands/m2m: nowrap, inline.tmCommand -------------------------------------------------------------------------------- /Commands/m2m: nowrap, ref, cites.tmCommand: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dsanson/Pandoc.tmbundle/HEAD/Commands/m2m: nowrap, ref, cites.tmCommand -------------------------------------------------------------------------------- /Commands/m2m: nowrap, ref.tmCommand: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dsanson/Pandoc.tmbundle/HEAD/Commands/m2m: nowrap, ref.tmCommand -------------------------------------------------------------------------------- /Commands/m2m: wrap, inline, ref.tmCommand: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dsanson/Pandoc.tmbundle/HEAD/Commands/m2m: wrap, inline, ref.tmCommand -------------------------------------------------------------------------------- /Commands/m2m: wrap, inline.tmCommand: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dsanson/Pandoc.tmbundle/HEAD/Commands/m2m: wrap, inline.tmCommand -------------------------------------------------------------------------------- /Commands/m2m: wrap, ref.tmCommand: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dsanson/Pandoc.tmbundle/HEAD/Commands/m2m: wrap, ref.tmCommand -------------------------------------------------------------------------------- /DragCommands/convert latex and rst to markdown.tmDragCommand: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dsanson/Pandoc.tmbundle/HEAD/DragCommands/convert latex and rst to markdown.tmDragCommand -------------------------------------------------------------------------------- /DragCommands/convert odt, doc, docx, rtf, wordml, webarchive to markdown using textutil.tmDragCommand: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dsanson/Pandoc.tmbundle/HEAD/DragCommands/convert odt, doc, docx, rtf, wordml, webarchive to markdown using textutil.tmDragCommand -------------------------------------------------------------------------------- /DragCommands/convert pdf to html.tmDragCommand: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dsanson/Pandoc.tmbundle/HEAD/DragCommands/convert pdf to html.tmDragCommand -------------------------------------------------------------------------------- /Preferences/Autocomplete citations.tmPreferences: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dsanson/Pandoc.tmbundle/HEAD/Preferences/Autocomplete citations.tmPreferences -------------------------------------------------------------------------------- /README.markdown: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dsanson/Pandoc.tmbundle/HEAD/README.markdown -------------------------------------------------------------------------------- /Snippets/Insert Footnote Reference.tmSnippet: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dsanson/Pandoc.tmbundle/HEAD/Snippets/Insert Footnote Reference.tmSnippet -------------------------------------------------------------------------------- /Snippets/Insert Inline Footnote.tmSnippet: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dsanson/Pandoc.tmbundle/HEAD/Snippets/Insert Inline Footnote.tmSnippet -------------------------------------------------------------------------------- /Snippets/Insert Metadata.tmSnippet: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dsanson/Pandoc.tmbundle/HEAD/Snippets/Insert Metadata.tmSnippet -------------------------------------------------------------------------------- /Snippets/Insert YAML Metadata.tmSnippet: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dsanson/Pandoc.tmbundle/HEAD/Snippets/Insert YAML Metadata.tmSnippet -------------------------------------------------------------------------------- /Support/bin/demoteheaders: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dsanson/Pandoc.tmbundle/HEAD/Support/bin/demoteheaders -------------------------------------------------------------------------------- /Support/bin/demoteheaders.hs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dsanson/Pandoc.tmbundle/HEAD/Support/bin/demoteheaders.hs -------------------------------------------------------------------------------- /Support/bin/promoteheaders: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dsanson/Pandoc.tmbundle/HEAD/Support/bin/promoteheaders -------------------------------------------------------------------------------- /Support/bin/promoteheaders.hs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dsanson/Pandoc.tmbundle/HEAD/Support/bin/promoteheaders.hs -------------------------------------------------------------------------------- /Support/doc/cheatsheet.markdown: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dsanson/Pandoc.tmbundle/HEAD/Support/doc/cheatsheet.markdown -------------------------------------------------------------------------------- /Support/mellel2mmd.xsl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dsanson/Pandoc.tmbundle/HEAD/Support/mellel2mmd.xsl -------------------------------------------------------------------------------- /Syntaxes/Pandoc.tmLanguage: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dsanson/Pandoc.tmbundle/HEAD/Syntaxes/Pandoc.tmLanguage -------------------------------------------------------------------------------- /info.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dsanson/Pandoc.tmbundle/HEAD/info.plist --------------------------------------------------------------------------------