marcus-grant / markipedia

My personal wikipedia made from zettelkasten notetaking system
GNU Affero General Public License v3.0
1 stars 0 forks source link

Consider generating more permanent solutions for anchor links #10

Open marcus-grant opened 1 year ago

marcus-grant commented 1 year ago

This is related to having more permanent anchor links for section headers. A lot of sections will have the same name repeated within a markdown note and so there won't be consistent table of contents and links to notes by section sometimes. And when it comes to permanence having precomputed IDs that stay the same for each section whether they get renamed is a useful notion too. Put some plans in place for this and create new issues to address it once the plan is in place.

Also consider using https://www.npmjs.com/package/@sindresorhus/slugify for this