Grammarly extension for VSCode almost solves the problem (HTML syntax introduces sentence-fragment and capitalization problems).
- I'm using MDX, or at least Markdown to write blog posts.
- I'm not a native english speaker and I feel I need Grammarly or similar tool to publish long-form content online.
- Grammarly doesn't work with Markdown as good as I'd like too.
- A button to copy plain text to clipboard on my blog when
NODE_ENV === "development"
.- remark-mdx-to-plain-text
- Add a button
- Can I query Gatsby API dynamically? Like shooting to
localhost:8000/___graphql
from a gql client? I'd like to avoid running remark-mdx-to-plain-text on build.
- A ts-node script
- Explore other linters -- maybe we can automate the process and make it a VSCode extension?