Accessories: Difference between revisions

From FreeMind
Jump to navigationJump to search
Line 10: Line 10:
{| border="1" cellspacing="0" cellpadding="2"
{| border="1" cellspacing="0" cellpadding="2"
|-  
|-  
! From || To || Lang. || Link || Note
! Format || Direction || Lang. || Link || Note
|-  
|-  
| Todo List 2 || FreeMind || XSLT || [http://www.jools.net/archives/6 Convertor] || N/A
| Todo List 2 || To FreeMind || XSLT || [http://www.jools.net/archives/6 Convertor] || N/A
|-  
|-  
| del.icio.us || FreeMind || Java || [http://www.blainekendall.com/deliciousmind/ Delicious Mind] || N/A
| del.icio.us || To FreeMind || Java || [http://www.blainekendall.com/deliciousmind/ Delicious Mind] || N/A
|-  
|-  
| Emacs Planner || FreeMind || Perl || [http://www.mhoenicka.de/software/hacks/taskmm.html Taskmm] || N/A
| Emacs Planner || To FreeMind || Perl || [http://www.mhoenicka.de/software/hacks/taskmm.html Taskmm] || N/A
|-
|-
| Ganttproject || FreeMind || XSLT || [http://kutsam.at/home/johannes/content/view/15/4/ Converter] || Converts also from FreeMind to Ganttproject
| Ganttproject || Both || XSLT || [http://kutsam.at/home/johannes/content/view/15/4/ Converter] || N/A
|-
|-
| .c,.h,.s || FreeMind || Perl || [http://www.skynet.ie/~ivan/filetree_to_freemind.pl Convertor] || N/A
| .c,.h,.s || To FreeMind || Perl || [http://www.skynet.ie/~ivan/filetree_to_freemind.pl Convertor] || N/A
|-
|-
| FreeMind || LaTeX article & book || Ruby || [http://www.duminil.info/doku.php?id=freemindtolatex Freemindtolatex ] || N/A
| LaTeX article & book || From FreeMind || Ruby || [http://www.duminil.info/doku.php?id=freemindtolatex Freemindtolatex ] || N/A
|-
|-
| FreeMind || LaTeX beamer presentation || Perl || [http://www.edaindia.com/utils/index.shtml Convertor] || N/A
| LaTeX beamer presentation || From FreeMind || Perl || [http://www.edaindia.com/utils/index.shtml Convertor] || N/A
|-
|-
| FreeMind || LaTeX beamer presentation || XSLT || [http://www.ladstaetter.info/robert/blog/?p=49 Convertor] || Includes build.xml for Ant to integrate pdflatex  
| LaTeX beamer presentation || From FreeMind || XSLT || [http://www.ladstaetter.info/robert/blog/?p=49 Convertor] || Includes build.xml for Ant to integrate pdflatex  
|-
|-
| FreeMind || Meeting notes || Python || [http://code.google.com/p/mm2notes mm2notes] || N/A
| Meeting notes || From FreeMind || Python || [http://code.google.com/p/mm2notes mm2notes] || N/A
|-
|-
| FreeMind || [http://meyerweb.com/eric/tools/s5/ S5] Presentation || Python || [http://code.google.com/p/mm2s5 mm2s5] || N/A
| [http://meyerweb.com/eric/tools/s5/ S5] Presentation || From FreeMind || Python || [http://code.google.com/p/mm2s5 mm2s5] || N/A
|}
|}



Revision as of 11:31, 10 June 2007

 

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

Conversions

Format Direction Lang. Link Note
Todo List 2 To FreeMind XSLT Convertor N/A
del.icio.us To FreeMind Java Delicious Mind N/A
Emacs Planner To FreeMind Perl Taskmm N/A
Ganttproject Both XSLT Converter N/A
.c,.h,.s To FreeMind Perl Convertor N/A
LaTeX article & book From FreeMind Ruby Freemindtolatex N/A
LaTeX beamer presentation From FreeMind Perl Convertor N/A
LaTeX beamer presentation From FreeMind XSLT Convertor Includes build.xml for Ant to integrate pdflatex
Meeting notes From FreeMind Python mm2notes N/A
S5 Presentation From FreeMind Python mm2s5 N/A

See also Import and export to other applications.

Other

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