-
Notifications
You must be signed in to change notification settings - Fork 7
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
Includes/template extension #18
Comments
Hi @frankier , Sorry for the delayed response, and thanks for your suggestion. I'm not sure what syntax do you want me to add, but I guess you mean |
Yes that would be great! |
Hi. This looks great! Sorry for being a bit slow getting back. One wrinkle is that when using this with Oxygen.jl, I have a layout like so:
My PWD might be anything, but often the parent of
|
Thanks for your suggestion. I think that the best solution is to create |
Thanks for letting me know. I'll check it out! |
This issue has already been solved. |
Thanks for the package. It looks great and it's amazing it's so small. I think leaning heavily on having complicated stuff done in Julia and mainly working via generating Julia from syntax sugar and not introducing too much additional syntax is the reason for this and something you should stick with.
However, one thing that would be nice however is to have template inclusion, which is quite important for reusability.
In addition, the template extension concept is rather useful for generating nested formats like html, however this could get more complicated. Perhaps there is a nice way to just implement this on generating functions with default keyword arguments for base templates and having subtemplates call them with all generated block?
The text was updated successfully, but these errors were encountered: