Forum proposition, smaller quotes?

  • boxmein
    11th Apr 2013 Former Staff 1 Permalink
    image

    The current quote boxes are simply gigantic.

    I'd suggest a smaller yet more comfortable quoting method, considering that quotes are most often used to reply to other people's text. So, what I came up with is this:

    image
    It looks smaller, concentrates on a single line (does literally need the line to be selected though) and doesn't make a GET request just to get a comment's text.

    The mail-like quote syntax does in fact look a bit iffy, but in my opinion it's livable with and completely preferable over the current bloaty quote.

    I wrote an user-script implementing this, so you could try it out instantly: http://userscripts.org/scripts/show/164774
    The source code for that is here: https://gist.github.com/boxmein/5365649


  • mniip
    11th Apr 2013 Developer 1 Permalink
    @boxmein (View Post)
    i would like if >text in front of new line generated a mail-like quote, that is,
    image
  • boxmein
    11th Apr 2013 Former Staff 0 Permalink
    @mniip (View Post)
    Whaddayamean by stacking?
    > world
    > > hello
    > > this is a multiliner
    That? I'd enjoy that as well, to be honest...
    I for one know that TPT had a greentext parser once so the code should in practice be still there (unless Simon deleted it >_>)
  • Box-Poorsoft
    11th Apr 2013 Banned 0 Permalink
    This post is hidden because the user is banned
  • Sylvi
    11th Apr 2013 Moderator 5 Permalink

    It makes it look more presentable. A literature presentation of sort to inspire artists.

     

    I'm joking. I think we should make it maybe half or change it all together.

  • boxmein
    12th Apr 2013 Former Staff 0 Permalink
    image
    From tumblr, that's actually a great way to manage quoting. Less spacing but it's still a bit too much :D
  • Fakenublet
    12th Apr 2013 Member 0 Permalink

    Wait...would there be a quote limit..otherwise, this would happen if people misuse it >.> (this isn't the entire post, it has more than 9 levels of quote in it.)

     

  • mniip
    12th Apr 2013 Developer 1 Permalink
    @Fakenublet (View Post)
    no, header is way too interrupting the text
    EDIT:
    @boxmein (View Post)
    hmm, maybe this?

    blockquote {
    margin: 0;
    border-left: 3px solid #999;
    }
    blockquote > div {
    margin: 0 0 0 3px;
    }
  • boxmein
    12th Apr 2013 Former Staff 0 Permalink
    Next level, what do you think? It's written only in CSS, injected with the help of an userscript.
    image
  • Box-Poorsoft
    12th Apr 2013 Banned 0 Permalink
    This post is hidden because the user is banned