reapack icon indicating copy to clipboard operation
reapack copied to clipboard

Support desc attribute on index element

Open jtackaberry opened this issue 3 years ago • 0 comments

The reapack element provides an optional desc attribute which is used as the display name in lieu of name if specified.

Similarly, it would be nice if the index element supported this as well. My use case is for REAPER Toolkit, which is a library. I want the on-disk path to be .../Scripts/rtk/... to provide a convenient and well-known path for importing by other scripts, but to display "REAPER Toolkit" in the Manage Repositories dialog.

I'd like to be able to define this:

<index version="1" name="rtk" desc="REAPER Toolkit (rtk)">
...
</index>

jtackaberry avatar Jan 30 '22 21:01 jtackaberry