I use Dreamweaver or GoLive Templates, can I use those?
Flyspeck has a line in the configuration that can be customized for any "wrapper" tags you wish.
$begin_tag = "#BeginEdit";
$begin_attr = "";
$end_tag = "#EndEdit";
Dreamweaver MX happens to use these lines
$begin_tag = "#TemplateBeginEditable";
$begin_attr = "name=";
$end_tag = "#TemplateEndEditable";
This is because the Template Markup that Dreamweaver uses looks like this:
<!-- #BeginEditable name="mainbody" --> Whatever <!-- #EndEditable -->
In this way, Flyspeck works happily with your good investment in Dreamweaver MX Templates.
|