Is it possible to add the ability to have a default in a choice selection? For example I have a field defined as

Subscription Type: {{subscription type:choice:Streaming:Software}}

Would it be possible to have “Streaming” or “Software” preselected as the default?

This is probably a fringe use case but is it possible to put a frontmatter selection into the note body? For example, in the frontmatter I have


subscription-type: “{{subscription type:choice:Streaming:Software}}”

In the note I would like to reference subscription-type value from the frontmatter. How would I do this?

Thanks!

Hard code it in the template. If I had two similar topics I regularly created notes on, but a field varied between the two, I would make two near-identical templates with these fields hard coded in the template.

This was just a simple example, creating multi[le templates is not really feasable. If were just the two that would work.

For anyone else struggling with this you can easily get the value with templater scripting.

<% tp.frontmatter[“subscription-type”] %>