Snuggs

Results 124 comments of Snuggs

:thinking: @brandondees. Was gonna do this element today but may wait until tomorrow to sleep on it. For now workin' on this `` element ;-) https://github.com/devpunks/snuggsi/pull/82

@brandondees a long term dream would be to have ZERO dependencies. #UseThePlatform. However...to develop it into that state is taking some dependencies. Luckily the major _"vulnerability issues"_ we have are...

@brandondees yeah that's the irony of this project. 99% of any of these headaches don't exist in user land if they use: ```html ``` But people love to install stuff...

@brandondees makes total sense. Hence this type of rigamarole. I knew from day 1 that unpkg not a final solution. But since didn't actually own `snuggsi.com` at the time had...

@pachonk VERY interesting feature in the platform /cc @brandondees https://developer.mozilla.org/en/docs/Web/API/Document/execCommand

@pachonk are we interested in "medium style" editing? ![image](https://user-images.githubusercontent.com/38223/28500899-bfee6af4-6f9e-11e7-97b4-bd1fccb59bbf.png)

@brandondees i mean do we care that much about Android browsers? Even Android users don't use the default browser for the most part. Usually use Chrome. ![capture d ecran 2017-07-23...

Exactly @pachonk. Great input

@brandondees @pachonk @mrbernnz @janz93 @kurtcagle @dcchuck @halorium @tmornini comparison table for our `` WYSIWYG _(Actually 400Bytes brotli compressed but that would be showing off :-) )_: ![capture d ecran 2017-07-23...

```html {title} This is default text for article Element `text-editor` (class extends HTMLElement { execute (event, button = event.target, action = this.find (button.name)) { (HTMLButtonElement === button.constructor) && document.execCommand (action.command,...