Title: Markdown Comment Block
Author: Rich Tabor
Published: <strong>25 de Junio de  2021</strong>
Last modified: 14 de Julio de  2024

---

Buscar plugins

![](https://ps.w.org/markdown-comment-block/assets/banner-772x250.png?rev=3117642)

Este plugin **no ha sido probado con ninguna las 3 últimas versiones principales
de WordPress**. Puede que ya no se mantenga o no tenga soporte, y puede que tenga
problemas de compatibilidad cuando se utiliza con versiones más recientes de WordPress.

![](https://ps.w.org/markdown-comment-block/assets/icon-256x256.png?rev=3117642)

# Markdown Comment Block

 Por [Rich Tabor](https://profiles.wordpress.org/richtabor/)

[Descargar](https://downloads.wordpress.org/plugin/markdown-comment-block.1.0.0.zip)

 * [Detalles](https://cl.wordpress.org/plugins/markdown-comment-block/#description)
 * [Reseñas](https://cl.wordpress.org/plugins/markdown-comment-block/#reviews)
 *  [Instalación](https://cl.wordpress.org/plugins/markdown-comment-block/#installation)
 * [Desarrollo](https://cl.wordpress.org/plugins/markdown-comment-block/#developers)

 [Soporte](https://wordpress.org/support/plugin/markdown-comment-block/)

## Descripción

### Comments that only render in the block editor

I honestly enjoy drafting articles either locally in Ulysses, or on [my blog](https://richtabor.com)
using the [Iceberg Editor](https://useiceberg.com/?utm_source=wp-org&utm_medium=markdown-comment-block&utm_campaign=readme-description).
While I do love Iceberg, once I publish an article I typically bring back the default
Gutenberg experience — thus removing any comments I previously added.

Having the ability to add, and keep, any relevant editing comments within my posts,
without rendering them on the front-end, means that I am freed up to mentally jot
any idea down without thinking about it. It is simply natural and convenient.

[Learn more about Markdown Comment →](https://richtabor.com/markdown-comments/?utm_source=wp-org&utm_medium=markdown-comment-block&utm_campaign=readme-learnmore)

### What’s interesting about Markdown Comment:

#### 1. Editor only

The block only renders within the editor. For developers reading this, that means
there’s no save function. I don’t want my unfinished ideas, reminders, and notes
rendered within my post – even if they’re hidden by CSS.

#### 2. Helpful block transforms

I added a couple transforms, to and from headings and paragraphs, and a raw shortcut
when you type `%%` and hit the [space] key. This lets me quickly add comments, and
even convert whole paragraphs or headings to a comment.

#### 3. Easily resolve comments

To support that path towards simplicity, I wanted a method to quickly resolve — 
i.e. banish — a comment entirely. So, I added a toolbar control to quickly resolve
the comment, removing the block entirely.

#### 4. No rich text support

Comments need to have minimal impact on editing, and feel as natural as possible.
That’s why there are no typical RichText controls (although you can still bold, 
italicize and add hyperlinks). And while you _can_ change the color of the comment—
there are no other typographic controls.

#### 5. Entirely CSS Variable ready

Global styles and full site editing are opening the door for themes to be heavily
powered by CSS variables. Blocks should be designed with that same mentality, which
is exactly what I did here. I added simple CSS variables with fallbacks that are
the default values. To further theme the comment, there’s no need to override any
styles with classes, just write a few CSS variables.

## Capturas de pantalla

 * [[
 * Quickly resolve comments from the block toolbar.
 * [[
 * Installable via the WordPress Block Directory.

## Bloques

Este plugin proporciona 1 bloque.

 *   Markdown Comment Add a comment that does not render on the front-end.

## Instalación

 1. Upload the `markdown-comment-block` folder to your `/wp-content/plugins/` directory
    or alternatively upload the markdown-comment-block.zip file via the plugin page
    of WordPress by clicking ‘Add New’ and selecting the zip from your local computer.
 2. Activate the plugin through the ‘Plugins’ menu in WordPress.
 3. Search for the block within the Gutenberg block editor.

## FAQ

### Can the Markdown Comment block be used with my theme?

Yes! If you’re using Gutenberg (i.e. the block editor) on your site, you should 
have no issues with the block. It’s relatively simple to modify the CSS variables
to tweak the comment styling if you’d like — learn more [here](https://richtabor.com/markdown-comments/?utm_source=wp-org&utm_medium=markdown-comment-block&utm_campaign=readme-faq).

### Where can I send feedback or ideas?

Please reach out via the official [plugin support forum](https://wordpress.org/support/plugin/markdown-comment-block).

### Who’s Rich Tabor?

As a WordPress entrepreneur, designer and developer all wrapped up in one, [@richard_tabor](http://twitter.com/richard_tabor)
is recognized as one of the top leaders in this post-Gutenberg era of WordPress.
His design chops have topped the 2018 Automattic Design Awards and led him to found
CoBlocks – a top-notch set of page builder blocks and tools for Gutenberg, ThemeBeans–
a premier WordPress theme shop and [Iceberg](https://useiceberg.com/?utm_source=wp-org&utm_medium=markdown-comment-block&utm_campaign=readme-faq)–
a markdown editor for Gutenberg.

## Reseñas

![](https://secure.gravatar.com/avatar/8a9bdcebe282e77a72a9ac3ac445864ecd07d696523d4058bd8005b8a155afc0?
s=60&d=retro&r=g)

### 󠀁[Very useful for editorial flow](https://wordpress.org/support/topic/very-useful-for-editorial-flow/)󠁿

 [Lightend](https://profiles.wordpress.org/lightend/) 15 de Julio de 2022

I have found the best use of this comment block. I create drafts and reusable blocks
containing comments for the writers, and they can publish posts without any need
to delete the comments.

 [ Leer 1 comentario ](https://wordpress.org/support/plugin/markdown-comment-block/reviews/)

## Colaboradores & Desarrolladores

“Markdown Comment Block” es software de código abierto. Las siguientes personas 
han contribuido a este plugin.

Colaboradores

 *   [ Rich Tabor ](https://profiles.wordpress.org/richtabor/)

“Markdown Comment Block” ha sido traducido en 2 idiomas. Gracias a [los traductores](https://translate.wordpress.org/projects/wp-plugins/markdown-comment-block/contributors)
por sus contribuciones.

[Traduce “Markdown Comment Block” a tu idioma.](https://translate.wordpress.org/projects/wp-plugins/markdown-comment-block)

### ¿Interesado en el desarrollo?

[Revisa el código](https://plugins.trac.wordpress.org/browser/markdown-comment-block/),
echa un vistazo al [repositorio SVN](https://plugins.svn.wordpress.org/markdown-comment-block/),
o suscríbete al [registro de desarrollo](https://plugins.trac.wordpress.org/log/markdown-comment-block/)
por [RSS](https://plugins.trac.wordpress.org/log/markdown-comment-block/?limit=100&mode=stop_on_copy&format=rss).

## Historial de cambios

#### 1.0.0

 * Set default control for text color

#### 0.1.8

 * Add block.json to registerBlockType

#### 0.1.7

 * WordPress 5.9 support
 * Ensure text color is properly applied

#### 0.1.6

 * Resolve package error

#### 0.1.5

 * Improve styling to work with theme.json
 * Add example theme.json file for themes to leverage

#### 0.1.3

 * Tweak block title
 * Tweak styles

#### 0.1.0

 * Initial release

## Meta

 *  Versión **1.0.0**
 *  Última actualización **hace 2 años**
 *  Instalaciones activas **300+**
 *  Versión de WordPress ** 5.7 o superior **
 *  Probado hasta **6.6.5**
 *  Versión de PHP ** 7.0 o superior **
 *  Idiomas
 * [English (US)](https://wordpress.org/plugins/markdown-comment-block/), [German](https://de.wordpress.org/plugins/markdown-comment-block/),
   y [Vietnamese](https://vi.wordpress.org/plugins/markdown-comment-block/).
 *  [Traducir a tu idioma](https://translate.wordpress.org/projects/wp-plugins/markdown-comment-block)
 * Etiquetas
 * [block](https://cl.wordpress.org/plugins/tags/block/)[blocks](https://cl.wordpress.org/plugins/tags/blocks/)
   [comments](https://cl.wordpress.org/plugins/tags/comments/)[gutenberg](https://cl.wordpress.org/plugins/tags/gutenberg/)
   [markdown](https://cl.wordpress.org/plugins/tags/markdown/)
 *  [Vista Avanzada](https://cl.wordpress.org/plugins/markdown-comment-block/advanced/)

## Calificaciones

 5 de 5 estrellas.

 *  [  1 valoración de 5 estrellas     ](https://wordpress.org/support/plugin/markdown-comment-block/reviews/?filter=5)
 *  [  0 valoraciones de 4 estrellas     ](https://wordpress.org/support/plugin/markdown-comment-block/reviews/?filter=4)
 *  [  0 valoraciones de 3 estrellas     ](https://wordpress.org/support/plugin/markdown-comment-block/reviews/?filter=3)
 *  [  0 valoraciones de 2 estrellas     ](https://wordpress.org/support/plugin/markdown-comment-block/reviews/?filter=2)
 *  [  0 valoraciones de 1 estrellas     ](https://wordpress.org/support/plugin/markdown-comment-block/reviews/?filter=1)

[Your review](https://wordpress.org/support/plugin/markdown-comment-block/reviews/#new-post)

[Ver todas las reseñas](https://wordpress.org/support/plugin/markdown-comment-block/reviews/)

## Colaboradores

 *   [ Rich Tabor ](https://profiles.wordpress.org/richtabor/)

## Soporte

¿Tienes algo que decir? ¿Necesitas ayuda?

 [Ver el foro de soporte](https://wordpress.org/support/plugin/markdown-comment-block/)