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

1.0.0 2024-08-29 12:59 UTC

This package is auto-updated.

Last update: 2024-10-30 17:43:49 UTC


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.

Screenshot of the synced text snippets block editor sidebar

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

  1. Download the plugin from the GitHub repository.
  2. Upload the plugin to your site's wp-content/plugins directory.
  3. Activate the plugin from the WordPress admin.