I'd like to know if there is a way to selectively disable wikilinks in a 
TW5 file similar to the function provided by the DisableWikiLinks plugin 
for TW Classic.

One option is to list the WikiLinks not to be created to in a tiddler (or 
series of tiddlers grouped by a tag).  The other option would be to create 
a tiddler with the title of the wikilink and attaching a nolink tag to the 
tiddler.  

As an Example

Option 1:

title: NoLink Subject A
tag: nowikilink
contents:  SubjectA SubjectA1 SubjectA2

title: NoLink Subject B
tag: nowikilink
contents: SubjectB SubjectB1 SubjectB2

In this option, the following terms would not be wikified "SubjectA 
SubjectA1 SubjectA2 SubjectB SubjectB1 SubjectB2" in any of the tiddlers 
unless a link was explicitly created

Option 2:
title: SubjectA
tag: SubjectA nowikilink

title: SubjectB2
tag: SubjectB SubjectB2 nowikilink

. . . etc . . .

In this option, any potential wikilink that has a tiddler with the matching 
name that contains the tag "nowikilink" wouldn't be wikified unless made 
explicitly.

I'd prefer option 1 since it hides the tag that is controlling behavior 
(nowikilink) from immediate view, doesn't require the creation a tiddler to 
have nowikilink operate, and puts the entire list in a small number of 
places.  It just seems cleaner to me.  Either solution would work however.

Thanks,

Kevin

-- 
You received this message because you are subscribed to the Google Groups 
"TiddlyWiki" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/tiddlywiki.
For more options, visit https://groups.google.com/d/optout.

Reply via email to