-
Notifications
You must be signed in to change notification settings - Fork 247
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
Separate 'mkdocs_include_markdown_plugin' from project #470
Comments
Hey @mondeja! Thanks! It was just a workflow that made sense to me. and I can see that other projects might find it useful. But I do wonder how much work it would be to make it generally useful for a variety of projects, and I think I've got enough open source maintenance in my life at the moment! :) however, if you'd like to spin it out as a separate project and publish it on PyPI, please do. |
I guess it should be reasonably easy to vendor this one file in a project? Not as clean, but a nice first solution? If you do extract the project, do let us know, @mondeja! It might be interesting to reuse in cibuildwheel, then :-) |
Perfect, thanks! I schedule it to organize the package when I have a gap and will comment on it here when it's done. |
I've separated the package. You can found the project at mondeja/mkdocs-include-markdown-plugin with the documentation in the README. Can be installed with: pip install mkdocs-include-markdown-plugin plugins:
- include-markdown Let me know if you want to change something. These are the details of the implementation:
I've tested in one of my projects and it works at expected. |
Nice one, all sounds great! |
I'm going to release the stable |
Absolutely. |
First of all, thanks for this utility, it's really useful.
Reading the documentation I've discovered the clean and concise way to include part of the README inside the Home in the documentation that this project has. It would be awesome if the plugin
mkdocs_include_markdown_plugin
could be separated of this project so could be installed as a PyPI library for reuse it in other projects. Do you plan this separation at some point or is it something that you are not willing to maintain?The text was updated successfully, but these errors were encountered: