• Stars
    star
    674
  • Rank 66,980 (Top 2 %)
  • Language
    TypeScript
  • License
    MIT License
  • Created over 3 years ago
  • Updated 6 months ago

Reviews

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

Repository Details

Pandoc document export plugin for Obsidian (https://obsidian.md)

Obsidian Pandoc Plugin

This is a Pandoc export plugin for Obsidian (https://obsidian.md).

It adds command palette options to export your notes to a variety of formats including Word Documents, PDFs, ePub books, HTML websites, PowerPoints and LaTeX among (many) others. This is all thanks to Pandoc.

This lets you write presentations, draft books, make webpages, and write assignments all in Markdown, and export to whichever format you fancy, all without leaving Obsidian.

Note: this plugin is in beta, and there are often minor formatting issues. Make sure to proof-read the output!

screenshot of command palette

Installation

Installation instructions are on the wiki, use the above link

Developer setup instructions are in development.md

Basic usage

  • Press Ctrl+P/Cmd+P to show the command palette
  • Search "Pandoc"
  • Choose your export format
  • If all goes well, it will say it was successful
  • If you exported a file called Pandoc.md as a Word Document, in your file explorer there will be a Pandoc.docx file in the same folder

Documentation