Skip to content

irisTa56/markdown2textile

Repository files navigation

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

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

  • Bundling extension
  • Improving filter
  • Publishing extension
  • Providing instruction for installing missing dependencies
  • Writing test
  • Using panflute instead of pandocfilters
  • Enabling to select hard/soft line break

About

VS Code extension to convert Markdown to Textile

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published