• Stars
    star
    131
  • Rank 275,867 (Top 6 %)
  • Language
  • Created over 11 years ago
  • Updated about 9 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Invoke pandoc from any text editor with the opened file as input

Pandoc Mac OS X Services

Invoke pandoc from any text editor with the opened file as input.

This is achieved using Mac OS X services.

Go!

  1. Copy the files to your ~/Library/Services folder
  2. Restart your editor, open and save a file containing some markdown
  3. Go to the Services menu (for example if you're using Sublime: Sublime > Services) and choose a service like Pandoc PDF.
  4. After a few seconds, the PDF file will appear in the same folder as your markdown file
  5. Finally, you can assign a keyboard shortcut to invoke a service in System Preferences > Keyboard > Keyboard Shortcuts > Services (on the left).

Templates

Pandoc PDF with Template and Pandoc ConTeXt PDF with Template look for a template.tex or contextTemplate.tex file respectively in the same directory as the input file.

To get a copy of the default pandoc template to customize, use pandoc -D latex > template.tex or pandoc -D context > contextTemplate.tex respectively.

More Repositories

1

panwriter

Markdown editor with pandoc integration and paginated preview.
TypeScript
1,029
star
2

JSONedit

User friendly, visual JSON editor built as an Angular 1 directive.
JavaScript
566
star
3

panrun

Script that looks at the YAML metadata in a markdown file and runs pandoc for you.
Ruby
46
star
4

pandoc-placetable

Pandoc filter to include CSV data (from file or URL)
Haskell
38
star
5

api-explorer

GUI tool to map any JSON-based Web API, plus node server to access it as if it were a HAL Hypermedia API
JavaScript
27
star
6

markdown-it-bracketed-spans

Span (<span>) tag plugin for markdown-it markdown parser
JavaScript
18
star
7

markdown-it-pandoc

Package bundling a few markdown-it plugins to approximate pandoc flavoured markdown
JavaScript
14
star
8

moviedir2html

Searches a directory recursively for movie files and writes IMDB information into an HTML file.
Python
7
star
9

iCalendar-to-Facebook-Event

This was a Facebook Application you could use to subscribe to an iCalendar file which then gets regularly checked for updates. However, this is not supported by the Graph API 2.0 any more.
PHP
7
star
10

reading-list

My reading lists
5
star
11

panwriter-website

Repo for PanWriter website
JavaScript
2
star
12

mastro

Minimal, no-dependencies take on a Deno web framework for MPAs.
TypeScript
2
star
13

atom-markdown-editor-simple-style

Basic CSS for Atom when editing markdown files, extends installed syntax-theme
CSS
2
star
14

2324.ch

HTML
1
star
15

mb21.github.io

TeX
1
star
16

GUI-CSS-Editor

PoC: GUI editor/layout-program to generate CSS
JavaScript
1
star
17

netlify-cms-widget-image-filepond

JavaScript
1
star
18

blog

my blog
HTML
1
star