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
How about a template plugin system or some way to run code instead of "static" custom templates. Something like
{{ template:@scope/packagename}}
// or
{{ template:./filename.js }}
This could run a default export function with some default config parameter and does return already compiled markdown to be inline with the other templates.
The text was updated successfully, but these errors were encountered:
How about a template plugin system or some way to run code instead of "static" custom templates. Something like
This could run a default export function with some default config parameter and does return already compiled markdown to be inline with the other templates.
The text was updated successfully, but these errors were encountered: