Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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)
- Host: GitHub
- URL: https://github.com/oliverbalfour/obsidian-pandoc
- Owner: OliverBalfour
- License: mit
- Created: 2021-04-09T13:08:13.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2024-05-15T12:07:50.000Z (6 months ago)
- Last Synced: 2024-10-14T07:23:06.598Z (30 days ago)
- Topics: obsidian-md, obsidian-plugin, pandoc
- Language: TypeScript
- Homepage:
- Size: 2.01 MB
- Stars: 696
- Watchers: 14
- Forks: 57
- Open Issues: 146
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE.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)