Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[FEAT]: Ignore part of text in note #1151

Open
BIN-DANIEL opened this issue Oct 24, 2024 · 0 comments
Open

[FEAT]: Ignore part of text in note #1151

BIN-DANIEL opened this issue Oct 24, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@BIN-DANIEL
Copy link

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

@BIN-DANIEL BIN-DANIEL added the enhancement New feature or request label Oct 24, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant