Projects/Calligra/Plugin Tutorials: Difference between revisions
< Projects
(KOffice -> Calligra) |
m (Test2) |
||
(21 intermediate revisions by 5 users not shown) | |||
Line 1: | Line 1: | ||
=== Calligra Plugin Tutorials === | <noinclude> | ||
<languages/> | |||
<translate> | |||
</noinclude> | |||
=== Calligra Plugin Tutorials === <!--T:1--> | |||
<!--T:2--> | |||
; [[Development/Tutorials/Calligra Overview|Calligra Overview]] | ; [[Development/Tutorials/Calligra Overview|Calligra Overview]] | ||
<!--T:3--> | |||
: This document shows an overview of the different '''Calligra''' plugin types and tells you what each of their purpose and strengths are. If you are new with '''Calligra''' plugins, this is the place to start. | |||
<!--T:4--> | |||
; [[Development/Tutorials/Generic_Calligra_Plugin_Creation|Calligra Plugin Creation]] | |||
<!--T:5--> | |||
: This gives a technical overview of what it means to write a '''Calligra''' plugin. | |||
<!--T:6--> | |||
; [[Development/Tutorials/Write a Flake Plugin|Creating Calligra Flake Plugins]] | ; [[Development/Tutorials/Write a Flake Plugin|Creating Calligra Flake Plugins]] | ||
; [[Development/Tutorials/KWord Scripting| | <!--T:7--> | ||
: | : This tutorial shows you how you can build a plugin for '''Calligra''' applications to allow you embed content in ODF documents using Flake. | ||
<!--T:8--> | |||
; [[Development/Tutorials/KWord Scripting|Calligra Words Scripting]] | |||
<!--T:9--> | |||
: This tutorial shows how to script '''Calligra Words''' with Python, or JavaScript using Kross. | |||
<!--T:10--> | |||
; [[Development/Tutorials/KSpread Scripting|Calligra Sheets Scripting]] | |||
<!--T:11--> | |||
: | : This tutorial shows how to script '''Calligra Sheets''' with Python, or JavaScript using Kross. | ||
<noinclude> | |||
</translate> | |||
</noinclude> |
Latest revision as of 09:20, 8 September 2020
Calligra Plugin Tutorials
- This document shows an overview of the different Calligra plugin types and tells you what each of their purpose and strengths are. If you are new with Calligra plugins, this is the place to start.
- This gives a technical overview of what it means to write a Calligra plugin.
- This tutorial shows you how you can build a plugin for Calligra applications to allow you embed content in ODF documents using Flake.
- This tutorial shows how to script Calligra Words with Python, or JavaScript using Kross.
- This tutorial shows how to script Calligra Sheets with Python, or JavaScript using Kross.