Accessories: Difference between revisions

From FreeMind
Jump to navigationJump to search
(Added two utilities that I made)
No edit summary
Line 16: Line 16:
* [[Freemind_Win_Collab|Freemind Win Collab]] : '''Share your mindmaps and built them in collaboration'''. This simple batch file autorise collaboration on freemind maps via a fileserver. If you can access the same disk with your collegues in your organisation, you can now work together on your mindmaps : this script avoid multiple edition at the same time (lock the file for you and tell the others that YOU edit it for the moment) and make backups  each time you open a mindmap (like 2006-04-02_myfilename.mm). Work only on windows.  
* [[Freemind_Win_Collab|Freemind Win Collab]] : '''Share your mindmaps and built them in collaboration'''. This simple batch file autorise collaboration on freemind maps via a fileserver. If you can access the same disk with your collegues in your organisation, you can now work together on your mindmaps : this script avoid multiple edition at the same time (lock the file for you and tell the others that YOU edit it for the moment) and make backups  each time you open a mindmap (like 2006-04-02_myfilename.mm). Work only on windows.  
* [http://www.skynet.ie/~ivan/filetree_to_freemind.pl Perl script to convert filesystem of .c/.h/.s files to a Mind map].
* [http://www.skynet.ie/~ivan/filetree_to_freemind.pl Perl script to convert filesystem of .c/.h/.s files to a Mind map].
* Below is a Unix <tt>sed</tt> command to remove the optional data from a MindMap .mm file's XML to make it more reader-friendly, keeping only the TEXT attribute. After converting a MindMap file with this command, you can open the generated XML file in Firefox and use its XML element collapsing features to interactively view MindMaps even without Freemind installed!
* Below is a Unix <tt>sed</tt> command to remove the optional data from a MindMap .mm file's XML to make it more reader-friendly, keeping only the TEXT attribute. After converting a MindMap file with this command, you can open the generated XML file in Firefox and use its XML element collapsing features to interactively view MindMaps even without Freemind installed.
<tt>sed -e "s/ \(CREATED\|MODIFIED\|ID\|POSITION\|FOLDED\)=\"[0-9a-zA-Z_]*\"//g" YourFileName.mm > NewFileName.xml</tt>
<div style="font-size: 90%">
sed -e "s/ \(CREATED\|MODIFIED\|ID\|POSITION\|FOLDED\)=\"[0-9a-zA-Z_]*\"//g" Old.mm > New.xml
</div>
* [http://code.google.com/p/mm2notes mm2notes] Creates '''meeting notes''' from your meeting.
* [http://code.google.com/p/mm2notes mm2notes] Creates '''meeting notes''' from your meeting.
* [http://code.google.com/p/mm2s5 mm2s5] Creates an [http://meyerweb.com/eric/tools/s5/ S5] '''presentation''' from a FreeMind file.
* [http://code.google.com/p/mm2s5 mm2s5] Creates an [http://meyerweb.com/eric/tools/s5/ S5] '''presentation''' from a FreeMind file.
</table>
</table>

Revision as of 09:11, 10 June 2007

 

What follows is a list of FreeMind accessories, provided by third parties. (Feel free to add your own accessory.)

  • XSL convertor from Todo List 2 to FreeMind
  • Java convertor from del.icio.us to FreeMind
  • Perl convertor from Emacs Planner to FreeMind
  • Ruby convertor from Freemind to Latex article or book
  • Perl convertor from Freemind to Latex beamer presentation
  • XSLT Stylesheet to generate Latex Beamer Presentations + additional build.xml (ant) to integrate pdflatex
  • Dynamic mind maps from CMS: Sitemap, weblinks and feeds dynamically generated from content management system Joomla (Freemind Flashbrowser)
  • Freemind Win Collab : Share your mindmaps and built them in collaboration. This simple batch file autorise collaboration on freemind maps via a fileserver. If you can access the same disk with your collegues in your organisation, you can now work together on your mindmaps : this script avoid multiple edition at the same time (lock the file for you and tell the others that YOU edit it for the moment) and make backups each time you open a mindmap (like 2006-04-02_myfilename.mm). Work only on windows.
  • Perl script to convert filesystem of .c/.h/.s files to a Mind map.
  • Below is a Unix sed command to remove the optional data from a MindMap .mm file's XML to make it more reader-friendly, keeping only the TEXT attribute. After converting a MindMap file with this command, you can open the generated XML file in Firefox and use its XML element collapsing features to interactively view MindMaps even without Freemind installed.
sed -e "s/ \(CREATED\|MODIFIED\|ID\|POSITION\|FOLDED\)=\"[0-9a-zA-Z_]*\"//g" Old.mm > New.xml
  • mm2notes Creates meeting notes from your meeting.
  • mm2s5 Creates an S5 presentation from a FreeMind file.