Closed
Description
Is there a way to, instead of relative paths to internal links, we can do an absolute path from root?
EX:
Instead of the following to navigate up and then back down the folder structure:
[[.../.../Folder/File]]
We could just do this and it would work from wherever this link existed in the site hierarchy:
[[/Folder/File]]