humanmade / synced-text
Inline synced text snippets for WordPress
Installs: 536
Dependents: 0
Suggesters: 0
Security: 0
Stars: 5
Watchers: 13
Forks: 0
Open Issues: 0
Language:JavaScript
Type:wordpress-plugin
Requires
- composer/installers: ^1 || ^2
README
This plugin allows you to create text snippets that can be used in multiple places. When you update a snippet, all the places where it is used will be updated as well.
Snippets are managed from the block editor sidebar. You can create a new snippet by clicking the "Add Snippet" button. You can also edit or delete snippets.
This plugin can replace the use of shortcodes designed to output inline text, this was possible in the classic editor, and in classic editor blocks but not in the block editor directly as shortcodes are converted to blocks which cannot be inline.
Installation
- Download the plugin from the GitHub repository.
- Upload the plugin to your site's
wp-content/plugins
directory. - Activate the plugin from the WordPress admin.