You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
src/anki/notebuilder: allow filtering only lowest frequency
This feature extends the ``{frequencies}`` marker with the extended
marker syntax and adds two new options: ``min-value`` which allows to
export only the lowest value frequency out of all the options and
``value-only`` which strips the dictionary name and html list format to
keep only raw numbers.
This allow memento to support card format that rely on raw frequency
values to sort their cards.
<string><html><head/><body><p>Only export the lowest value frequency. Applies to marker <span style=" font-weight:700;">{frequencies}</span>. Default value: false.</p></body></html></string>
<string><html><head/><body><p>Export frequency values without the dictionary names. Applies to marker <span style=" font-weight:700;">{frequencies}</span>. Default value: false.</p></body></html></string>
0 commit comments