I'm working on a plugin to add external navigation in a parent website with an embedded iframe where Etherpad is running. The navigation to a certain point works fine via vanilla JavaScript and window.postmessage
, but I have no idea how to get new navigation points into the pad.
I'm using the Etherpad API for Java to prepopulate the pad with the existing navigationpoints/anchors, which works fine.