fabb
fabb
Hm, I could not get the `export PRIMARY_FG="255"` workaround to work, it does not change anything. I tried putting it in my `.zshrc`, and also in VSCode `"terminal.integrated.env.osx"` setting. Any...
Was this released in 5.0.0? It‘s not in the release notes, and still open, but has the milestone set.
Maybe try `git clone —reference` for the second clone and run bfg on this second one for test? (I.e. don‘t run bfg on the first one so you can make...
The question is if tags should always be used for line breaks?
Maybe the toolbar items should not be represented by a bitmask at all? A downside of the bitmask is that one cannot influence the order of buttons in the toolbar....
Oh, you were faster than me, awesome :-)
Sure. We evaluate this library for our upcoming iOS app, and it seems the best alternative for rich text editing out there. Great stuff Nic! Unfortunately the `UIWebView` and also...
Uuuh, I noted that no toolbar items will show at all when `ZSSRichTextEditorToolbarParagraph` is active. Somehow `_enabledToolbarItems & ZSSRichTextEditorToolbarNone` evaluates to `YES` in this case. This will surely also be...
Works better now. I'd recommend 2 things though: - Now that there is an array for the activated items, in `itemsForToolbar` iterate over `_enabledToolbarItems`. This allows the client to choose...
Ok one new issue in the new version: The keyboard appears, disappears and appears again when tapping into the text area the first time. I'll make a new issue for...