https://bugs.documentfoundation.org/show_bug.cgi?id=167914
--- Comment #3 from Ujjawal Kumar <[email protected]> --- (In reply to Heiko Tietze from comment #0) > Paste Unformatted Text (Ctrl+Alt+Shift+V) resp. .uno:PasteUnformatted shows > a dialog after the implementation of bug 162153 / > https://gerrit.libreoffice.org/c/core/+/188067 that is unexpected. The > function should paste unformatted text, if I want to have something else I > use paste special where this markdown option is very welcome. > > STR: > Copy "Hello *brave new* world" > a) Paste as unformatted text (shift+alt+ctrl+v) > b) Paste (ctrl+v) > c) Paste special (ctrl+shift+v) > > Actual result: > a) and b) Dialog pops up > c) no markdown option > > Expected result: > a) Text is pasted unformatted = "Hello *brave new* world" > b) Text is pasted with formatting = "Hello <i>brave new</i> world" > (this is kind of a stretch goal and I could understand that markdown is not > properly auto detected so I have to use paste special) > c) Option to paste with markdown conversion Can we actually put the Markdown option in the Paste As dialog? I found no way to do that as everything is linked with mime types and no clipboard supports markdown as of now. I resorted to this strategy because the csv importer does the same thing. -- You are receiving this mail because: You are the assignee for the bug.
