Search Results

0
votes

How should I handle autolinking in wiki page content?

My idea would be to query the titles like SELECT title FROM articles and simply check if each wikilink is in that array of strings. If it is you link to the page, if not, you link to t …