Forum Discussion
dynamic quick links to navigate in a page
HI belilan5770 ,
are you using these quicklinks to build something like a table of content?
Then you could use the "Markdown" webpart instead.
1) Copy the only the relative anchor links of your sections
But remove everything from that url, so that only everything after the hashtag remains. In my example I get a link like "#link~1"
2) Now add a "Markdown" webpart and enter these links in markdown format
// [Title of the Link](this link)
[Link to first section](#link-1)
You get something like this
This looks kind of basic, but you can style it a little bit using markdown.
But these links are relative to the current page. So if you copy the page they will be relative to the new page.
Best Regards,
Sven
SvenSieverdingActually, I use tiles like this:
I'm not sure if I can use the markup web part in combination with the tiles?