# Composer tip under specific tag topics

**URL:** https://meta.discourse.org/t/composer-tip-under-specific-tag-topics/255618
**Category:** Theme component
**Created:** [February 19, 2023, 5:42pm UTC](https://meta.discourse.org/t/composer-tip-under-specific-tag-topics/255618 "2023-02-19T17:42:33Z")
**Posts on this page:** 1
**Showing post:** 1

<div class="post-metadata">

### Author: ![Lhc\_fl](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/lhc_fl/32/268115_2.png) [@Lhc\_fl](https://meta.discourse.org/u/Lhc_fl)
#### Post date: [February 19, 2023, 5:42pm UTC](https://meta.discourse.org/t/composer-tip-under-specific-tag-topics/255618/1 "2023-02-19T17:42:34Z")

</div>

| | | |
| --- | --- | --- |
| ℹ | **Summary** | This theme component provides a description of specific tagged topics in composer |
| 🛠 | **Repository** | [GitHub - Lemon-planting-light/discourse-composer-tip: Add tips to discourse composer when in topic with special tags · GitHub](https://github.com/Lemon-planting-light/discourse-composer-tip) |
| ❓ | **Install Guide** | [How to install a theme or theme component](https://meta.discourse.org/t/how-do-i-install-a-theme-or-theme-component/63682) |
| 📖 | **New to Discourse Themes?** | [Beginner’s guide to using Discourse Themes](https://meta.discourse.org/t/beginners-guide-to-using-discourse-themes/91966) |

Install this theme component

## Summary

> ⚠ This theme component occupies the bottom right corner of Composer. If you have other plugins or theme components that occupy that location, it may not be compatible with it.
> 
> > [@Lhc\_fl](#):
> >
> > Maybe you have to manually add a line of css to the site… I have no intention of adapting those plugins that take up the same space, hmm
> > 
> > ```plaintext
> > .topic-tag-desc-container {
> > text-align: left;
> > }
> > 
> > ```

Sometimes, for topics marked by certain tags, you may wish to have something visually indicate to you what rules your replies should follow.  
The theme component allows you to do just that. It provides a description of specific tagged topics in composer.

It also provides a concise and easy-to-understand json\_schema edit box, making it very easy to modify settings.

At the same time, it provides two modes, I call them Details Mode and Modal Mode

 ![image](https://global.discourse-cdn.com/meta/original/4X/a/2/f/a2f59629d02e285e5946f00d9eb1a85c1f09fa27.png)

 ![image](https://global.discourse-cdn.com/meta/original/4X/e/b/2/eb2dbc99c80fdd1df10f00c2a35af4b080b4a21b.png)

As you saw above, since I am developing for my forum, the component names and configuration examples provided by default are in Chinese. You may need to change them yourself. I apologize for any inconvenience caused to you.

## Details Mode

 ![image](https://global.discourse-cdn.com/meta/original/4X/c/d/b/cdb36eba03d4753043360d87ca7faeec5a4d5f38.png)  
 ![image](https://global.discourse-cdn.com/meta/original/4X/b/f/4/bf47e4127fd64e0557845be6a0fbd74c332377f9.png)

## Modal Mode

 ![image](https://global.discourse-cdn.com/meta/original/4X/7/b/a/7ba58f27d7ec352057b27df3fa05c360629c6ecd.png)  
 ![image](https://global.discourse-cdn.com/meta/original/4X/d/f/7/df7ac28352481e4b8abd69f077b4ec5a920f682f.png)

---

_[View the full topic](https://meta.discourse.org/t/composer-tip-under-specific-tag-topics/255618)._
