Hello All,

I am trying to disable the Strikethrough feature.
I have pasted a lot of text into a whole bunch of text fields and they have 
a lot of these "---" in them.

I found and old threat here but it doesn't work.
Can someone update this:

(function() {
for (var i = 0; i < config.formatters.length; i++)
    if (config.formatters[i].name == "strikeByChar")
        break;
if (i < config.formatters.length)
    config.formatters.splice(i,1);
})();

It said to paste this into a tiddler and tag it systemConfig
but I guess it's pretty old.

axelm

-- 
You received this message because you are subscribed to the Google Groups 
"TiddlyWiki" group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/tiddlywiki/-/IUmFJkbqyygJ.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/tiddlywiki?hl=en.

Reply via email to