On Saturday 07 Jan 2012 05:42:13 Dan Schmidt wrote:
> Not a giant deal, but this would be nice (if it doesn't exist already
> via a plugin or something).
> 
> Use case 1: I'm moving all my cards to another computer temporarily
> and don't want to install LaTeX on it, and I'm not sure all my current
> cards have been rendered yet.

In this case, you can sync computer 2 with computer 1 as server, and computer 
1 will pregenerate all these cards for computer 2.
 
> Use case 2: I've changed my LaTex options or have a bunch of obsolete
> images, and would like to erase my _latex directory and start over
> without the cruft, updating everything all at once instead of waiting
> a few seconds every time a new LaTeX card comes up.

This could rather easily be implemented as a plugin, but I'm not sure the use 
case is common enough to warrant complicating the UI for this.

If you want to have stab at implementing this yourself, look at 
example_plugins/add_menu_option.py. 

Basically, all you need to do is replacing

self.main_widget().show_information("Hi there!") 

with

self.database().dynamically_create_media_files()

> I finally moved to v2 this week and it is quite nice!

Glad you like it!

Peter

-- 
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.

Reply via email to