@domubpkm said:
Make Ratatoskr recognize various extensions?
I just wanted to give a quick feedback on this request. I initially thought it would be a simple matter of registering the BT SharePlugin for all file types. It turns out it's not as easy as that: as currently written, the ContentHub component of UT doesn't allow that (although it allows it for "destinations", e.g. when using FileManager to "download" a file). To make a long story short, if I register the BT SharePlugin for all file types, it no longer appears for any file type.
I tried another approach, which was to report unknown file types as Documents. This sort of works, but it has two shortcomings:
it only works from inside Ratatoskr, i.e. you could re-share arbitrary files that are already sitting in the app cache, but you could still not use FileManager to share them directly.
now, when sharing a raw binary file from Ratatoskr, the "share with" dialog also offers unsuitable apps like the editor.
Considering this, I'm rather reluctant to implement this "half-baked" workaround. There is already an enhancement request on the ContentHub's Gitlab to "cover all file types for the Share functionality", but it's open since 2021 and doesn't seem to be getting much traction.