Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>Markdown2TextileNew to Visual Studio Code? Get it now.
Markdown2Textile

Markdown2Textile

irisTa56

|
1,165 installs
| (0) | Free
VS Code extension to convert Markdown to Textile
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

markdown2textile

VS Code extension to convert selected Markdown text into RedMine-style Textile.

Usage

  1. Select text in Markdown file.
  2. Open context menu.
  3. Click Copy as Textile.
  4. Converted text will be copied to your clipboard!

VS Code Marketplace

Markdown2Textile - Visual Studio Marketplace

Requirements

  • Python (must be version 3.6 or higher)
    • Please ensure python in your PATH is version 3.
  • Pandoc
  • panflute
  • pypandoc
  • pyperclip

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
  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft