Overview Version History Q & A Rating & Review
markdown2textile
VS Code extension to convert selected Markdown text into RedMine-style Textile.
Usage
Select text in Markdown file.
Open context menu.
Click Copy as Textile .
Converted text will be copied to your clipboard!
VS Code Marketplace
Markdown2Textile - Visual Studio Marketplace
Requirements
You can install these dependencies interactively in VS Code after activating this extension (if some dependencies are missing).
Extension Settings
{
"markdown2textile.pythonPathToUsePandoc": {
"type": "string",
"default": "/usr/bin/python3",
"description": "Path to Python (must be version 3) to use Pandoc."
}
}
Install Development Version
Generate *.vsix
file.
git clone https://github.com/irisTa56/markdown2textile.git
cd markdown2textile
npm install -g vsce
yarn install
vsce package
Then run the VS Code command Extensions: Install from VSIX...
, and select the generated file.
Release Notes
v0.0.1: first release
v0.0.2: improve Pandoc filter
v0.0.3: revert one of the changes done in v0.0.2; use raw string for only URI
v0.1.0: become independent of vscode-python
v0.1.1: security update
v0.1.2: security update
v0.1.3: security update
v0.1.4: be compatible with Python 3.6
v0.1.5: update dependencies
TODO
[x] Bundling extension
[ ] Improving filter
[x] Publishing extension
[x] Providing instruction for installing missing dependencies
[ ] Writing test
[x] Using panflute
instead of pandocfilters
[ ] Enabling to select hard/soft line break