Updated table of contents

WerWolv
2021-02-19 16:02:15 +01:00
parent e351cdc317
commit 30855512a3

@@ -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.