in reply to Re: PM Feature Idea: optionally add short comment on update
in thread PM Feature Idea: optionally add short comment on update
Mucking with node text gives me the queasies. However, you made me think of another possible implementation: an <update> tag that could be used inline, and that would get slightly "stamped" upon post.
Node text:
<p>This is some text with a vague notion. <update> <p>Let me clarify: I have a more specific notion. </update>
Would get stored in the DB as:
<p>This is some text with a vague notion. <update 2005-09-15 16:44> <p>Let me clarify: I have a more specific notion. </update>
Well, something like that, to insert a date stamp of some kind. On node render, you'd get:
<p>This is some text with a vague notion. <div class='update'><div class='update-date'>2005-09-15 16:44</div> <p>Let me clarify: I have a more specific notion. </div>
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: PM Feature Idea: optionally add short comment on update
by GrandFather (Saint) on Sep 15, 2005 at 22:11 UTC |