Puddingboy
Puddingboy
Any chance a vanilla js version of jcf may pop up in the near future?
Any serious issues you are already thinking of in terms of dropping jquery?
I have a suggestion to push hidden elements further out of the screens view. 4k screens are becoming more common and even if they are invisible I kind of just...
My bad for the late response, I had caused that issue myself as I was fiddling around with stuff. It had nothing to do with your code. I am still...
I kinda wanna vote for IE9+ and want to drop everything before that. That way you can still make use of classList and addEventlistener. I was actually rather disappointed to...
I want to reiterate on this suggestion. Rather than implementing a new field type. All extensions for bolt should be able to expose arrays to the select field. You could...
When I submitted this, my intend was to avoid translation conflicts by for example translated slugs in pages and create an alternate access method to the record ID. I am...
I agree with @peterboorsma for what it's worth. I think this should not be a matter of on/off though. I think individual fields should be able to enable or disable...
I would think the glob filter should match the default partials. `/^(?!partials)[^_].*\.twig$/` worked for me. the pattern can be extended to other folders with `(?!(folder1|folder2)`.
What you are discribing is markdown behavior. Many editors adopt a markdown parser into their editing modes.