I have a subset of a wiki hosted somewhere else, as read-only. However.. when a page has a link to another page which doesn't exist.. it still, like normal, gives it as a link to create the page. How can i disable that -- or, is it possible to have twiki unlink it automatically and just display the text? laen: you can escape auto-linking with an exclamation mark !LikeThis you can also enclose blocks of text in these tags there is also a StopWikiWordLinkPlugin where you can list names you do not want to aut-link PeterThoeny: i've found the solution in lib/TWiki/Render.pm, where there was one call to it and a sub to make links of non-existing (actually called NotExisting or NonExisting in the sub name), that i could simply hash out.. works like a charm :) that works too make a note of it so that you do not miss that on the next twiki upgrade