-
### Describe the feature
A system that allows for loading features (#183), and transforming their options
### Examples
_No response_
-
The current Store plugin is based on go interface.
Can we add a new plugin system based on CLI?
I need this because some project or internal and don't require an OSS contribution.
-
Just some basic ideas.
1. Lua based.
2. Possible usage (plugin types):
- Modify contents ( e.g. reformat code, generate code comments using AI ). Triggered by menu item or short-cut
- Be…
-
### Description
Coldfront's current plugin mechanism is based on creating standalone Django apps and then requires the following modifications to the coldfront codebase:
- editing `coldfront/config/…
-
# Summary
Currently the plugin system is fairly basic, which makes it easy to to fall into some traps
## Motivation
Currently the plugin classpath is unpredictable, which causes issues if plugi…
-
It would be good to have a plugin system for littles where other components can live that are separate from the core engine.
The medals system, or at least the newgrounds implementation, would be m…
-
In [OptiKey](https://github.com/OptiKey/OptiKey) there is a plugin system that enables users to integrate their own eye-trackers. It would be great if OKGO would have that, too.
-
I am playing around with a few ideas of which I am not sure they would 100% fit in the application. A few apps I use provide a plugin system for this type of extensions. I think it can also be a good …
-
**Is your feature request related to a problem? Please describe (REQUIRED):**
Defold supports LTR text rendering using bitmap or SDF fonts. This is a "good enough" solution for most developers, but i…
-
The latest dprint 0.40 adds functionality that makes this possible. Essentially, I would like to add prettier plugins, which are available at urls.
```json
{
"prettier": {
"plugins": [
…