Meta Bind and Quick Add

Apologies in advance if my question has been asked and answered.

I recently purchased a vault that had the following code block.

label: Add Account
icon: building
hidden: false
class: ""
tooltip: Add Account
id: btn_AddAccount
style: default
actions:
  - type: command
    command: quickadd:choice:b716de08-f833-45c3-927e-f5cf403043b8

My question pertains to a portion of this meta-bind-button code block’s last line. The portion in question is: “b716de08-f833-45c3-927e-f5cf403043b8.” Where (and how) might the vault’s creator have derived this portion of the code block. (I have queried the creator, but haven’t received a response.) Am I to understand that this portion represents some sort of id for a Quick Add “choice?” How does one find that id (or whatever this portion of the code block should be called more correctly)?

Many thanks,

Charlie

you go into .obsidian, plugins, quickadd and data.json and search with string
then you will see in that part of the JSON what the command pertains to

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.