https://bugs.kde.org/show_bug.cgi?id=463361

Basil Crow <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |[email protected]

--- Comment #1 from Basil Crow <[email protected]> ---
+1, would be great if this could be implemented. Ghostwriter could

- Detect clipboard formats via Qt (e.g., `QClipboard::mimeData()`)
- If `text/html` exists (e.g., `mimeData->hasHtml()`), fetch it (e.g., `html =
mimeData->html()`) and convert it with e.g. `pandoc -f html -t gfm` (or `-t
commonmark`)
- Insert converted Markdown into the editor

If Pandoc isn't installed or fails, we can fall back to normal paste

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to