Templates with checkboxes and radio buttons

Thank you Bluefrog.
I would like to request this as an enhanced feature. Where do I post feature requests like this? Here in the forum? Or am I supposed to contact DEVONtechnologies directly?

Sorry for this newbie question. I have just begun working with DEVONthink. :–)

Here is fine. Of course, there are no promises, explicit or implicit, but the request is noted.

And no worries! We were all beginners at something many times in our lives. :wink:

Thank you Bluefrog!

1 Like

Sure, only the rendered Markdown document is just a preview and not editable at all.

My solution is

  1. Separate tags, for example Animal-Cat, Animal-Dog, Animal-Horse,…
    I use this for various sets; Type, Budget, Vendor, Doctor, …
  2. An Applescript to build the list from the tags, and present the choices with multiple selections allowed
    image

After selection, the script assigns the tags (or single-line-text)

Example script command that I use

set theTags to (choose from list theTags with prompt "Select Tags" with multiple selections allowed)l