Hi,
Basically, the cards are displayed in a full html widget, so anything which is
standard html is possible there. However, note that Mnemosyne wraps your html
inside a piece of html template with a css taking care of the fonts, alignment,
... you pick globally, e.g.:
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<style type="text/css">
body { margin: 0px; height: 100%; width: 100%;}
table.mnem { height: 100%; width: 100%;}
._search { color: red; }
.b { color: #C00000; font-family: "Courier New"; font-weight: light;
font-style: oblique; }
.f { color: #C00000; font-family: "Courier New"; font-style: italic; }
</style>
</head>
<body>
<table id="mnem1" class="mnem">
<tr>
<td><span class="f">question</span> </td>
</tr>
</table>
</body>
</html>
I'm not a css/html expert, but hopefully by knowing the 'stuff' Mnemosyne puts
around your html, you will be able to obtain what you want.
Cheers,
Peter
> -----Original Message-----
> From: sampablokuper via mnemosyne-proj-users [mailto:mnemosyne-proj-
> [email protected]]
> Sent: 07 June 2016 02:24
> To: mnemosyne-proj-users <[email protected]>
> Cc: [email protected]
> Subject: [mnemosyne-proj-users] Re: How to put pre-formatted text into a
> card?
>
> On Monday, June 6, 2016 at 8:46:07 PM UTC+1, [email protected]
> wrote:
> > I have a desideratum, which is to be able to enter left-aligned (aka
> > 'left-to-
> right' or 'LTR') pre-formatted text into a card.
>
> Sorry, that was poorly written. Let me try again:
>
> I have a desideratum, which is to be able to enter left-aligned, left-to-right
> ('LTR') pre-formatted text into a card.
>
> --
> 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 mnemosyne-proj-
> [email protected].
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/mnemosyne-proj-users/9201f314-8842-
> 42f1-9e89-2f9efcf66063%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/9b90b9482e724f2ab3d80ca61c609e99%40xmail102.UGent.be.
For more options, visit https://groups.google.com/d/optout.