Skip to content

Commit 7c1430b

Browse files
committed
EN,CZ : firstPlugin : pExport : event PreExportCorrection mentioned
1 parent 10ac625 commit 7c1430b

2 files changed

Lines changed: 4 additions & 2 deletions

File tree

cs/firstPlugin.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ Plugins.catalogize(pMinPlugin);
8080
| Název | Popis |
8181
|---|---|
8282
| 🖼️ [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. |
83-
| 🖼️ [pExport][pExport] | Plugin přijímá událost ⚡ [PrepareExport][PrepareExport] od pluginu 🖥️ [puiButtonExport][puiButtonExport] a provede export textu kapitoly do formátu podle implementace pluginu - potomka. |
83+
| 🖼️ [pExport][pExport] | Plugin přijímá událost ⚡ [PrepareExport][PrepareExport] od pluginu 🖥️ [puiButtonExport][puiButtonExport] a provede export textu kapitoly do formátu podle implementace pluginu - potomka. Také definuje událost ⚡ [PreExportCorrection][PreExportCorrection], kterou využívají hlavně potomci 🧩 [pExtension][pExtension] při konverzi svých výstupů před exportem. |
8484

8585
## Příklady implementací
8686

@@ -103,3 +103,4 @@ Plugins.catalogize(pMinPlugin);
103103
[pPluginManagement]: :_plg:pPluginManagement.md "pPluginManagement"
104104
[puiButtonExport]: :_plg:puiButtonExport.md "puiButtonExport"
105105
[pExtension]: pExtension.md "pExtension"
106+
[PreExportCorrection]: :_evt:PreExportCorrection.md "PreExportCorrection"

en/firstPlugin.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ Plugins.catalogize(pMinPlugin);
8080
| Name | Description |
8181
|---|---|
8282
| 🖼️ [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. |
83-
| 🖼️ [pExport][pExport] | The plugin receives the event ⚡ [PrepareExport][PrepareExport] from the plugin 🖥️ [puiButtonExport][puiButtonExport] and exports the chapter text to the format according to the implementation of the plugin - descendant. |
83+
| 🖼️ [pExport][pExport] | The plugin receives the event ⚡ [PrepareExport][PrepareExport] from the plugin 🖥️ [puiButtonExport][puiButtonExport] and exports the chapter text to the format according to the implementation of the plugin - descendant. It also defines the event ⚡ [PreExportCorrection][PreExportCorrection], which is mainly used by descendants 🧩 [pExtension][pExtension] when converting their outputs before export. |
8484

8585
## Implementation examples
8686

@@ -103,3 +103,4 @@ Plugins.catalogize(pMinPlugin);
103103
[pPluginManagement]: :_plg:pPluginManagement.md "pPluginManagement"
104104
[puiButtonExport]: :_plg:puiButtonExport.md "puiButtonExport"
105105
[pExtension]: pExtension.md "pExtension"
106+
[PreExportCorrection]: :_evt:PreExportCorrection.md "PreExportCorrection"

0 commit comments

Comments
 (0)