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

Using multiple plugins depending on the file types #5

Open
zeddo123 opened this issue Jan 9, 2022 · 0 comments
Open

Using multiple plugins depending on the file types #5

zeddo123 opened this issue Jan 9, 2022 · 0 comments
Labels
enhancement New feature or request help wanted Extra attention is needed Plugins Anything related to plugins question Further information is requested
Milestone

Comments

@zeddo123
Copy link
Member

zeddo123 commented Jan 9, 2022

Use case example

If a user was writing in both markdown and latex (for some reason), it would be much better to a plugin texcount and a markdown one working together instead to having to write a texcount-markdown plugin

Implementation

This is just from the top of my head, so very open to suggestions.

We could allow plugins to declare which files they would like to use, so when the user uses markdown and texcount we know which one will handle which file. And if the user only specifies one plugin we would pass all the files to the plugin?

@zeddo123 zeddo123 added enhancement New feature or request help wanted Extra attention is needed question Further information is requested plugin labels Jan 9, 2022
@zeddo123 zeddo123 added this to the v0.0.4 milestone Feb 1, 2022
@zeddo123 zeddo123 added Plugins Anything related to plugins and removed plugin labels Feb 8, 2022
@zeddo123 zeddo123 modified the milestones: v0.0.4, v0.0.5 Feb 11, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request help wanted Extra attention is needed Plugins Anything related to plugins question Further information is requested
Projects
None yet
Development

No branches or pull requests

1 participant