Hey there! I wanted to share with you a project that I´ve been working on for a while. My goal was to create a fresh new Anki flashcard design, with variants and features. The flashcards were tested in Android, Windows and macOS.
The idea is to have a super simple flashcard (front and back fields) and at the same time flexible if I need to create some complex ones.
Since it’s not allowed to paste links the only thing I can do is to share a few screenshots, I suppose I can share the link to the github repo via DM
Anyways, hope you like the screenshots!
Basic card light theme
Dark theme (yellow variant) with an emoji in the header and a section with pills
Really? Did they change something in the way the forum works? In the past you could paste a link by using markdown syntax, e.g. [link](https://example.com/).
Hi @cdmoro
Do I understand correctly, that for those templates to work “out of the box” the note needs to have 2 fields: “Front” and “Back”?
What about notes that have multiple fields and create a few cards templates out of it? Do you plan to support such more complex cards in the future?
Hey! Even tough it works out-of-the-box with simple cards (front and back), it was meant to support complex cards (you can take a look at the Codepen examples that is in the link that @jojo55 shared, I can’t post links yet).
It supports hints, header, subheader, subtitles, images, wide-images, pills, etc. But you need to tweak the templates in order to include those things (the good news is that I created classes for all these things). I can include a section in the repo with real code examples.
This is a good example of a modified shared deck (the deck is “Greek alphabet with Modern Greek pronunciation” - I can’t post links). As you can see, the back template is not extremely complex and the result is pretty decent
Front
<div class="flashcard front white">
<div class="body">{{Symbol (front)}}</div>
</div>