[tw] Re: [TW5] How to disable automatic wikilinking?

2015-10-26 Thread Robert Chen
Mario's fix worked for me in previous versions of TiddlyWiki but it doesn't seem to work anymore in version 5.1.9. What did work now is opening up $:/core/modules/parsers/wikiparser/rules/wikilink.js and replacing this block of code: return [{ type: "link", attributes: {

[tw] Re: [TW5] How to disable automatic wikilinking?

2015-07-10 Thread PMario
On Thursday, July 9, 2015 at 7:34:50 PM UTC+2, Christian de la Serna wrote: > > Thanks this worked perfectly! And thank you everyone for helping. > > Is there a way to make this into a global macro? Just curious... > \rules except wikilink > > Good question :) I did create a feature request at gi

[tw] Re: [TW5] How to disable automatic wikilinking?

2015-07-09 Thread Christian de la Serna
On Thursday, July 9, 2015 at 6:45:44 PM UTC+8, PMario wrote: > > Hi, > > Just open this tiddler > $:/core/modules/parsers/wikiparser/rules/wikilink.js in advances search: > http://tiddlywiki.com/#%24%3A%2FAdvancedSearch Shadows tab > > Edit it. .. There is a warning, that you'll overwrite

[tw] Re: [TW5] How to disable automatic wikilinking?

2015-07-09 Thread Eric Shulman
On Thursday, July 9, 2015 at 3:42:38 AM UTC-7, Birthe C wrote: > > The macro you used will only work in the tiddler, you put it in. > > If you want to avoid all internal links except for links with square > brackets, you can edit > $:/core/modules/parsers/wikiparser/rules/wikilink.js. Open the ti

[tw] Re: [TW5] How to disable automatic wikilinking?

2015-07-09 Thread PMario
Hi Christian, If you want to disable it for just one tiddler, then insert this code into the first line. \rules except wikilink -mario -- You received this message because you are subscribed to the Google Groups "TiddlyWiki" group. To unsubscribe from this group and stop receiving emails f

[tw] Re: [TW5] How to disable automatic wikilinking?

2015-07-09 Thread Eric Shulman
On Thursday, July 9, 2015 at 1:40:13 AM UTC-7, Christian de la Serna wrote: > > I've been trying to search for ways to disable automatic wikilinking > CamelCase words in TW5. Searched the group and found a macro but it does > not seem to work for me. > \define tw-wikilinks() no > Using TW 5.1.9.

[tw] Re: [TW5] How to disable automatic wikilinking?

2015-07-09 Thread PMario
Hi, Just open this tiddler $:/core/modules/parsers/wikiparser/rules/wikilink.js in advances search: http://tiddlywiki.com/#%24%3A%2FAdvancedSearch Shadows tab Edit it. .. There is a warning, that you'll overwrite a system tiddler. ... This is OK If you mess something up. just delete this

[tw] Re: [TW5] How to disable automatic wikilinking?

2015-07-09 Thread Birthe C
The macro you used will only work in the tiddler, you put it in. If you want to avoid all internal links except for links with square brackets, you can edit $:/core/modules/parsers/wikiparser/rules/wikilink.js. Open the tiddler and edit it deleting the content and removing the field module-type