Replies: 4 comments 1 reply
-
This is certainly possible, but I do see two immediate challenges:
If the feature is entirely under end-user control, and the end-user has to provide the images to use, that would largely address the concerns above. |
Beta Was this translation helpful? Give feedback.
-
Upon further thought, making use of a dictionary lookup table for Idea #16 would also permit the above to be implemented. |
Beta Was this translation helpful? Give feedback.
-
Should be possible with v1.22 One would delete the existing 'codec' entry in the Alternatively, you can just leave the string manipulating 'codec' entry in place and come up with some completely new name for the image-drawing codec lookup. You would then use that new name within the fields array of whatever layout you wanted. |
Beta Was this translation helpful? Give feedback.
-
I made it for audio and video codec. Right now I am using confluence logo, but I will look for nicer logos. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
The


codec
special treatment will allow to display custom name for each codec, but it is still plain text.It would be nice to display the logo of the codec (I always liked their graphism)
Few example of logos from wikipedia:
Same kind of treatment could apply to audio/video codec, video resolution, audio bitpersample/samplerate, etc.
Beta Was this translation helpful? Give feedback.
All reactions