43 string Font =
"Arial",
48 public string Name {
get; init; } = Name;
56 public bool IsSticky {
get; init; } = IsSticky;
60 public string Font {
get; init; } = Font;
Configures one named input field in an AnkiNoteType.
bool IsSticky
Gets whether compatible Anki editors may retain this field's value for the next manually entered note...
int FontSize
Gets the note-editor font-size preference in pixels, not the rendered card size.
bool IsRightToLeft
Gets whether compatible Anki editors should use right-to-left input for this field.
string Font
Gets the note-editor font-family preference, not the rendered card font.
string Name
Gets the exact field name used by note values and template references.