I’m interesting in developing a custom object/field/variable thingy for LibreOffice writer and need pointing in the right direction.
Goal:
I’d like to be able to insert a mark within the document to display information about that mark’s position within the document. When creating a novel/play/script the positions of events within the story are important.
Questions:
The terminology is still unclear to me. Searching for something you can’t name is difficult
Is the best way to accomplish this a “field”, a “variable”, “extension”, or something else?
- It should be optionally unprintable when the document is printed/exported.
- A tool tip or text should show position with the file
- I’d like the user to be able to name the mark and optionally use it as a bookmark or hyperlink
I’m comfortable developing in C++, java, python, or whatever but have no office development experience.
Where do I start?