wincent / masochist

⛓ Website infrastructure for over-engineers
MIT License
78 stars 26 forks source link

Make it easier to link between articles in Markdown #70

Closed wincent closed 8 years ago

wincent commented 8 years ago

Allow linking to an article in Markdown content with, say, [OS X]. This would require us to append an "index" to the input source prior to handing it off for Markdown processing:

[OS X]: /wiki/OS_X
...

The index could be automatically generated, and relatedly, we could use this to get "red link" support. My main concern with this is that I have thousands of wiki articles, so this could noticeably impact parsing speed.

wincent commented 8 years ago

May not be necessary any more thanks to my autocompleter plug-in.