Announcing clip-pandoc 1.2.7.638
Clip-pandoc homeI'm pleased to share a little tool I made to use Pandoc from Notepad++. It allows you to easily select text and run it through the Pandoc executable, provided you have it installed on your system and in the path.
One important note: the current installer will overwrite any custom Notepad++ "Run" commands, so please do not install it if you have ones. I'm working on addressing this soon.
The tool adds "from" and "to" commands to the Notepad++ "Run" menu for various formats, including:
I use it primarily for authoring HTML content targeted at my blog and my websites. I typically write in Markdown, convert to HTML and post raw HTML into the blog/site.
To use the tool, write or paste your content in Notepad++, then select your conversion from the "Run" menu. A dialog appears, asking you to select your text. After clicking "OK", the highlighted text is replaced by the output of Pandoc.
I've only tested this on 32-bit Windows 7.
Enjoy.
One important note: the current installer will overwrite any custom Notepad++ "Run" commands, so please do not install it if you have ones. I'm working on addressing this soon.
The tool adds "from" and "to" commands to the Notepad++ "Run" menu for various formats, including:
- Markdown (Pandoc enhanced and strict)
- HTML
- Textile
I use it primarily for authoring HTML content targeted at my blog and my websites. I typically write in Markdown, convert to HTML and post raw HTML into the blog/site.
To use the tool, write or paste your content in Notepad++, then select your conversion from the "Run" menu. A dialog appears, asking you to select your text. After clicking "OK", the highlighted text is replaced by the output of Pandoc.
I've only tested this on 32-bit Windows 7.
Enjoy.