Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/oliverbalfour/obsidian-pandoc

Pandoc document export plugin for Obsidian (https://obsidian.md)
https://github.com/oliverbalfour/obsidian-pandoc

obsidian-md obsidian-plugin pandoc

Last synced: 30 days ago
JSON representation

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

Awesome Lists containing this project

README

        

## 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](https://pandoc.org/).

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](./command-palette.png)

## [Installation](https://github.com/OliverBalfour/obsidian-pandoc/wiki/Installation)

Installation instructions are on the wiki, use the above link

Developer setup instructions are in [development.md](./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
* [Using Pandoc templates](https://github.com/OliverBalfour/obsidian-pandoc/wiki/Pandoc-Templates)
* [Using Pandoc citations](https://github.com/OliverBalfour/obsidian-pandoc/wiki/Citations-(work-in-progress))
* [Combining/concatenating documents](https://github.com/OliverBalfour/obsidian-pandoc/wiki/Combining-Documents)
* [Troubleshooting](https://github.com/OliverBalfour/obsidian-pandoc/wiki/Troubleshooting)
* [Installation](https://github.com/OliverBalfour/obsidian-pandoc/wiki/Installation)