Цей плагін не перевірявся з останніми 3-ма основними випусками WordPress. Можливо, він більше не може розроблятися або підтримуватися, і він може мати проблеми сумісності при використанні з більш новими версіями WordPress.

Copy Blocky

Опис

Using either ctrl+c and ctrl+shift+v (Configurable from settings), or the the copy styles button in the block editor. Copy and paste the type and styles from one block to another.
Ex. Click a header block, press ctrl+c (to copy), then click a paragraph block, and press ctrl+shift+v.

Note: For apple devices use the cmd key instead of ctrl. ex. cmd+c and cmd+shift+v.

Features

  • Convert to blocks which do not have a direct conversion
  • Copy styles from multiple blocks to another set of blocks, or one block to many
  • Retain block attributes during conversion. Ex. h6 for headings, or css classes.

Issues

Please post an issue in the GitHub Issues

Встановлення

Just follow the Automatic Plugin Installation procedure.

Часті питання

Why don’t my text styles (bold, italics) copy

Unfortunately, text styles are tied to the content itself. This plugin can be used to convert copy and paste your h3 headings, or turn list bullets into numbers. The “styles” are block styles not text styles.

Can use this on multiple blocks

Yes, you can copy from and paste to any number of blocks.

Will this work on custom or abnormal blocks

If the custom blocks supports the transformation from a core block it may work. Otherwise, it does the best it can.
However, I wouldn’t expect text to turn into images. If there are some cases that are missing or a block its not working for, post it here GitHub Issues.

Відгуки

Для цього плагіна немає відгуків.

Учасники та розробники

“Copy Blocky” — проект з відкритим вихідним кодом. В розвиток плагіну внесли свій вклад наступні учасники:

Учасники

Перекладіть “Copy Blocky” на вашу мову.

Цікавитесь розробкою?

Перегляньте код, перегляньте сховище SVN або підпишіться на журнал розробки за допомогою RSS.

Журнал змін

1.0.1

  • Fixed an issue with some transformations not copying the block attributes.

1.0.0

  • Initial Version