Work in progress...
Features
- HTML to Markdown conversion (forked from the vscode-html-to-markdown extension by Tango Wu)
Available Commands
WDX:HTML to Markdown: convert current opened editor HTML code snippet to Markdown and open in a new tab. If HTML code snippets are selected in the current editor, the HTML is converted to Markdown without opening a new tab.
Press F1 or Ctrl + Shift + p or Cmd + Shift + p(macOS) to open command palette, input HTML to Markdown, then execute it.
-
DeepL:Translate (en->el): Translate selected text from English to Greek. -
DeepL:Translate (el->en): Translate selected text from Greek to English. -
DeepL:Translate (de->en): Translate selected text from German to English. -
DeepL:Translate (en->de): Translate selected text from English to German. -
LLM:Summarize: Summarize text using Ollama (llama3.1).
Extension Settings
Development
Pack: vsce package
Install: code --install-extension vscode-wdx-development-extension-0.1.1.vsix
Release Notes
0.1.7 (13/08/2026)
Added YouTube information retrieval from URL or ID
0.1.6 (23/07/2026)
Added DeepL translation of selected text: de -> en
Added DeepL translation of selected text: en -> de
Added DeepL translation of selected text: en -> el
Added DeepL translation of selected text: el -> en
0.1.5 (08/12/2025)
Added DeepL translation usage status bar
0.1.4 (08/12/2025)
Added DeepL translation of selected text
0.1.3 (08/12/2025)
Added LLM summarization of selected text via Ollama
0.1.2 (08/12/2025)
Added boilerplate for simple text selection manipulation (toUppercase)
0.1.1
Added (experimental) Status Bar button
0.1.0
Initial release