Closed joshpetit closed 2 months ago
I realize now that the way I was doing it was correct, the cross references are clearly there I'm not sure how I missed them haha
@joshpetit The cross references are part of the markup that is embedded in the sword modules and returned by node-sword-interface.
For most of the functions, the requirement for getting the markup is first enabling it with the following function:
nodeSwordInterface.enableMarkup()
However, if you are using the function getRawModuleEntry
you may already get the full markup without pre-conditions.
Thank you Tobias, I appreciate it a lot. I'm able to get the info I need ptl
Hey there! Thank you for making this lovely interface. I've been poking around for a while and am wondering how I can get the cross references in a given text. Here's the closest I think I've gotten
Some help would be appreciated, thank you.