rundeck-plugins / attribute-match-node-enhancer

node enhancer plugin to add icons and attributes (experimental)
Apache License 2.0
0 stars 2 forks source link

Poor readibility due to Markdown not supported #4

Closed arturmartins closed 4 years ago

arturmartins commented 4 years ago

Check how the help text is rendered below the first textarea:

Screenshot 2020-04-17 at 00 38 47

How it should look like:


Attribute name/values to match. All matches must be met to add the additional attributes. Each entry should be of the form:

Where key is the attribute name, operator is one of:


https://github.com/rundeck-plugins/attribute-match-node-enhancer/blob/fffc024fba47bed0d31c80dd3d9ef29061ae94e8/src/main/java/org/rundeck/plugins/nodes/attributes/AttributeNodeEnhancer.java#L29

This might help with #1

gschueler commented 4 years ago

@arturmartins thanks, I think this is a rundeck issue, as markdown is supported for other types of plugins in the plugin property descriptions. I will transfer this issue to rundeck/rundeck

arturmartins commented 4 years ago

Thanks, @gschueler. Should this issue be closed then?