I have a new question about linking pages. In my texts I would like to link to other internal course pages that fit the topic, as one is used to from websites. The simplest way of linking according to this principle is known to me: href="#/id/630fbc9efea5ff81b3aabc8b"
This is what works.
However, I've come to a point where I'd like to link to specific anchors on the target page (so that you go directly to the right section). I can't get that to work. Is this possible?
Another use case is that I would like to pass a parameter to the target page to start a certain action on it, e.g. href="#/id/630fbc9efea5ff81b3aabc8b/action/do-something".
I can't get that to work either, because no matter what I add to the URL, it won't work at all. Is there a way to do this?
Thanks in advance
Timo