From 30855512a343ad5a7f13dc2088f451d735044712 Mon Sep 17 00:00:00 2001 From: WerWolv Date: Fri, 19 Feb 2021 16:02:15 +0100 Subject: [PATCH] Updated table of contents --- Plugins-Development-Guide.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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.