quickadd
quickadd copied to clipboard
[Q&A] How to pass clipboard to {{VALUE}}
Like the title, is there any way to pass clipboard as {{VALUE}} when capture?
Hey @Quorafind!
I have been considering a {{CLIPBOARD}} or something similar. For now, this works:
```js quickadd
return await this.quickAddApi.utility.getClipboard();
```

+1 to this. The js snippet works but it's non-ideal and {{CLIPBOARD}} is pretty standard