You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
| 🔌 [IPlugin][IPlugin]| Základní plugin pro všechny pluginy v systému. Poskytuje základní funkce pro obecný plugin. Je určen pro pluginy služeb nebo posluchačů událostí, které samy nebudou zajišťovat žádný prvek uživatelského rozhraní. |
65
65
| 🔌 [pConvertSysEventToEvent][pConvertSysEventToEvent]| Plugin převádí definovanou javascript událost na událost aplikace, která může být zachycena jiným pluginem. |
66
-
| 🖼️ [pTRPhasePlugin][pTRPhasePlugin]| Plugin přijímá událost ⚡ [ShowChapterResolutions][ShowChapterResolutions] od pluginu 🖼️ [pTopicRenderer][pTopicRenderer] a provede jednotlivý krok procesního zpracování. Jednou z jeho aplikací je například parsování md souboru pro výpis do textu kapitoly. |
66
+
| 🔌 [pServicePlugin][pServicePlugin]| Plugin pro rozšiřující služby. Základem jsou obsluhy napojené na události pluginu 🔌 [pPluginManagement][pPluginManagement]. |
67
+
68
+
### Uživatelské rozhraní
69
+
70
+
| Název | Popis |
71
+
|---|---|
67
72
| 🖥️ [puiButton][puiButton]| 🔘 Tlačítko pro uživatelské rozhraní. Obsluha akce musí být součástí zdroje pluginu. |
68
73
| 🖥️ [puiButtonTab][puiButtonTab]| 🔘🎛️ Tlačítko a karta bočního panelu. |
69
74
| 🖥️ [puiButtonTabTree][puiButtonTabTree]| 🔘🎛️📂 Tlačítko a karta bočního panelu s komponentou strom. |
70
75
76
+
### Výpis textu kapitol
77
+
78
+
| Název | Popis |
79
+
|---|---|
80
+
| 🖼️ [pTRPhasePlugin][pTRPhasePlugin]| Plugin přijímá událost ⚡ [ShowChapterResolutions][ShowChapterResolutions] od pluginu 🖼️ [pTopicRenderer][pTopicRenderer] a provede jednotlivý krok procesního zpracování. Jednou z jeho aplikací je například parsování md souboru pro výpis do textu kapitoly. |
| 🔌 [IPlugin][IPlugin]| Basic plugin for all plugins in the system. Provides basic functions for a general plugin. It is intended for service plugins or event listeners that do not provide any user interface elements themselves. |
65
65
| 🔌 [pConvertSysEventToEvent][pConvertSysEventToEvent]| The plugin converts a defined JavaScript event into an application event that can be captured by another plugin. |
66
-
| 🖼️ [pTRPhasePlugin][pTRPhasePlugin]| The plugin receives the ⚡ [ShowChapterResolutions][ShowChapterResolutions] event from the 🖼️ [pTopicRenderer][pTopicRenderer] plugin and performs a single step of process handling. One of its applications is, for example, parsing an md file for listing into chapter text. |
66
+
| 🔌 [pServicePlugin][pServicePlugin]| Plugin for extended services. It is based on handlers connected to plugin events 🔌 [pPluginManagement][pPluginManagement]. |
67
+
68
+
### User interface
69
+
70
+
| Name | Description |
71
+
|---|---|
67
72
| 🖥️ [puiButton][puiButton]| 🔘 Button for the user interface. The action handler must be part of the plugin source. |
68
73
| 🖥️ [puiButtonTab][puiButtonTab]| 🔘🎛️ Sidebar button and tab. |
69
74
| 🖥️ [puiButtonTabTree][puiButtonTabTree]| 🔘🎛️📂 Sidebar button and tab with tree component. |
70
75
76
+
### Chapter text rendering
77
+
78
+
| Name | Description |
79
+
|---|---|
80
+
| 🖼️ [pTRPhasePlugin][pTRPhasePlugin]| The plugin receives the ⚡ [ShowChapterResolutions][ShowChapterResolutions] event from the 🖼️ [pTopicRenderer][pTopicRenderer] plugin and performs a single step of process handling. One of its applications is, for example, parsing an md file for listing into chapter text. |
0 commit comments