(I’ve found the Web Clipper, and that helps, but it would be nice if it weren’t necessary)
Steps to reproduce:
- Copy the (rendered, rich-text) body of https://github.com/laurent22/joplin/blob/master/CONTRIBUTING.md
- Paste into Joplin
Desired result:
Limited formatting are transformed into Markdown and preserved
Potential subset of formatting to keep:
- Lists
- Links
- Code blocks
- Block-quotes
- strong/em
- Headings
Bonus points
Populate the url property, if there’s something like that in the clipboard data
Observed result:
Only the plain text of the page is kept.
- Links are gone
- Bold/italic text isn’t
- Blockquotes are
- List items are lost and probably merge into one paragraph.