Accessories: Difference between revisions
From FreeMind
Jump to navigationJump to search
m (links added to example pages showing YACS capability) |
(Added freemind.el) |
||
Line 21: | Line 21: | ||
|- | |- | ||
| Emacs Planner || → || Perl || [http://www.mhoenicka.de/software/hacks/taskmm.html Taskmm] || N/A | | Emacs Planner || → || Perl || [http://www.mhoenicka.de/software/hacks/taskmm.html Taskmm] || N/A | ||
|- | |||
| Emacs Org Mode || → || elisp || [http://www.emacswiki.org/cgi-bin/emacs/FreeMind freemind.el] || Only export emacs => FreeMind | |||
|- | |- | ||
| Vym || → || XSLT || [http://freemind.sourceforge.net/wiki/index.php/Import_and_export_to_other_applications#VYM_.E2.86.92_FreeMind Convertor] || N/A | | Vym || → || XSLT || [http://freemind.sourceforge.net/wiki/index.php/Import_and_export_to_other_applications#VYM_.E2.86.92_FreeMind Convertor] || N/A |
Revision as of 17:34, 21 February 2008
What follows is a list of FreeMind accessories, provided by third parties. Feel free to add your own accessory. When adding a new link to an accessory you are the author of, please consider releasing your accessory by "GNU GPL V2 or later at your option" license. When you do, the FreeMind team can consider delivering your accessory as part of FreeMind. Conversions
See also Other
sed -e "s/ \(CREATED\|MODIFIED\|ID\|POSITION\|FOLDED\)=\"[0-9a-zA-Z_]*\"//g" Old.mm > New.xml For version 0.9, this command is better : sed -e "s/ \(CREATED\|MODIFIED\|ID\|POSITION\|FOLDED\|COLOR\)=\"#\?[0-9a-zA-Z_]*\"//g" -e "s/<\(font\|hook\)[^>]\+\?>//g" Old.mm > New.xml |