Link for documentation for easymacro.py

Mauricio Baeza 2020-11-07 21:11:34 -06:00
parent 0a25ff8d7e
commit a86d41913f
1 changed files with 6 additions and 2 deletions

@ -1,5 +1,7 @@
# ZAZ # ZAZ
[Leer en español](es.home)
## Develop macros and extensions for LibreOffice with Python ## Develop macros and extensions for LibreOffice with Python
`zaz` it's a script Python for rapid develop macros in LibreOffice, with Python of course. `zaz` it's a script Python for rapid develop macros in LibreOffice, with Python of course.
@ -128,7 +130,7 @@ NAME = 'MyExtension'
`VERSION` `VERSION`
* String * String
* The version for extension, look: [https://semver.org/](https://semver.org/) * Version for extension, look: [https://semver.org/](https://semver.org/)
Example: Example:
```python ```python
@ -150,7 +152,9 @@ Example:
ID = 'org.yourname.extensionname' ID = 'org.yourname.extensionname'
``` ```
## Library easymacro.py
[Documentation for `easymacro.py`](easymacro)
* [Library easymacro.py](easymacro)
[Leer en español](es.home) [Leer en español](es.home)