Results 56 comments of Sam

Found the [retina version](https://github.com/jamesfinley/famfamfam-2x), sadly it's still incomplete.

Thanks for the PR, it looks really good! It might be better to have it as a plugin instead of in the default code as not everyone wants emoticons/emoji. I...

Thanks for reporting! BBCodes need to be removed before the editor is created (they can somewhat be modified after creation for backwards compatibility but not removed). It shouldn't be throwing...

Thanks for reporting. For backwards compatibility, the editors default behaviour is use the same pixel dimensions as the textarea it replaces which prevents the editor from resizing. It's something I'd...

Thanks for reporting. This is related to the same issue as #908.

Thanks for reporting. The minified files are no longer included in the repository as they require regenerating often and make diffs big. They can be generated by running: ``` npm...

Currently the editor pre-loads all the emoticons so it can do as you type emoticon conversion. If an emoticon isn't already loaded and the code for it is typed, it...

Thanks for reporting. There is a PR which should fix this #816 but it's waiting a decision on what the correct behaviour of drop down menus should be (feel free...

Do you want to add a line break after the opening tag and before the closing tag? If so, there is the [breakStart](https://www.sceditor.com/documentation/custom-bbcodes/#breakstart-a-id-breakstart-a) and [breakEnd](https://www.sceditor.com/documentation/custom-bbcodes/#breakend-a-id-breakend-a) BBCode options which do that....

Are you wanting to ignore the first/last line of BBCodes like `breakStart`/`breakEnd` does without the editor outputting them? Or is it that all first/last newlines at the start/end of BBCodes...