> Now I have made a "simple example" in the not so simple TW where
> Eric's WikifyPlugin is installed as well- don't know if this has
> something to do with the result...
> Here the nonexisting slicecall renders something - namely all tiddler
> content...
CoreTweaks #1134 *replaces* the getTiddlerText() function. The code
in this tweak is based on TW250, not TW262, so there may be some
differences. As a temporary work-around, try disabling CoreTweaks
#1134 by commenting it out, like this:
First, find this line of code in CoreTweaks:
TiddlyWiki.prototype.getTiddlerText = function(title,defaultText)
and insert this line BEFORE it:
/*
Then, scroll down to find the end of the function definition:
};
and add this line AFTER it:
*/
These added lines surround the redefined function inside a javascript
comment block, so that #1134 is effectively disabled, while still
allowing the rest of the CoreTweaks in that tiddler to be processed
normally.
Note: I need to review ALL the CoreTweaks and revise them as needed to
ensure compatibility with current TW262 core implementations. I'll
post a follow-up when an update is available.
enjoy,
-e
Eric Shulman
TiddlyTools / ELS Design Studios
----------
Was this answer useful? If so, please help support TiddlyTools:
TiddlyTools direct contributions: (paypal)
http://www.TiddlyTools.com/#Donate
UnaMesa tax-deductible contributions:
http://about.unamesa.org/Participate (paypal)
TiddlyWiki consulting:
http://www.TiddlyTools.com/#ELSDesignStudios
http://www.TiddlyTools.com/#Contact
--
You received this message because you are subscribed to the Google Groups
"TiddlyWiki" group.
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.