writeup-converter
writeup-converter copied to clipboard
Only convert links that are part of current obsidian file
Might be worth checking target of link against the filenames array, or checking if a [[x#y]] link has a corresponding # y in the document
Any that don't match this criteria should be either:
- commented out
- left in with their text replaced with "REVIEW LINK" and point to the top of the document (
href="#")
Should be included if either x or y are in the document, not just y