Projects/Calligra/Plugin Tutorials/fr: Difference between revisions
< Projects
(Updating to match new version of source page) |
ChristianW (talk | contribs) (Created page with "; Créer des greffons Calligra Flake") |
||
Line 1: | Line 1: | ||
<noinclude> | <noinclude> | ||
<languages/> | <languages/> | ||
</noinclude> | </noinclude> | ||
=== Tutoriels plugins pour Calligra === | === Tutoriels plugins pour Calligra === | ||
Line 13: | Line 12: | ||
: This gives a technical overview of what it means to write a '''Calligra''' plugin. | : This gives a technical overview of what it means to write a '''Calligra''' plugin. | ||
; [[Development/Tutorials/Write a Flake Plugin| | ; [[Development/Tutorials/Write a Flake Plugin|Créer des greffons Calligra Flake]] | ||
: 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 you how you can build a plugin for '''Calligra''' applications to allow you embed content in ODF documents using Flake. | ||
Line 24: | Line 23: | ||
: This tutorial shows how to script '''Calligra Sheets''' with Python, or JavaScript using Kross. | : This tutorial shows how to script '''Calligra Sheets''' with Python, or JavaScript using Kross. | ||
Revision as of 17:03, 7 September 2020
Tutoriels plugins pour Calligra
- 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.