Currently *.mm is an unrecognized type. Would be good to add upload, conversion, etc. for this. Freemind is the software that produces these.
Note: The Freemind project is not being maintained.
| Comment | File | Size | Author |
|---|---|---|---|
| #5 | freemind.jar_.zip | 370.12 KB | Cornoualis |
Comments
Comment #1
miglius commentedI'm not familiar with FreeMind files. Can they be converted to pdf, images?
Comment #2
akwala commentedThey can be exported to:
- html
- xhtml
- png
- jpeg
- pdf
- svg
- odt (possibly also doc, on Windows)
Comment #3
miglius commentedFor the FileFramework to support conversions from the mm files, I would need a shell command example which would accept as an input the mm file and would produce as the output the file in pdf, png or some other format. Can you give me an example of such a command or script?
Comment #4
akwala commentedIt's a Java/Swing app, and I couldn't find any info on a command line interface, doesn't look like there's one. Thanks for trying, regardless.
Comment #5
Cornoualis commentedXwiki uses an applet to open a mindmap as a java applet:
http://code.xwiki.org/xwiki/bin/view/Macros/MindMapMacro
I attached de .jar file to the comment.
Enjoy! ;)
Comment #6
Cornoualis commentedInsert that code in your page to display your .mm file:
Enjoy! ;)
Comment #7
miglius commentedCommitted to the cvs. Thanks!