sbrl / Pepperminty-Wiki

A wiki in a box
https://peppermint.mooncarrot.space/
Mozilla Public License 2.0
180 stars 22 forks source link

Automatic links to headings #141

Open sbrl opened 7 years ago

sbrl commented 7 years ago

It would make it easier to share specific parts of longer pages on wikis if we could have a button next to each header that links to that specific heading. Github and Wikipedia already have it - we should be able to have it too!

We have this syntax already:

## Some heading {#Anchor}

the above sets the id of the header to Anchor. We should try not to break this syntax.