Hello @umdiecker
Thank you for writing.
You can add link of one section in another section. You will get link of section using link icon which appears on front end after hover on section. Screenshot attached.
Add that link in another section.
Let me know if it helps.
Thank you.
Best Regards,
Sagar
Documentor Support.
Thanks Sagar (@sagar.k).
I have the same problem as @umdiecker. I’m using Documentor Lite and I followed your advice but it only partially worked.
🙂 I can link to subsections within a section and the container section itself.
🙁 However, I cannot link to subsections of another section or to such a section itself.
Thank you in advance for your help.
Here below a workaround for cross-linking to other (sub-)sections, tested on Chrome and Safari.
Link to a section with slug “this-section” by
This Section
Include this script into the headers
<script type=”text/javascript”>
function openSection(location) {
window.location.href = location;
window.location.reload();
}
</script>
Hmmm.
This Section
in the above post should actually be
<a href="#this-section" onclick="openSection('#this-section')">This Section</a>
Hello @wlo69
Thanks for sharing workaround for cross-linking in Documentor. We will add this in our knowledge base.
Thank you.
Best Regards,
Sagar.