Work in progress...
- HTML to Markdown conversion (forked from the vscode-html-to-markdown extension by Tango Wu)
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. -
LLM:Summarize: Summarize text using Ollama (llama3.1).
Pack: vsce package
Install: code --install-extension vscode-wdx-development-extension-0.1.1.vsix
Added DeepL translation usage status bar
Added DeepL translation of selected text
Added LLM summarization of selected text via Ollama
Added boilerplate for simple text selection manipulation (toUppercase)
Added (experimental) Status Bar button
Initial release