Add single frequency handlebars #2045
Open
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This one has been requested a lot.
There are two handlebars here
{single-frequency-DICT-NAME}
and{single-frequency-number-DICT-NAME}
.{single-frequency-DICT-NAME}
:{frequencies}
but for a single dictionary.{single-frequency-number-DICT-NAME}
: A single number grabbed from the frequency dictionary in the same way the numbers used to average/harmonic frequencies are grabbed.I've only put
{single-frequency-number-DICT-NAME}
on the dropdown list since that's very likely the one people are looking for when they ask for this. But the other one should still be available if someone does want to keep the dict's formatting for the frequency or they want to show multiple frequencies that the dict has.