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
Is your feature request related to a problem? Please describe.
Hi, is it possible to directly generate flashcard from the selected part of note you already have?
For example I already have note:
AAAAAAA
AAAAAAA
AAAAAAA
BBBBBBBB
AAAAAAA
I would like to generate a flashcard directly using part B but "ignoring" part A in my note, such that we don't need to create an entire new note just for flash card.
Right now if I have:
// this is an obsidian note
AAAAAAA
AAAAAAA
AAAAAAA
question BBBB:: answer BBBB
AAAAAAA
the flash card generated will unavoidably become:
AAAAAA
AAAAAA
AAAAAA
question BBBBB
answer BBBB
It seems no way to exclude part A when generating the card.
Describe the solution you'd like
for example we could have
AAAAAAAAA
AAAAAAAAA
AAAAAAAAA
{{{ The color of apple is ==red==}}}
AAAAAAAAA
and the card generated would be:
The color of apple is [...] // ignore everything outside of {{{ ... }}}
Additional context
No response
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
Hi, is it possible to directly generate flashcard from the selected part of note you already have?
AAAAAAA AAAAAAA AAAAAAA BBBBBBBB AAAAAAAFor example I already have note:
I would like to generate a flashcard directly using part B but "ignoring" part A in my note, such that we don't need to create an entire new note just for flash card.
Right now if I have:
// this is an obsidian note
AAAAAAA
AAAAAAA
AAAAAAA
question BBBB:: answer BBBB
AAAAAAA
the flash card generated will unavoidably become:
AAAAAA
AAAAAA
AAAAAA
question BBBBB
answer BBBB
It seems no way to exclude part A when generating the card.
Describe the solution you'd like
for example we could have
AAAAAAAAA
AAAAAAAAA
AAAAAAAAA
{{{ The color of apple is ==red==}}}
AAAAAAAAA
and the card generated would be:
The color of apple is [...] // ignore everything outside of {{{ ... }}}
Additional context
No response
The text was updated successfully, but these errors were encountered: