reposilite icon indicating copy to clipboard operation
reposilite copied to clipboard

Make javadocs more accessible for users

Open Tigerpanzer02 opened this issue 1 year ago • 6 comments

Request details

What about having an eye on -javadoc files which redirects to the javadoc url / opens the javadoc image like it is on pom files for example? image

Or any other visual things to get the javadocs faster instead of typing it manually in browser url?

Tigerpanzer02 avatar Aug 12 '22 20:08 Tigerpanzer02

This feature was requested like two times in the past on our Discord, so I think it might be a good idea to support this at some point. Unfortunately, I'm not sure how to do it yet through plugin, because plugins can't really modify frontend as it's pretty much standalone web app. We'd have to provide some kind of a strange API/bridge for plugins to make it possible or merge javadocs plugin to the main codebase.

dzikoysk avatar Aug 12 '22 23:08 dzikoysk

This feature was requested like two times in the past on our Discord, so I think it might be a good idea to support this at some point. Unfortunately, I'm not sure how to do it yet through plugin, because plugins can't really modify frontend as it's pretty much standalone web app. We'd have to provide some kind of a strange API/bridge for plugins to make it possible or merge javadocs plugin to the main codebase.

Or allowing interactions with frontend 🙃

Tigerpanzer02 avatar Aug 13 '22 19:08 Tigerpanzer02

Well... in theory it could be nice, but I'd like to avoid tricky impl, because it's just a pain to maintain it 😓

dzikoysk avatar Aug 17 '22 23:08 dzikoysk

Yeah I get that point anyway there should be something made if there are more requests for the same feature 😇

Tigerpanzer02 avatar Aug 18 '22 00:08 Tigerpanzer02

I'm currently taking a break due to my vacation, but I'll try to do sth about that if I'll find sane solution

dzikoysk avatar Aug 18 '22 00:08 dzikoysk

This feature was requested like two times in the past on our Discord, so I think it might be a good idea to support this at some point. Unfortunately, I'm not sure how to do it yet through plugin, because plugins can't really modify frontend as it's pretty much standalone web app. We'd have to provide some kind of a strange API/bridge for plugins to make it possible or merge javadocs plugin to the main codebase.

I think an implementation into the code would be a good idea. I personally don't see a reason to leave it as a plugin.

PlayerSchark avatar Aug 30 '22 22:08 PlayerSchark