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
Alternatively, change zone_csv_to_md.py to instead output JSON, and interact with it directly in JS.
This also gives the benefit of allowing Liquid syntax to interact with the data directly, allowing zones/index.html to be tremendously simplified, and allowing the individual zone/ Markdown files to be generated on the fly.
There's now a path to remove jQuery from the frontend, which will substantially decrease dependencies, page weight, and internal code size.
zone_csv_to_md.py
to instead output JSON, and interact with it directly in JS.This also gives the benefit of allowing Liquid syntax to interact with the data directly, allowing
zones/index.html
to be tremendously simplified, and allowing the individualzone/
Markdown files to be generated on the fly.The text was updated successfully, but these errors were encountered: