nodebb-plugin-anchors
-
[top]
Back again with another simple plugin.
This one allows you to add html anchors to you page.
If you don’t know what that means, think about wikipedia: the way it can link to different sections on the page is because each section has an anchor that it can link to.
An anchor can be added to any heading like so:
# [anchor-name] Section Title
Notice the space after the ‘#’. This is important.
You can leave the “Section Title” blank for an invisible anchor, however it will still take up space.Linking to it is much like you would in html.
[link text](#anchor-name)
And that’s it. I’ll likely be the only one to use it here since I’m the only one who writes super long posts, but hey, try it out!
-
Woo hoo! Do you want to be included in the plugin contest? :smile: