Re: How can we shorten the quoting of a post we reply to?
by eric256 (Parson) on Mar 11, 2008 at 18:24 UTC
|
I like the idea, though not that format you suggested.
Why not just something like quote with a node parameter?
<quote node='673567'>
What we need:
<OL>
<LI> we need to attribute the original quote
<LI> we need something short to type
<LI> we need a "reply, including quote" button which includes the quot
+e and attributes it well, perhaps even linking back to it.
</OL>
</quote>
Then the rendering code can generate the user name, date of original post, links to author and referenced node, etc.
| [reply] [d/l] |
|
|
I'm not sure what the best way is to actually input the reference, but if we want the semantic meaning to be understandable for the next generation of parsers, it should be rendered as the attribute 'cite' with a URI to the quoted material.
See http://www.w3.org/TR/html401/struct/text.html#h-9.2.2.
| [reply] |
|
|
| [reply] |
Re: How can we shorten the quoting of a post we reply to?
by mr_mischief (Monsignor) on Mar 11, 2008 at 18:29 UTC
|
I give you ++ for the idea, but I'm not so sure of the proposed solutions. I'm not sure they're actually better than using the blockquote tag and a hand-typed attribution.
I applaud your approach of stating more than one reason for a change, for considering and listing what the change would include, and for coming up with a possible solution.
The solution I use now is generally to just use the node id tag for the node I'm quoting ([id://673567]) and to blockquote anything I feel I need to restate verbatim in order to address.
The advantages of what I currently do are:
- it requires no PM changes
- it connects the reply back to the node
- I only want to quote as much as necessary anyway, so copying and pasting is better for that than quoting the whole node and deleting large sections of it.
- it doesn't force the PM code to track a potentially very large separation of potentially deeply nested punctuation that might be used for many other reasons inside the quoted section for every node as it's posted (this is an advantage over your specified possible alternative, but not over every possible solution)
It has disadvantages, but I don't think they're that bad:
- I might have to type the name of the monk to whom I'm replying if I'm afraid the thread structure and the node id tag aren't clear enough (that's a pretty big if)
- it does take a little bit of manual interaction, but then so does trimming the quote rather than rudely making a one-line response to a 200-line quoted section
| [reply] [d/l] |
|
|
I have to agree. Personally, I would just be happy if I could use <bq> instead of <blockquote>!!
| [reply] |
|
|
<bq argel>
Personally, I would just be happy if I could
use <bq> instead of <blockquote>!!
</bq>
That idea is more smoking hot than barbeque! (bbq)
| [reply] [d/l] |
|
|
| [reply] |
Re: How can we shorten the quoting of a post we reply to?
by Anonymous Monk on Mar 11, 2008 at 18:37 UTC
|
I think what would really be best would be if you had a bunch of bots that worked like the monkey in the proverbial shakespeare cage, constantly preping possible responses. Then, when you view a node you could also select from a range of bot preped answers (all uniformly formatted and quoting properly) from a checklist.
Users would only have to function as selection criteria for the bots. This will save you from having to type anything at all and still give you the pleasure of knowing it has been done right in some sense. | [reply] |
|
|
| [reply] |
|
|
Anybody up for writing a troll-script?
I thought I think what would really be best would be if you had a bunch of bots that worked like the monkey in the proverbial shakespeare cage, constantly preping possible responses. had been produced by one... 8-)
| [reply] |
Re: How can we shorten the quoting of a post we reply to?
by parv (Parson) on Mar 11, 2008 at 22:50 UTC
|
Darn, only if there were an email interface (mutt+vim) to post a reply ... | [reply] |
Re: How can we shorten the quoting of a post we reply to?
by Anonymous Monk on Mar 12, 2008 at 03:17 UTC
|
You really want a WYSIWYG editor don't you? | [reply] |