🏷️ Componente de Lista de Etiquetas de Barras

:eyeglasses: Overview

The Tag List Widget allows you to display tags from Discourse in a sidebar using my Bars! :cocktail: :beers: or the Right Sidebar Blocks Theme Components.

:link: Quick Links

:octopus: Get the code
:gear: use tag-list-component for component name in Bars!

:gear: Settings

The widget allows for some configurability with settings such as:

  • :see_no_evil: Hiding specific tags
  • :page_with_curl: Changing display styles (row or column)
  • :hash: Showing count
  • :bar_chart: Change sorting type



Install this Component

12 Me gusta

How’s mobiles? Normally something like 80 % or more are using mobiles and for them sidebars are useless. Will they see something or is this only for desktops and tablets?

2 Me gusta

@Jagster Yes this will work on mobile :grinning:

The Layouts Plugin can be configured to work on mobile. Here’s some more info from the documentation about how to set that up:

4 Me gusta

As our british friends say: splendid indeed :laughing:

Now I have to give a spin. My users are… not so tech savvy so they need all possible help and info.

5 Me gusta

Para resumir algunos de los cambios que han ocurrido recientemente:

  • También he añadido soporte para bloques de la barra lateral derecha.
  • Lo he migrado parcialmente a Glimmer (el widget invoca una plantilla de Glimmer).
  • He añadido caché para evitar llamadas frecuentes a tags.json (¡que estaba llamando con cada cambio de página!). Si quieres ver una etiqueta nueva, debes refrescar tu navegador. Esto aliviará:
    • la carga del servidor
    • la actualización visible.
5 Me gusta

Como parte de una migración para eliminar todo el código heredado de Layouts y Discourse Widget, esto se ha migrado completamente a Glimmer, reubicado y el Componente ha cambiado de nombre, es posible que necesites actualizar tu configuración de Bars o RSB:

Repositorio ahora en: https://github.com/merefield/discourse-tc-bars-tag-list-component

Nombre del Componente: tag-list-component

3 Me gusta