Jesse Gavin
Jesse Gavin
@kosirm this is really helpful information I didn't know about! To make sure I understand what you're saying, can you confirm the following adjustments to this song? _(Note, I am...
yes, just remove the `|` symbols and you should be able to transpose it
Hi there, I just added a link on the Readme to a working demo on jsfiddle.net https://jsfiddle.net/whah0dao/ Hopefully this shows how to use it.
I agree 100%. I don't understand the difference between the following snippets ``` const s = Snap(100, 100); s.rect(0, 0, 50, 50).attr({ fill: "red" }); ``` ``` const s =...
> My first question would probably be, why do you need to know what s.paper is ? It's mentioned 95 times on the documentation page. I figured it's important. But...
@jakenuts I tried this out and it seems to work great! Thanks for sharing.
@jywarren that is correct. I can get the desired result if I paste inline-styled content into the wysiwyg mode, then switch to markdown, then switch back. I want some way...
Ok, I have come up with a "solution" which works for _my_ particular needs, but it doesn't feel clean at all. And, because it uses `setTimeout()` there's a visual "blip"...
I installed it via npm ``` npm install angular-contenteditable ```
@simplesmiler any thoughts on this PR?