We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
A simpler version of #36 is when the modelines are identical, subsequent ones can be removed.
This will also help with the gitignore includes, as sometimes the same rule appears in multiple included files.
This might be best done as a Jinja extension.
The text was updated successfully, but these errors were encountered:
a plugin , per #38
Sorry, something went wrong.
e759771
The way to deduplicate varies.
https://github.com/moremoban/moban/tree/dev/tests/regression_tests/level-7-b-template-engine-plugin outlines one way to implement the de-duplication.
https://github.com/moremoban/moban/blob/dev/tests/regression_tests/level-7-b-template-engine-plugin/custom-plugin/deduplicate.py
📚 update readme about custom template engine. #60
4f5e97c
No branches or pull requests
A simpler version of #36 is when the modelines are identical, subsequent ones can be removed.
This will also help with the gitignore includes, as sometimes the same rule appears in multiple included files.
This might be best done as a Jinja extension.
The text was updated successfully, but these errors were encountered: