Show case yet another flashcard feature in Tiddlywiki

Hi :grinning:

Continuing my small project in other topic, I want to show my small project to create simple flashcards in Tiddlywiki. Below is the screenshot what I have done for creating flashcard that fits my daily flow.

So let’s say I have a source tiddler like below and I want to create flashcard from a paragraph in that tiddler

I blocked the paragraph and hit the excise button, write the title for the new tiddler and choose flashcard option which I have added by writing new code. Hit the “perform excision” button.

After that TW will create automatically 1 new tiddler answer and 1 new tiddler question. The title prefix “Question …” and “Answer …” are added automatically so you don’t need to write the prefix again. The source tiddler will have a new translink transclusion from the tiddler answer. The tiddler answer will have a reference link to the source tiddler. The question tiddler will have 3 buttons : show the answer, hide the answer, and the source tiddler link. Just hit the ref button and you can go back to the source tiddler.

I do realize I need to add a lot of other feature to fit the space repetition (SRS) concept. Due to technical limitation, I am not good enough in coding, I am aiming to enhance step by step. Meanwhile for that, I would like to ask advice from this TW forum to give perfection for this flashcard feature.

Many thanks before
Fendy

5 Likes

Seems you’ve created a card-making feature? If you want to make created card have SRS, you can add ? tag to it, and it automatically become an in-wiki flash card by tidme plugin.

Hi @linonetwo,

Yes I am making flashcard automation. I am aware of the tidme plugin and Tiddlyremember plugin but I choose to make my own flash card that suits my daily work flow. I have succeeded to make my own flash card solution by tweaking excise menu, so I want to show in this discussion forum to gather feedback and input.

Many thanks before
Sincerely yours

2 Likes

How can we get your solution @daretobelieve

Thanks for your contribution. Good Work