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: {
            to: {type: "string", value: linkText}
        },
        children: [{
            type: "text",
            text: linkText
        }]
    }];

with this:

    return [{type: "text", text: linkText}];

-robert

On Thursday, July 9, 2015 at 3:45:44 AM UTC-7, 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 a system tiddler. 
> ... This is OK
> If you mess something up. just delete this tiddler and the core default 
> will be restored. 
>
> change the type field from : type: wikirule   to type: wikirule-disabled
>
> If you want to restore the old behaviour, just delete this tiddler,  so 
> the core will take over again. 
>
> hope this helps
> mario
>
>

-- 
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.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/463b67eb-ebe3-4793-a0e0-32d40089f0cf%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to