spreadred

Results 77 comments of spreadred

While many sites still stick to tables for layout, they are certainly seeing less use in recent years with the advent of Bootstrap grids and I'd imagine even less so...

I was able to replicate the issue a few times, but I could not reliably get it to occur. I did notice that after you select text in the editor...

` return html && html.replace( /(|\s|| )*$/, "" );` It appears to be a regular expression which removes all instances of ``, `whitespace (\s and  )`, and `` starting from the...

Just thought I'd mention that if you only wrap your "code" in `` tags, and not ``, your line breaks will not be honored. This is likely NOT the desired...

@qiulang as @steveathon states, I believe the idea behind this entire package is to keep things as simple as possible and therefore limit dependencies and therefore allow for its use...

@steveathon Isn't insertFiles() fired when an item is dropped onto the editor?

http://emojione.com - looks like a good option. Not only does it provide all the art files under Creative Commons, but the provided JS toolkit easily converts back and forth between...

It would be nice to be able to specify a max image size (height x width) that a user is allowed to paste into the editor. If the image pasted/dragged-dropped...

@steveathon Yes, I would be interested in integrating this into the core. We would need to figure out how we'd like to implement it. In its current form it is...

I have pushed my "image size restrictions" functionality to my fork. After toying with many different ways of resizing the image and comparing quality/performance issues, I have added functions that...