Linux 软件免费装
Banner图

Zalomení

开发者 honza.skypala
vyskoczilova
更新时间 2026年5月11日 18:43
PHP版本: 7.0 及以上
WordPress版本: 6.9
版权: GPL-2.0-or-later
版权网址: 版权信息

标签

grammar typography non-breaking space Czech

下载

1.4.1 1.4.7 1.1 1.2.1 1.2.3 1.2.4 1.4 1.4.4 1.4.5 1.4.6 1.5 1.0 1.2 1.2.2 1.3 1.4.2 1.4.3 2.0.0

详情介绍:

Zalomení is a WordPress plugin that automatically applies Czech typographic rules to post content, titles, comments, and widgets. It replaces ordinary spaces with non-breaking spaces wherever Czech typography forbids a line break, so editors don't have to type them by hand. Although Czech is the default, the plugin is structured around editable lists of prepositions, conjunctions, and abbreviations — so it can be adapted to Slovak (and other closely related languages) simply by adjusting those lists in the settings. Maintainer Zalomení is actively maintained by Karolína Vyskočilová (WordPress.org username: vyskoczilova), an independent WordPress developer based in Czechia. She took the plugin over in 2026 after three years without updates, ran a full security audit, and now ships regular releases. The plugin was originally created by Honza Skýpala, whose work is gratefully acknowledged. What the plugin handles All options are configurable under Settings → Reading. The plugin exposes a zalomeni_filtry filter so developers can add or remove the WordPress hooks Zalomení applies to. For more information on Czech typographic rules, see the Institute of the Czech Language.

安装:

  1. Upload the plugin directory to wp-content/plugins/.
  2. Activate the plugin through the Plugins menu in WordPress.
  3. Configure options under Settings → Reading.

屏幕截图:

  • Example output

升级注意事项:

2.0.0 Security release. All user inputs are now sanitized and escaped. Update immediately.

常见问题:

Is Zalomení actively maintained?

Yes. The plugin returned to active development in 2026 under maintainer Karolína Vyskočilová (vyskoczilova on WordPress.org). Issues and security fixes are addressed promptly.

Is the 2.0 release safe to install?

Yes. 2.0 is a security release: all user inputs are sanitized, regex inputs are escaped, admin output is escaped, and the codebase is now covered by PHPUnit tests. Updating is recommended for anyone still on 1.x.

Does it work with the block editor (Gutenberg) and Classic Editor?

Yes. Zalomení runs on WordPress output filters (the_content, the_title, the_excerpt, etc.), so it works regardless of which editor produced the content.

Can I use it for Slovak?

Yes. The default lists of prepositions, conjunctions, and abbreviations are Czech, but they're fully editable under Settings → Reading. Replacing the Czech entries with Slovak ones gives you a working Slovak typography filter without any code changes.

Which WordPress filters does the plugin apply to?

The plugin applies to these filters by default: comment_author, term_name, link_name, link_description, link_notes, bloginfo, wp_title, widget_title, term_description, the_title, the_content, the_excerpt, comment_text, single_post_title, list_cats.

Can I disable the plugin for specific filters?

Yes. Use the zalomeni_filtry filter to remove or add filters: add_filter('zalomeni_filtry', 'remove_title_from_zalomeni'); function remove_title_from_zalomeni(array $filters) { unset($filters['the_title']); return $filters; }

更新日志:

2.0.0 (2026-05-06) 1.5 1.4.7 1.4.6 1.4.5 1.4.4 1.4.3 1.4.2 1.4.1 1.4 1.3 1.2.4 1.2.3 1.2.2 1.2.1 1.2 1.1 1.0