Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>Markdown to XWiki ConverterNew to Visual Studio Code? Get it now.
Markdown to XWiki Converter

Markdown to XWiki Converter

Francisco Fernandes

|
1 install
| (0) | Free
Convert Markdown files to XWiki format and vice versa
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

Markdown to XWiki Converter

A VS Code extension that converts Markdown files to XWiki format with live preview capabilities.

example

Features

  • Bidirectional Conversion: Convert between Markdown and XWiki formats
  • Live Preview: Real-time XWiki preview with clean, readable styling
  • Syntax Highlighting: Complete XWiki language support with syntax highlighting
  • Context Menu Integration: Right-click conversion from file explorer
  • Enhanced XWiki Support: Advanced formatting, macros, colored text, and more
  • Auto-completion: Smart bracket matching and auto-closing pairs for XWiki syntax

Usage

Converting Files

  1. Markdown to XWiki: Right-click any .md file → "Convert to XWiki"
  2. XWiki to Markdown: Right-click any .xwiki file → "Convert to Markdown"

Live Preview

  1. Open any .xwiki file
  2. Click the preview icon in the editor title bar
  3. View rendered XWiki content in a side panel
  4. Live updates: Preview automatically refreshes as you type!
  5. Scroll sync: Preview scrolls to match your editor position

Supported Conversions

Element Markdown XWiki
Headers # Header = Header =
Bold **text** **text**
Italic *text* //text//
Strikethrough ~~text~~ --text--
Underline <u>text</u> __text__
Superscript <sup>text</sup> ^^text^^
Subscript <sub>text</sub> ,,text,,
Code `code` ##code##
Code Block lang ``` {{code language="lang"}}{{/code}}
Monospace `text` {{monospace}}text{{/monospace}}
Links [text](https://github.com/travelingbear/markdown-to-wiki/blob/HEAD/url) [[text>>url]]
Images ![alt](https://github.com/travelingbear/markdown-to-wiki/raw/HEAD/url) [[image:url]]
Lists - item * item
Blockquotes > text > text
Info Box > **Info:** text {{info}}text{{/info}}
Warning Box > **Warning:** text {{warning}}text{{/warning}}
Error Box > **Error:** text {{error}}text{{/error}}
Horizontal Rule --- ----
Line Break (two spaces) \\
Colored Text <span style="color:red">text</span> (% style="color:red" %)text(%%)

Installation

  1. Download the latest .vsix file from releases (you can also download manually in https://marketplace.visualstudio.com/items?itemName=franciscofernandes.md-xwiki-converter)
  2. Open VS Code
  3. Press Ctrl+Shift+P (or Cmd+Shift+P on Mac)
  4. Type "Extensions: Install from VSIX"
  5. Select the downloaded .vsix file

Configuration

You can configure where converted files are saved:

  1. Open VS Code Settings (Ctrl+, or Cmd+,)
  2. Search for "Markdown to XWiki"
  3. Set output folders:
    • XWiki Output Folder: Where .xwiki files are saved when converting from Markdown
    • Markdown Output Folder: Where .md files are saved when converting from XWiki
    • Default behavior: Leave empty to save in the same folder as the source file
    • Custom folder: Enter absolute path (e.g., /home/user/converted or C:\converted) to save all converted files in that location

Requirements

  • VS Code 1.74.0 or higher

Release Notes

See CHANGELOG.md for detailed release information.

Contributing

  1. Clone the repository
  2. Run npm install to install dependencies
  3. Run npm run compile to build the extension
  4. Press F5 to launch a new VS Code window with the extension loaded

License

This project is licensed under the MIT License.

  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft