diff --git a/Plugins-Development-Guide.md b/Plugins-Development-Guide.md index cf5f6a3..e512208 100644 --- a/Plugins-Development-Guide.md +++ b/Plugins-Development-Guide.md @@ -9,6 +9,9 @@ Following things can be done through plugins currently: - [Add new commands to the command palette](#command-palette-commands) - [Add new functions to the pattern language](#pattern-language-functions) - [Add new entries to the data inspector](#data-inspector-entries) +- [Add new data processor nodes](#data-processor-nodes) +- [Add new localization strings](#localization) +- [Add new entries to various interfaces](#various-interface-entries) To load a plugin, place it in the `plugins` folder next to the ImHex executable. @@ -252,7 +255,7 @@ std::string language = "myplugin.language"_lang; printf("%s\", language); // Prints "Language" when language is set to English (US) and "Sprache" when set to German ``` -### Interface Registry +### Various Interface entries The interface registry is a common place to add new content to various interfaces such as the Welcome screen.