Replies: 2 comments
-
This is actually a feature. The tree structure also presents a dependency tree between different script notes. Children JS notes are treated as CommonJS modules and exported into the parent notes. That means they are also executed and they are expected to expose something in the Some of the scripting examples in the demo document are using this "feature". |
Beta Was this translation helpful? Give feedback.
-
I'm using this feature to seperate the code and configuration in the simple demo. I think it could be used for update of plugins without lost the old configuration. Could be benefit for plugin market in the future, if any. |
Beta Was this translation helpful? Give feedback.
-
I encountered a bug when debugging the code today, and I couldn’t find the error, and it didn’t work after commenting. Later, I found that the backup subnote was also running.
Beta Was this translation helpful? Give feedback.
All reactions