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
I'm writing an action that reads a markdown file into another markdown file. However, that markdown file performs its own actions. This could lead to a situation like this:
File A imports File B
File B runs commands and is updated
Now File A is out of date.
Couple options here:
Run all command actions before any file actions execute
This doesn't work extremely well if File C has command actions that are imported as file into File B which is imported as file into File A
Run the entire process multiple times until there are no changes
I'm writing an action that reads a markdown file into another markdown file. However, that markdown file performs its own actions. This could lead to a situation like this:
Now File A is out of date.
Couple options here:
command
actions before anyfile
actions executefile
into File B which is imported asfile
into File AThe text was updated successfully, but these errors were encountered: