You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Use of jinja2 parser to find all macros in files, list all files and all macros inside.
Add a warning for ambiguous macro name (same macro name and filename)
For make-widgets command :
Replace the command by a method in Document class, to not create an import file with all macros but directly write the imports before the body content of pages and post. It allow to have macro with same name in different files, and call them with filename.macroname(...).
Try to get the widgets (macros) with jinja engine directly.
Regex are hard to debug and maintain.
The text was updated successfully, but these errors were encountered: