Accessories: Difference between revisions
From FreeMind
Jump to navigationJump to search
m (Typo) |
(Add text-to-freemind) |
||
Line 11: | Line 11: | ||
|- | |- | ||
! Format || Direction || Lang. || Link || Note | ! Format || Direction || Lang. || Link || Note | ||
|- | |||
| Tab-indented text || → || Python || [http://uwstopia.nl/blog/2007/10/text-to-freemind-released] || Also useful for automated conversions | |||
|- | |- | ||
| [http://www.codeproject.com/tools/ToDoList2.asp ToDoList 2] || → || XSLT || [http://www.jools.net/archives/6 Convertor] || N/A | | [http://www.codeproject.com/tools/ToDoList2.asp ToDoList 2] || → || XSLT || [http://www.jools.net/archives/6 Convertor] || N/A |
Revision as of 12:58, 3 December 2007
What follows is a list of FreeMind accessories, provided by third parties. (Feel free to add your own accessory.) 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 |