Hello,
For WIKINDX (https://wikindx.sourceforge.io) for which I am a developer, I have created a MS Word add-in. Wikindx is like Endnotes/RefWorks on steroids so the add-in allows the importation of references and citations into the document formatted as per the required style (APA, Harvard, Chicago etc.) with the bibliography also ordered as required. Need to use a different style or order? Simply click on a button and your paper is transformed.
This is my first experience writing an add-on which has been in javascript but I’m discovering that it is not easy releasing a MS Word add-in to the public (and my wikindx users). While developing that add-in, the intention was to also develop a LO extension but, given the deployment blocks that MS seems to put up, that intention has been given added impetus.
So, my question is, where are the LO extension javascript tutorials? This site (Development/Extension Development - The Document Foundation Wiki) states javascript can be used but all the documentation/samples/snippets I can find (e.g. Extensions development - Apache OpenOffice Wiki and elsewhere) are in languages other than javascript. I cannot find anything on javascript. The first site above also states I need the SDK — having downloaded it, as far as I can tell, it is nothing to do with javascript (and none of its sample code is). Is javascript supported at all (and can javascript extensions be made available on extensions.libreoffice.org)?
If the recommendation is not to use javascript, which supported extension language is best suited to adapt my MS add-in javascript quickly (for someone who learned C about 30 years ago, transitioned to Perl and then PHP and can hack his way through javascript)?
Regards,
Mark