I’d like to have an action that could place code before and after outside of a DIV, but I could set what I want before, by a text-box, and then set the after as well, via a text box. Both would need to be different.
Two action’s exist which are similar already and those are the “Comment” action and the “CrowBar” action. If someone would graciously somehow modify those to what I’d need them to do, it’d save me a ton of time wrapping an Expression Engine weblog entries tag around specific DIV tags instead of manually editing them after-wards.
If there is an easier way to do this besides manually adding the tags later via TextMate I’d appreciate that as well. (Other than Joe’s Actions)
Can you post an example here of exactly what you would want that to look like? Do you just want a pair of text boxes and whatever you type in them would be bookended at either side of the DIV?
I made TagWrap this morning to do precisely what you need here. I also added parameters to remove the ID and dimensions and positioning, should you want to use the result inside of a loop. Most of this is cribbed from my TemplateHelper Action, which is another way to go about doing this.