Moddability #813
Closed
TheNamlessGuy
started this conversation in
Ideas
Moddability
#813
Replies: 1 comment
-
|
Since we are OSS - any person is welcome to open a PR for a feature. We do not currently plan to add an official "modding" capability. This may change in the future, but for right now, we would rather folks who have specific requests open PRs, discussions, or issues. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Problem
It would be nice for the client side (and potentially server side?) to have some moddability to it.
This request mostly comes from me wanting to be able to right click on a link and click "Open in incognito mode" (yes, I know about shift + right click bringing up the native menu). I'm sure there are a million other small inconveniences like this though, which could all probably be solved by the inclusion of moddability.
Proposed solution
I see two ways forward, for the client side:
addContextMenuItemand things of that natureOverall, I'd go with option 2. It really just leaves the library (and maybe a warning on install) as the jurisdiction of fluxer, while a whole scripting language can land you in a lot of trouble if someone finds a way to get access to functionality they shouldn't have.
As for the server side, a scripting language seems overkill. A modding API would also be nice there, but being able to roll your own source code (provided that it conforms with licenses and such, of course) might be enough.
A modding API would make custom functionality servers easier to update to a newer fluxer version though.
Notes (optional)
I'd gladly help with implementing a modding API for browser plugins. Building tooling for developers is something I've done for a living, and something I enjoy quite a bit.
Checks
Beta Was this translation helpful? Give feedback.
All reactions