Xiao-Hu Tai

Results 9 issues of Xiao-Hu Tai

This is a new feature in the _legacy_ part of Bolt. The fix was simpler than I thought. ### Use Case For some clients, we add a `textarea`-type field for...

keep

Now with extra diff highlights, praise Github When using [the `template_directory` setting](https://docs.bolt.cm/3.3/templating/building-templates#filesystem-layout) to put your Twig files in. There are some small inconsistencies: 1. Template values are stored with a...

enhancement
keep

Breaks BC, so we need to make sure this ups the version number. Edit: Needs more changes - Rewrite Menu responses - Rewrite Taxonomy responses

I don't expect a fix for this one. See also #283.

Any news/possibility of an integration with [Symfony Translate](https://symfony.com/doc/current/components/form.html#translation) ? Sometimes we make simple sites with a contact form in Dutch (and `bolt/translate` is not really needed I feel). It would...

On https://github.com/heyimjuani/minRead/blob/master/minRead.js#L28, use ``` return Math.ceil(text.split(/\s+/g).length / settings.wordsPerMinute) || 1; ``` instead to get a more accurate word count. Because `text()` may have multiple consecutive spaces in it, and when...

I know that this is an old library, but for those who are still using this: Firefox will fire the start (and stop) events even if you use the navigation...

Move `twigL` functions into a separate `Service` class and inject it as `app['labels.service']` (or add the functions to the `app['labels']` class), then have helper functions exposed: - `translate($label, $lang =...

If you have very long labels, then you get very broad columns. My recommendation is to use keys like `foo.bar.baz` as much as possible anyways; but it still allows for...