I'm trying to upgrade from Mnemosyne 1.2.2 to 2.2.1 and I'm having some formatting issues. This is a major issue for me as that my screen is tiny and I am super OCD about aesthetics. It would take a significant amount of time to reformat the 15,000+ cards that I have created individually. So, I am preferably looking for a solution that involves changing the Mnemosyne format defaults.
Firstly, all the LaTeX cards rebuild; which in and of itself would be fine except that they rebuild using different formatting and so completely change the appearance of the card. Also, many cards won't compile even close to correctly. For some, it is as if it is ignoring the \usepackage, even though the LaTeX preamble file copied over just fine. For others, it is ignoring entire blocks of text, not even complicated stuff either: plain text, square brackets, subscripts, etc. I've tried moving the compiled png files from one latex folder to the other, but this does not solve the problem--the cards still rebuild.
Secondly, many of the HTML cards are formatting differently. Specifically tables, <table><tr><td> stuff </td></tr><tr><td> more stuff </td></tr></table> has changed the default alignment within the table from left align to center align. The previous default, I believe, was that the principle card environment was center aligned, but then within the HTML table environment the default was left align. I designed all my cards under this assumption, and I would like to restore this behavior. Also, while most cards are still center aligned, some cards will, seemingly randomly, become left aligned.
Under Mnemosyne 1.2.2, the relevant folders were:
C:\Users\shawn\.mnemosyne\
C:\Users\shawn\.mnemosyne\flashCardAudio\
C:\Users\shawn\.mnemosyne\flashCardPictures\
C:\Users\shawn\.mnemosyne\latex\
After uninstalling 1.2.2 and then installing 2.2.1, the relevant folders became:
C:\Users\shawn\AppData\Roaming\Mnemosyne\
C:\Users\shawn\AppData\Roaming\Mnemosyne\default.db_media\flashCardAudio\
C:\Users\shawn\AppData\Roaming\Mnemosyne\default.db_media\flashCardPictures\
C:\Users\shawn\AppData\Roaming\Mnemosyne\default.db_media\_latex\
The audio and picture files migrated just fine (luckily I used relative address). Cards involving no HTML or LaTeX seem to work just fine (but I haven't yet made it through all 15,000+ cards).
Any help would be greatly appreciated.
Cheers,
Shawn Elledge
P.s. Mnemosyne is fantastic, and the new and improved version even more so. Thanks to everyone who made it possible.
Secondly, many of the HTML cards are formatting differently. Specifically tables, <table><tr><td> stuff </td></tr><tr><td> more stuff </td></tr></table> has changed the default alignment within the table from left align to center align. The previous default, I believe, was that the principle card environment was center aligned, but then within the HTML table environment the default was left align. I designed all my cards under this assumption, and I would like to restore this behavior. Also, while most cards are still center aligned, some cards will, seemingly randomly, become left aligned.
<table><tr><td>cell</td></tr></table>
aligns left, whereas
<tr><td>cell</td></tr>
aligns center.
Cheers,
Peter