Community Plugin Ideas #638
thescientist13
started this conversation in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Overview
Not necessarily ones that would be core in Greenwood, but good candidates for community members.
Spell Checker
Would love to see a spell checker plugin or some sort of integration for it within Greenwood. I know I would be using this constantly.
Maybe something that could be run with a flag so its not happening every time? Or at least not during development? Not sure, but I'm sure finding ways to control when it is used would be useful.
Image Plugin
This could definitely be a core one, but like in #264 , something that could
loading=lazy
srcset
Would likely want to use the
optimize
lifecycle on aResource
plugin.Maybe this could also incorporate #235 ?
Bare Module Resolver
ESM spec mandates that
import
must include an extension.Like we allow with node_modules, a
Resource
plugin with a resolve method could automatically manage extensions to resolve.Resolve Node Modules with
~
Like in SASS, you can use
~
to reference node_modules, so instead ofYou could do something like this:
Beta Was this translation helpful? Give feedback.
All reactions