I'm trying to import notes over from an ancient "Notes" app from the early days for android which exports notes as sqlite or as text on the following format
[title note1]
content1
[title note2]
content2
( the title of each note in [] and each note separated by a blank line)
But this Notepad-app interprets the text import-file as a single note.
- Is there a way I can import this text format? Or a sqlite?
- What are the formats required to import in a sensible way? Can I import with timestamps?
I have all my notes back to 2009 in a sqllite from the same app, so if I could somehow import them over here with timestamps I would be willing to put some effort :-)
I'm trying to import notes over from an ancient "Notes" app from the early days for android which exports notes as sqlite or as text on the following format
( the title of each note in [] and each note separated by a blank line)
But this Notepad-app interprets the text import-file as a single note.
I have all my notes back to 2009 in a sqllite from the same app, so if I could somehow import them over here with timestamps I would be willing to put some effort :-)