Have one plugin to detect variables(snippets) inside variables?
function onWrite(text) {
if (text.isArray()) {
showSnippets(text.completeArray)
}
}
Plugin to detect snippets inside the variables
DadsamG
#1
0 Likes