RTF

From FreeMind

When the user copies nodes using Control + C or Copy function, FreeMind places RTF to clipboard, alongside with plain text and HTML.

The other direction is currently unimplemented: when plain text, RTF and no HTML is present at clipboard, only the plain text is pasted into FreeMind.

A workaround for pasting of RTF into FreeMind:

  1. Paste RTF into a word processor such as MS Word or OOo Writer
  2. Select the pasted text from the word processor and copy it to FreeMind

Implementation

  • MindMapMapModel.getAsRTF
  • MindMapMapModel.saveRTF
  • MindMapNodeModel.saveRTF

CVS:

  • MindMapMapModel (http://freemind.cvs.sourceforge.net/viewvc/freemind/freemind/freemind/modes/mindmapmode/MindMapMapModel.java?view=log)
  • MindMapNodeModel (http://freemind.cvs.sourceforge.net/viewvc/freemind/freemind/freemind/modes/mindmapmode/MindMapNodeModel.java?view=log)

Tracker items

See also