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
79 stars 4 forks source link

Any plan to shorten the user path to generate questions? #21

Open jungler233 opened 1 week ago

jungler233 commented 1 week ago

now 5 steps are necessary to start the registeration of a quiz for a single file: 1) click the icon 2) click file selector 3)select a file 4) quit the selector 5) select generator. The user path is too lengthy. Do you plan to streamline this process to 1click or 2clicks maximum?

ECuiDev commented 1 week ago

I do have some ideas for this. For example, right-clicking a note or folder to select a generate quiz menu item. I might include this with the next release actually.

LeonelRFF commented 5 days ago

Related to the fact of folders, a future feature would be notes linked to said note, that is:

Note A [[link to note A1]] [[link to note A2]]

So that the backlinks are included as outlinks that are in the notes.

The copilot working on something similar to this, some context references:

ECuiDev commented 5 days ago

Yup, that's exactly what I had in mind. I'm actually going to move development of the Note Links feature ahead now that I think about it. Thanks for those links as well :]