Add Button Press Hooks
Bayugoon opened this issue ยท 2 comments
Describe the feature
add a button hook with a key bind and Target implementation for events that create a wiki page pop up.
Reason for the feature
Allow mod developers to easily extended the capabilities of the Hey Wiki mod for wikis that require more technical information than the source's identifier to land on the correct target page.
How important is this feature to you?
No response
Additional information and screenshots
No response
I'm not 100% following you here. Can you describe exactly what "button hook with a key bind" is? And what's preventing you from extending the Target interface yourself?
Basically letting you add a keybind for any situation that can open a wiki page by pressing H but with a different key that can call a different Target implementation to avoid having to redo all the code for each situation that hey wiki supports, such as hovering over a status effect, hovering over an item in a recipe or crafting table, ect.