Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/zonuexe/pandoc.el
Pandoc for Emacs
https://github.com/zonuexe/pandoc.el
Last synced: 15 days ago
JSON representation
Pandoc for Emacs
- Host: GitHub
- URL: https://github.com/zonuexe/pandoc.el
- Owner: zonuexe
- Created: 2016-06-06T20:12:07.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2016-11-28T11:57:57.000Z (about 8 years ago)
- Last Synced: 2024-10-27T05:21:41.455Z (about 2 months ago)
- Language: Emacs Lisp
- Homepage: https://www.emacswiki.org/emacs/ZonuExe
- Size: 8.79 KB
- Stars: 10
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.org
Awesome Lists containing this project
README
* Pandoc for Emacs
#+BEGIN_HTML
#+END_HTML=pandoc.el= is a simple interface for [[http://pandoc.org/][Pandoc]].
Pandoc supports many format (includes [[https://en.wikipedia.org/wiki/EPUB][EPUB]], [[https://en.wikipedia.org/wiki/Office_Open_XML][docx]], [[https://en.wikipedia.org/wiki/Markdown][Markdown]] and [[http://orgmode.org/][Org mode]]).
** Install
- [[http://pandoc.org/][Pandoc]] (required, see [[http://pandoc.org/installing.html][Pandoc - Installing]])
- [[http://www.winfield.demon.nl/][Antiword]] (optional, support [[https://en.wikipedia.org/wiki/Doc_(computing)][MS Word .doc]] format)
- [[https://en.wikipedia.org/wiki/File_(command)][file command]] (optional)** Commands
*** =M-x pandoc-open-eww=
Render file using [[https://www.gnu.org/software/emacs/manual/html_node/eww/index.html#Top][Emacs Web Wowser]] and Pandoc.** Customize
*** =(pandoc-turn-on-advice-eww)=
When do =M-x eww-open-file= using Pandoc if the file is not HTML.