Aaron M
Aaron M
+1 Kilimanjaro!
What if, instead of the tent, we keep the same triangular shape but have a sort of winding trail going up towards the top? Imagine a single, lonely mountain with...
There's a lot of different places that you could be having trouble, but one that has got me before is whether the attribute (in this case `email`) is set to...
Ahh, my mistake, I wrote that thinking you were authorizing with a Cognito User Pool (read the title 🙄). Do you get anything at regarding identity in `event.request?`
I was thinking it would be helpful to be able to specify classes for the `sey-container` and `set-categories` divs, especially if you had more horsey initialised at the same.
I'm also running into this issue; here's the source I'm using: ```javascript new MediumEditor(document.getElementById('blog_content'),{ buttonLabels: 'fontawesome', toolbar: { buttons: ['bold', 'italic', 'underline', 'strike', 'anchor', 'h2', 'h3', 'quote'] }, extensions: {...
I had a look at this a couple of days ago. **TL;DR: A more robust solution for returning selected text is necessary.** The problem seems to be that [getCurrentSelection()](https://github.com/arcs-/medium-button/blob/master/src/medium-button.js#L104) doesn't...
Encountered this yesterday, glad to see someone already reported it! And thanks for the fix.