Comment 4 for bug 1040551

Revision history for this message
NoahY (noahy) wrote :

I can confirm the Tomboy does store the titles in the content. I'm pushing a change that should fix this; all it does is include the title one exporting from a note file and remove it when importing. The two functions used are :

 NoteManager.stripTitleFromContent(String xmlContent, String title)

which removes the title from an incoming note and

Note.getXmlFileString()

which turns a note into an xml file string.