Vojta Smrcek

Results 5 issues of Vojta Smrcek

In this PR I'm adding a plugin option to handle pasted text. This could be useful to override the default behaviour of handling any links. I'm also adding `UrlPastePlugin` which...

### Fix The `containsPreformat` method doesn't work well when the preformat doesn't contain any code. In this PR I'm simplifying it so that it works in all cases. I don't...

bug

In this PR I'm updating the core libraries and fixing code after the changes. I don't think there are any breaking changes except of what I fixed. I've run all...

enhancement

### Fix This PR creates a version of the `fromHtml` method which runs on the background thread. This makes the entry loading much faster. ### Test 1. Test with the...

new feature

### Fix We're having occasional issues when the `setSelection` is called out of bounds of the text. While it would be better to fix the underlying issues, I think this...

bug