Christoph Schiessl
Christoph Schiessl
I'm also trying to get `protolude` included in `lts-19.x`. See https://github.com/commercialhaskell/lts-haskell/issues/346
Protolude has been [included](https://www.stackage.org/lts-19.14/package/protolude-0.3.2) in LTS 19.14.
`git tag -f 0.3.0 2666f1e` can't be correct after all, because Stack LTS 18.x includes [protolude-0.3.0](https://www.stackage.org/lts-18.28/package/protolude-0.3.0) and [base-4.14.3.0](https://www.stackage.org/lts-18.28/package/base-4.14.3.0). However, revision 2666f1e83007ccd76ef4f2f839d5dd053d85d783 still has the incompatible dependency `base >= 4.6 &&
Just out of curiosity: Why is that important?
Interesting. Thank you for explaining!
If you are open to the idea, I would be happy to look into it myself OR to provide a small bounty for someone already familiar with the codebase.
@ashmaroli Thank you for the quick response. The way Grammarly's Google Chrome extension works is actually quite simple: It scans the page for visible ``s and inserts the Grammarly icon...
> > Maybe my second idea (part of the UI) is actually simpler then since it requires fewer changes. > > I agree in principle. But then it would confuse...
As far as the textarea itself goes, I think https://github.com/andreypopp/react-textarea-autosize would work nicely. I've already confirmed that Grammarly works with this component.
Work in progress. So far, I managed to expose to new config option, so that it is always available in the `MarkdownEditor` component. The code is slightly repetitive. @ashmaroli I'm...