noteType.json{
"name": "井戸端向け穴埋め問題",
"id": 1693723804448,
"isCloze": true,
"fields": ["Text"]
}
Card 1.question.html{{cloze:Text}}
{{type:Text}}
Card 1.answer.html{{cloze:Text}}
<hr>
<a href="{{SourceURL}}">source</a>
css.card {
display: flex;
justify-content: center;
font-family: arial;
font-size: 20px;
color: black;
background-color: white;
}
.cloze {
font-weight: bold;
color: blue;
}
.nightMode .cloze, a {
color: lightblue;
}