Accessories: Difference between revisions
From FreeMind
Jump to navigationJump to search
(sed for xml for freemind version 0.9) |
m (Typo) |
||
Line 57: | Line 57: | ||
<div style="font-size: 90%"> | <div style="font-size: 90%"> | ||
sed -e "s/ \(CREATED\|MODIFIED\|ID\|POSITION\|FOLDED\|COLOR\)=\"#\?[0-9a-zA-Z_]*\"//g" -e "s/<\(font\|hook\)[^>]\+\?>//g" Old.mm > New.xml | sed -e "s/ \(CREATED\|MODIFIED\|ID\|POSITION\|FOLDED\|COLOR\)=\"#\?[0-9a-zA-Z_]*\"//g" -e "s/<\(font\|hook\)[^>]\+\?>//g" Old.mm > New.xml | ||
</ | </div> | ||
</table> | </table> | ||
[[Category:Main]] | [[Category:Main]] |
Revision as of 19:54, 14 November 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 |