Find My Blocks – Locate blocks on your site

Descripción

Find My Blocks es un plugin para WordPress creado para ayudar (como dice el nombre) a encontrar dónde has usado bloques específicos de Gutenberg en tu web WordPress.

Gutenberg es una gran herramienta para hacer más fácil la gestión del contenido de tu web WordPress. Sin embargo, después de un tiempo, actualizar y mantener los bloques puede convertirse en una lata para los desarrolladores. Puede ser difícil mantener un seguimiento de las entradas/páginas en las que se usa un bloque o cuántas veces se ha usado. Esto hace que el mantenimiento de las webs con Gutenberg sea bastante difícil.

Find my blocks es una herramienta que está aquí para ayudar. Con Find My Blocks puedes conseguir:

  • Una lista de todos los tipos de bloques que se están utilizando en tu web WordPress.
  • La cantidad de veces que ha sido usado un tipo de bloque específico en tu web WordPress.
  • Las entradas/páginas en las que se ha usado un bloque.
  • La cantidad de veces que se ha usado un bloque en una entrada/página específica.
  • Si el bloque es un «bloque reutilizable»
  • Si el bloque es un «bloque anidado»
  • Una lista filtrada de nombres de bloques para ayudarte a encontrar el bloque que estés buscando.
  • Cuáles son los bloques más y menos utilizados en tu web.

👋 I have adopted Find My Blocks from original creator Eddy Sims.
I’m on a mission keep this great plugin alive for the community.
Got suggestions? Drop them in support forum.

Morgan Hvidt

LEARN MORE

More Block Plugins

Instalación

  1. Sube los archivos del plugin al directorio /wp-content/plugins/find-my-blocks, o instala el plugin directamente a través de la pantalla de plugins de WordPress.
  2. Activa el plugin a través de la pantalla «Plugins» en WordPress
  3. Usa la pantalla «Herramientas->Find My Blocks» para localizar todos tus bloques

FAQ

¿Funcionará esto con bloques personalizados?

Sí, este plugin funcionará con todos los bloques registrados y usados en tu sitio.

Reseñas

7 de abril de 2024
I'm trying to overcome block debt to improve site performance and this plugin is such a lifesaver. It detects old blocks, current ones, tells where there's at with a link to edit the page... my goodness is this a timesaver. You and all involved deserve major kudos for such an incredibly intuitive and easy-to-use plugin
15 de febrero de 2024 2 respuestas
The Find My Blocks plugin would not work with my website, which is using WP 6.4.2 and the Twenty Twenty Four theme. I posted a question on the support side of this plugin, but I guess I should have instead posted a review. No one responded to my support post. I just wanted to warn people that despite what other people have written, this plugin kept freezing, and it writes stuff to your database that resides permanently even after you delete the plugin. (sorry, but this website will not let me insert a link to my support post)
27 de diciembre de 2023 1 respuesta
I'm using this on Wordpress 6.4.2 and it works. This is just such a useful piece of kit. It even finds ACF defined blocks and filters removed blocks.Extra points for putting it in the Tools menu.Hero of the day.(Can you do the same for images please? 😉
20 de octubre de 2023
Find My Blocks is a powerful tool when wishing to manage a block-based site. It gives you the ability to see across your site for all instances of specific block types. This is especially helpful when you're wishing to replace or modify a block type on a site-wide scale.As block libraries grow and there become a multitude of similar, overlapping block types, the Find My Blocks plugin will be especially helpful in optimizing & standardizing your site.In short: don't build a block-based site without Find My Blocks.
9 de septiembre de 2023
I had installed many sets of blocks to try out and ended up with a lot of overlap of block types and a mess of using a few blocks from one plugin, and a few from another, and a few more from others. Find My Blocks gave me a way to clean up the mess without the risk of removing blocks that content depended on.
Leer todas las 39 reseñas

Colaboradores y desarrolladores

«Find My Blocks – Locate blocks on your site» es un software de código abierto. Las siguientes personas han colaborado con este plugin.

Colaboradores

«Find My Blocks – Locate blocks on your site» está traducido en 6 idiomas. Gracias a los traductores por sus contribuciones.

Traduce «Find My Blocks – Locate blocks on your site» a tu idioma.

¿Interesado en el desarrollo?

Revisa el código , echa un vistazo al repositorio SVN o suscríbete al registro de desarrollo por RSS.

Registro de cambios

3.5.3

  • Changes the icon for «# of usages in Post» for clarity

3.3.2

  • Fixes the broken wp-json url
  • Updates the donate link to a BuyMeACoffee Link

3.3.1

  • Uses get_rest_url for the fetch url.

3.3.0

  • Uses get_admin_url for the edit link to avoid redirect loops.

3.2.0

  • Adds the site_url() to the fetch url.

3.1.3

  • Fixes a 🐛 that was causing the plugin to not load on some sites.

3.1.0

  • Allows for filtering by block name on the API endpoint. (/wp-json/find-my-blocks/blocks?name=core/button)

3.0.0

  • Changes to use WordPress components and match WordPress styling
  • Includes private, pending, and future status posts in main query
  • Allows the ability to optionally include drafts
  • Fixes a 🐛 where cards would change order for no reason

2.3.0

  • Checks for nested blocks.
  • Adds a tag to a card if the block is nested

2.2.0

  • Hides the «core-embed» blocks with the «Hide Core Blocks» option.
  • Fixes the broken link when plugin is first activated.

2.1.0

  • Moves the menu item to Tools > Find My Blocks.
  • Hides core blocks by default. The option to show and hide core blocks is now
    in settings.
  • Settings moved from top of blocks to side on wider screens.

2.0.2

  • Fixed the navigation showing ‘Found in 1 postfalse’ when only one post found

2.0.1

  • Fixed a bug where the page refresh didn’t properly set the active block

2.0.0

  • Moves Find My Blocks out of the Settings menu and into its own sidebar item
  • Layout moved off of WordPress components to allow better testing
  • On initial load, the proper first navigation will be selected as active
  • When the page is refreshed, the selected block will stay active
  • Allows sorting of navigation and cards
  • Launches official website https://find-my-blocks.edeesims.com/

1.4.0

  • Allows the editor role to use the plugin

1.3.0

  • Sorts the list of the navigation alphabetically.
  • Sorts the list of pages alphabetically.
  • Some updates to styling to bring more inline with Gutenberg and WordPress
    core.

1.2.0

  • Adds a Filter Input to allow you to filter blocks in the menu.
  • Updates the style of the header to be just a little bit nicer.
  • Adds a loading screen so that you are not bored waiting for the page to load.

1.1.0

  • Adds a message to notify the amount of times a block has been used in a post.
  • Removes some old, unused functionality.

1.0.0

  • Initial Release