On Tuesday, December 29, 2015 at 5:29:16 PM UTC-5, Chris George wrote: > > I resolved this by coming at it from the other end. > > I created a shell script. > > pastedown.sh > > #!/bin/bash > > xclip -o -selection clipboard -t text/html|pandoc -r html -w markdown|xclip > -i -selection clipboard > > > Then I used the Custom Shortcuts feature in KDE to assign Ctrl-Shift-v to > launch it. The script reads the clipboard, converts it to markdown and puts > it back in the clipboard and then allows me to paste it into Leo using > Ctrl-v as markdown. No encoding errors. >
Does this thread have any relevance to bug # 201 <https://github.com/leo-editor/leo-editor/issues/201>? Edward -- You received this message because you are subscribed to the Google Groups "leo-editor" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/leo-editor. For more options, visit https://groups.google.com/d/optout.
