mirror of
https://github.com/ebullient/obsidian-deck-notes.git
synced 2026-07-22 06:40:43 +00:00
🎨 collapse by default
This commit is contained in:
parent
f290c0a58b
commit
803858b2fe
1 changed files with 1 additions and 1 deletions
|
|
@ -180,7 +180,7 @@ export default class SimpleFlashcardsPlugin extends Plugin {
|
|||
.map((line) => `> ${line}`);
|
||||
|
||||
const embedText = [
|
||||
`> [!${this.settings.calloutType}]+ ${card.heading}`,
|
||||
`> [!${this.settings.calloutType}]- ${card.heading}`,
|
||||
...contentLines,
|
||||
].join("\n");
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue