VS Code extension to convert selected Markdown text into RedMine-style Textile.
- Select text in Markdown file.
- Open context menu.
- Click Copy as Textile.
- Converted text will be copied to your clipboard!
Markdown2Textile - Visual Studio Marketplace
Python(must be version 3.6 or higher)- Please ensure
pythonin yourPATHis version 3.
- Please ensure
Pandocpanflutepypandocpyperclip
You can install these dependencies interactively in VS Code after activating this extension (if some dependencies are missing).
{
"markdown2textile.pythonPathToUsePandoc": {
"type": "string",
"default": "/usr/bin/python3",
"description": "Path to Python (must be version 3) to use Pandoc."
}
}Generate *.vsix file.
git clone https://github.com/irisTa56/markdown2textile.git
cd markdown2textile
npm install -g vsce
yarn install
vsce packageThen run the VS Code command Extensions: Install from VSIX..., and select the generated file.
- 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
- Bundling extension
- Improving filter
- Publishing extension
- Providing instruction for installing missing dependencies
- Writing test
- Using
panfluteinstead ofpandocfilters - Enabling to select hard/soft line break