Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Expose Markdown to be changed in an vite plugin #1354

Closed
4 tasks done
emersonbottero opened this issue Sep 17, 2022 · 2 comments
Closed
4 tasks done

Expose Markdown to be changed in an vite plugin #1354

emersonbottero opened this issue Sep 17, 2022 · 2 comments
Labels
enhancement New feature or request stale

Comments

@emersonbottero
Copy link

Is your feature request related to a problem? Please describe.

I created an plugin but the user still needs to register the markdown plugin in the config file like in here.
I would like for the user to only set the vite plugin and it just works..

I also needed to register a component globally and I changed the main app file since it is in client, (not sure I'm a genius or just stupid! 🤣

Describe the solution you'd like

somewhere in the hooks I want to be able to register an mardown plugin inside a vite plugin.

Describe alternatives you've considered

Not sure if it is possible

Additional context

My plugin works as it is, but would be nice if it could be simpler to set it up.

Validations

@brc-dd
Copy link
Member

brc-dd commented Sep 18, 2022

I'm marking this as enhancement for now. But this likely will be tricky. Also not sure if it is even possible. We need to somehow provide our markdown context to vite from our vite plugin so that other vite plugins can access (and modify) that data 😵‍💫.

@brc-dd brc-dd added the enhancement New feature or request label Sep 18, 2022
@brc-dd
Copy link
Member

brc-dd commented Sep 19, 2022

@github-actions github-actions bot added the stale label Aug 3, 2023
@brc-dd brc-dd closed this as not planned Won't fix, can't repro, duplicate, stale Aug 4, 2023
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Aug 12, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
enhancement New feature or request stale
Projects
None yet
Development

No branches or pull requests

2 participants