> I would like to add the append form to the page view template. Why not just add
> a "+" to every page? Because I want people to be able to both append to a page
> and edit a page without any danger of someone editting out the "+" sign. Can
> anyone help?
You'd have to program this. It shouldn't be very hard. I would just hard
code an append area into the page view template and go from there.
> I sometimes need an extra line break between the text additions; using +<br> or
> +<p> adds much too large a space. I don't want to lose the standard behavior by
> changing the standard append template/action; how should I go about creating a
> new template/action with the slightly adjusted behaviors?
How about putting a space after the +, like "+ ". This should give you
one <br> of space between them.
> I would also like to create an append template/action that automatically creates
> a link from the appended text without the user typing any asterisks?
Again. You'd have to program this.
Peace and Luck!
Je77