Hi Ed, you can use HTML to format your cards. Most of the time HTML is used for Websites, therefore you can format your cards however you like!
Here some dirty HTML-Code: (Just copy it to mnemosyne card.) <img src="http://mnemosyne-proj.org/sites/default/files/mnemosyne_logo_0.png"> <font size="3" color="red">This is some text!</font> <font size="2" color="blue">This is some text!</font> <font face="verdana" color="green">This is some text!</font> <div align="left">This is normal text - <b>and this is bold text</b>.</div> <div align="right">This is normal text - <u>and this is underlined text</u></div> <center>He named his car <i>The lightning</i>, because it was very fast.</center> <table border="10" padding="4" bgcolor=red align="center"> <tr> <th>Month</th> <th>Savings</th> </tr> <tr> <td bgcolor=blue>January</td> <td>$100</td> </tr> </table> http://www.w3schools.com/tags/tag_font.asp http://www.w3schools.com/tags/tag_b.asp http://www.w3schools.com/tags/tag_i.asp http://www.w3schools.com/tags/tag_table.asp Enjoy! Greetings, Abakus ----- Original Nachricht ---- Von: Ed <[email protected]> An: [email protected] Datum: 13.09.2014 19:33 Betreff: [mnemosyne-proj-users] Feature request :) > Hi Peter, > > I have a feature request for future versions of Mnemosyne. > > Right now, I am using a set of cards which feature a wrong spelling for the > > question and a correct spelling for the answer. > > I would like to be able to *visually *differentiate between the wrong > spelling and the correct one. > > So, for example, "min*u*scule" is commonly misspelled as "min*i*scule". I > would like to be able to underline that "u" in the correct answer, or show > it in a different colour, or something very similar. > > At the moment it seems you can only underline entire words, and this > underline applies to *both* the question and the answer, so it is useless > for this purpose. > > I can see this underlining of individual letters will be very useful when > trying to learn languages that have a complex verb conjugation system, case > > endings on nouns, adjective endings, and strong verbs with ablaut, such as > German or Icelandic. But I'm sure it will be useful for most languages to > varying extents. > > I guess what I'm asking for is to be able to use rich text - to some extent > > - with the cards. > > Thanks for listening, Ed :) > > -- > You received this message because you are subscribed to the Google Groups > "mnemosyne-proj-users" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > To post to this group, send email to [email protected]. > To view this discussion on the web visit > https://groups.google.com/d/msgid/mnemosyne-proj-users/af175a4f-f352-44c8-9d > e4-d169fee98223%40googlegroups.com. > For more options, visit https://groups.google.com/d/optout. > -- You received this message because you are subscribed to the Google Groups "mnemosyne-proj-users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/mnemosyne-proj-users/88980731.270365.1410644990719.JavaMail.ngmail%40webmail06.arcor-online.net. For more options, visit https://groups.google.com/d/optout.
