Open lukesutton opened 10 years ago
Currently other islay-* engines are given multiple hooks for adding their own functionality, including custom CSS and JS.
App specific extensions are much more difficult however. This is because Islay's extension logic assumes that any extensions are related to an Engine.
This could be resolved by either removing this assumption, or by making an extension API specific to the host application.
Currently other islay-* engines are given multiple hooks for adding their own functionality, including custom CSS and JS.
App specific extensions are much more difficult however. This is because Islay's extension logic assumes that any extensions are related to an Engine.
This could be resolved by either removing this assumption, or by making an extension API specific to the host application.