[Libreoffice] Follow from reference staright to the paper?

Hello!

Is there an easy way to follow from a reference number in a libreoffice document straight to the referenced paper? When having many references, it's hard to track which number leads where/search the bibliography every time.

Thank you!
  • edited 4 days ago
    There is a VBA macro for MS Word which does that, but I don't believe anyone has done one for LibreOffice.
    https://github.com/sbaydin/ZoteroCiteLinker

    Perhaps a project for someone ? An AI chatbot like Gemini might be smart enough to do a direct translation from ZoteroCiteLinker's VBA to LibreOffice Basic ? LibreOffice Basic has at least partial support for running VBA macros ...
    https://help.libreoffice.org/latest/en-US/text/sbasic/shared/vbasupport.html
  • As a workaround, maybe you can use an author-date style instead of a numeric style?
    Since the in-text citations contain partial information about the reference, it reduces the need to look at the full bibliography while you are preparing the document. You can switch to a numeric style whenever you need (and back to author-date if necessary).
  • I think I'll use the workaround, thank you.

    Probably the only feature that is missing for me so far in the integration. Do you think it's possible to implement this in the plugin itself?
  • "implement this in the plugin itself": I'm not sure what you mean here?
    The bibliographic style is set through the document preferences of the word processor plugin https://www.zotero.org/support/libreoffice_writer_plugin_usage
  • No no, I'm well aware of the bibliographic style and preferences.

    I wonder if it's possible to implement the quick follow feature in the plugin itself, or should it be a 3rd-party macro?
  • edited 2 days ago
    Sorry I read the last message wrong
  • Well, theoretically the Word VBA code could be translated into LibreOffice Basic, as suggested by tim820.

    But you need someone who understands both environments well enough to do it.
  • I used Vancouver all my working life, but then did a musicology degree and discovered the MHRA Style (modern humanities). It puts the references as numbered footnotes on the page you're working on PLUS generates a bibliography at the end.

    This is incredibly useful because you can see at a glance what references are used on this page and where they are used. Unlike author date, it uses numbered footnotes, so it doesn't clutter the text.

    My recommendation is to use MHRA for writing and then change to the journal's preferred style when you are finished.
Sign In or Register to comment.