You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Ok, I've received enough of these requests to get me to try out a new feature that allows you to extend textile's block handling by registering your own handlers.
You want an 'xyz.' handler -- no problem, you can add your own.
Look at the feature-block-plugins branch for how to go about extending textile via 'textplugs' -- textile style plugins. Brief documentation in extending textile.
The branch includes a directory 'textplugs-available\external' that has implementations of a couple of additional block level handlers ('hr.' and 'bcphp.') that I've been asked for before.
As always, feature- branches are for testing only, not for live deployment.
The text was updated successfully, but these errors were encountered:
Tags should map to objects. Each tag, attribute and so should be implemented as its own class and be extendable that way, and allowing new tags to be registered. E.g.
Ok, I've received enough of these requests to get me to try out a new feature that allows you to extend textile's block handling by registering your own handlers.
You want an 'xyz.' handler -- no problem, you can add your own.
Look at the feature-block-plugins branch for how to go about extending textile via 'textplugs' -- textile style plugins. Brief documentation in extending textile.
The branch includes a directory 'textplugs-available\external' that has implementations of a couple of additional block level handlers ('hr.' and 'bcphp.') that I've been asked for before.
As always, feature- branches are for testing only, not for live deployment.
The text was updated successfully, but these errors were encountered: