I don't know what is most learning efficient, but personally I have made a method that involves two images for one project: one with numbers on the map and one where the numbers are removed. Then reuse theese images in all the cards. The method is: 1. Create the two images. 2. Create an directory in the mnemosyne media directory named "orienteering", and place your images there. 3. Use an program like excel, then write the following in column..:
A: Where is 1 B: ? C: <img src="orienteering/mapNoLocations.png"> D: + E: <img src="orienteering/mapWithLocations.png"> 4. Copy the rows for as many locations you need 5. Copy it all to a text editing program, like notepad+. 6. Remove all tab characters using search replace. The results will look something like this: Where is 1?<br><img src="orienteering/mapNoLocations.png">+<img src="orienteering/mapWithLocations.png"> Where is 2?<br><img src="orienteering/mapNoLocations.png">+<img src="orienteering/mapWithLocations.png"> Where is 3?<br><img src="orienteering/mapNoLocations.png">+<img src="orienteering/mapWithLocations.png"> Where is 4?<br><img src="orienteering/mapNoLocations.png">+<img src="orienteering/mapWithLocations.png"> Where is 5?<br><img src="orienteering/mapNoLocations.png">+<img src="orienteering/mapWithLocations.png"> Where is 6?<br><img src="orienteering/mapNoLocations.png">+<img src="orienteering/mapWithLocations.png"> Where is 7?<br><img src="orienteering/mapNoLocations.png">+<img src="orienteering/mapWithLocations.png"> Where is 8?<br><img src="orienteering/mapNoLocations.png">+<img src="orienteering/mapWithLocations.png"> Where is 9?<br><img src="orienteering/mapNoLocations.png">+<img src="orienteering/mapWithLocations.png"> Where is 10?<br><img src="orienteering/mapNoLocations.png">+<img src="orienteering/mapWithLocations.png"> 7. Replace the + character with tabs. 8. Save as text file and import into mnemosyne. Importing tab text file is not yet supported in mnemosyne beta but you could try to import it into 1.x first. -- You received this message because you are subscribed to the Google Groups "mnemosyne-proj-users" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/mnemosyne-proj-users?hl=en.
