Accessories: Difference between revisions
From FreeMind
Jump to navigationJump to search
Rladstaetter (talk | contribs) |
No edit summary |
||
Line 16: | Line 16: | ||
| Tab-indented text || → || Python || [http://uwstopia.nl/blog/2007/10/text-to-freemind-released Text-to-Freemind] || Also useful for automated conversions | | Tab-indented text || → || Python || [http://uwstopia.nl/blog/2007/10/text-to-freemind-released Text-to-Freemind] || Also useful for automated conversions | ||
|- | |- | ||
| [http://www.codeproject.com/tools/ToDoList2.asp ToDoList 2] || → || XSLT || [http://www.jools.net/archives/6 | | [http://www.codeproject.com/tools/ToDoList2.asp ToDoList 2] || → || XSLT || [http://www.jools.net/archives/6 Converter] || convert TDL to mm | ||
|- | |||
| [http://www.codeproject.com/tools/ToDoList2.asp ToDoList 2] || ← || XSLT || [http://tandlers.de/peter/blog/2008/06/convert-freemind-maps-to-todolist.html Converter] || convert mm to TDL | |||
|- | |- | ||
| del.icio.us || → || Java || [http://www.blainekendall.com/deliciousmind/ Delicious Mind] || N/A | | del.icio.us || → || Java || [http://www.blainekendall.com/deliciousmind/ Delicious Mind] || N/A |
Revision as of 23:41, 7 June 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 |