Convert files from one markup format into another using pandoc.
pandocは有名な(CLIの)ドキュメント変換ツールです。 このプラグインを入れると、pandocのコマンドを打つことなくAtomから直接文書フォーマットをいろいろ変換することができます。
たとえば
- markdown -> html
- textile -> html
- textile -> markdown
更には
- .pdf (tex環境が必要)
- .docx
- .html
果てには
- .tex
- .epub
- reveal.js (html)
- .json
など、やりたい放題。
卒論もこれでかけそう…
変換前
【Atom】pandoc-convert ===== [pandoc-convert](https://atom.io/packages/pandoc-convert) > Convert files from one markup format into another using pandoc. pandocは有名な(CLIの)ドキュメント変換ツールです。 このプラグインを入れると、コマンドを打つことなくAtomから直接文書フォーマットをいろいろ変換することができます。
変換例: markdown -> html
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <meta http-equiv="Content-Style-Type" content="text/css" /> <meta name="generator" content="pandoc" /> <title></title> <style type="text/css">code{white-space: pre;}</style> </head> <body> <h1 id="atompandoc-convert">【Atom】pandoc-convert</h1> <p><a href="https://atom.io/packages/pandoc-convert">pandoc-convert</a></p> <blockquote> <p>Convert files from one markup format into another using pandoc.</p> </blockquote> <p>pandocは有名な(CLIの)ドキュメント変換ツールです。 このプラグインを入れると、コマンドを打つことなくAtomから直接文書フォーマットをいろいろ変換することができます。</p> </body> </html>