get access to nextcloud / olivier hallot

Hi reader, ?Olivier Hallot?

with reference to "After your login is confirmed, contact the Documentation leader through the mailing list to obtain access to the LibreOffice Documentation folder on TDF NextCloud."
i would like to get access to see what is going on. My SSO account name is peterH

Among others i would like to add to the wiki pages regarding python. /Lowering the threshold/ for BASIC users to make the step to python, in a simple manner, no IDE environment. Part of the idea is to create a downloadable python file with functions that will make python /attractive/ to implement. The file contains functions that show an extension of the functionality of LibreOffice, that can not be achieved with basic:
- insert an autoincremented number as barcode or QR code
- send a document as PDF attachment using the address book of Thunderbird
- store invoice data in a database, data extracted from a received invoice in XML format
- MRI objects (trivial but useful )
- use the dispatcher (identical)
- write debug output to a writer document
So it remains at the application level, and leave the user prepared for the next step, own macro writing, upgrading to IDE...

Of course if this interacts with projects/ideas in development i would like to share with that.

Hi Peter

Hi reader, ?Olivier Hallot?

with reference to "After your login is confirmed, contact the
Documentation leader through the mailing list to obtain access to the
LibreOffice Documentation folder on TDF NextCloud."
i would like to get access to see what is going on. My SSO account name
is peterH

I added your login to the cloud. PLease access
https://nextcloud.documentfoundation.org

Among others i would like to add to the wiki pages regarding python.
/Lowering the threshold/ for BASIC users to make the step to python, in
a simple manner, no IDE environment. Part of the idea is to create a
downloadable python file with functions that will make python
/attractive/ to implement. The file contains functions that show an
extension of the functionality of LibreOffice, that can not be achieved
with basic:
- insert an autoincremented number as barcode or QR code
- send a document as PDF attachment using the address book of Thunderbird
- store invoice data in a database, data extracted from a received
invoice in XML format
- MRI objects (trivial but useful )
- use the dispatcher (identical)
- write debug output to a writer document
So it remains at the application level, and leave the user prepared for
the next step, own macro writing, upgrading to IDE...

Of course if this interacts with projects/ideas in development i would
like to share with that.

We have a group of Python (and other script languages) enthusiasts that
reads this list. On Python, please visit

https://wiki.documentfoundation.org/Macros

Kind regards

Hi Peter

ScriptForge library, introduced in 7.1 release, proposes a Python helper
module that looks like your description. You can check its ongoing
documentation at
https://gitlab.com/LibreOfficiant/scriptforge/-/tree/scriptforge-7-1/Help

Your proposais and comments in Gitlab are welcome

BRegards