> I just upgraded from PWS to Commanche. WOW! So much easier to use!
> One thing:
> I want to use embedded Smalltalk tags feature of PWS in my Comanche Swikis.
> Just adding <?code?> to a page isn't working, and I can't seem to find how
> to enable the feature.
> Suggestions?
You will need to create a new formatter to do this. Check out the class
side of PageFormatter and LineFormatter. Just create some code to create
your new formatter and replace ShowFormatter in settings.xml with your new
formatter.
Since this active squeak pages feature pretty much makes you open to any
kind of security attacks, I would not recommend implemented this if you
can find another way to do what you want.
Peace and Luck!
Je77