Steve Harris
Steve Harris
These toolbars are inappropriate for small format devices in general and are better dealt with using a standard popover style everywhere.
The inputAccessoryView in MarkupWKWebView disappears when you rotate the device, which is even more of a problem when that means there is no way to dismiss the keyboard that no...
Place local images in the relativePath of resourcesUrl if specified
When specifying a resourcesUrl for local images, new local images should be created within the caches directory at the relativePath for resourcesUrl. For example, if you paste an image in,...
1. Enter at end of block with a formatted element doesn't work properly. For example, starting with: ``` Hello ``` and hitting Enter after "Hello" results in: ``` Hello ```...
Sometimes it's just very useful to insert a line break within a styled element. This is [supported in Markdown](https://www.markdownguide.org/basic-syntax/#line-break-best-practices). A "normal" editor practice would be to hot-key to Shift+Enter. This...
The MarkupEditor does not treat \ as a [block element](https://developer.mozilla.org/en-US/docs/Web/HTML/Block-level_elements), since it's not one. It does, however, have markup.css set up to format code inside of \ and other "style"...
If you create a new table at the end of your document, the selection is placed within it. You cannot insert a new line after the table because there is...
I'm evaluating this library and I found a problem when trying to put a Map (SwiftUI) into the Top view on a VSplit. I've reproduced it by adding a Map...
> I have one more question, say I need two or more markup editors in a single view, I wrote a wrapper view for it so that I don't have...