ECuiDev / obsidian-quiz-generator

Generate interactive flashcards from your notes using models from OpenAI (ChatGPT), Google (Gemini), Ollama (local LLMs), and more. Or manually create your own to use with the quiz UI.
MIT License
54 stars 4 forks source link

Marked text to focus on quiz #8

Open calimbrasti94 opened 2 weeks ago

calimbrasti94 commented 2 weeks ago

I LOVE this plugin, I use it daily !! and thanks for the latest update, all very useful.

That said, it would be useful to have the ability to shift the focus of the llm/plugin for creating quizzes to chunks of text that are marked with specific syntax (e.g. ==highlight==, italic, bold or other md/html specific syntax) or to certain headings (#, ##..) to have more adherence on elements of the text that are more important than others. I think it can be useful in cases where you go to long note inference. I don't know if this is something to be specified in the prompt for llm or can be coded in the plugin.

ECuiDev commented 2 weeks ago

I appreciate the support!

This is a pretty interesting idea. I need to think a bit about how to reliably implement this but I'll add it to my roadmap.