whistyun / Markdown.Avalonia

render markdown with Avalonia UI
MIT License
301 stars 24 forks source link

The text is no selectable #136

Open PhillBang opened 11 months ago

PhillBang commented 11 months ago

Hello colleagues, I'm trying to make links clickable in the text of my messages using the MarkDown.Avalonia library. I managed to achieve this, but a new issue arose - the text in the control is no longer selectable. If anyone has encountered this, could you please provide some guidance on how to address this issue? Thank you!

whistyun commented 8 months ago

We released a test package 11.0.3-a1.

This package has a new property MarkdownScrollViewer.SelectionEnabled that enables text selection.

copydocument

At the moment, only plain text copies are provided due to functional limitations of the Avalonia.

hjrb commented 7 months ago

Great. Keep it coming. Currently throwing errors. Would be much appreciated it if works. IMHO that is a general issue in Avalonia (WPF). In HTML every can be selected. There is a print function. That is missing in Avalonia.