I have lots of notes in Gnote and I consider to use Org-mode instead. How can I migrate my Gnote notes to Org-mode?
Asked
Active
Viewed 372 times
2 Answers
0
I used https://github.com/StAlphonsos/scriptologie/blob/develop/scripts/tomboy2org.pl which is mentioned in http://orgmode.org/worg/org-tools/.
Here is how to proceed. (Note, however, that you may want to clean out your notes before so that you do not migrate unwanted notes.)
Install the dependencies for running the script:
sudo apt-get install libxml-twig-perl libtext-format-perlDownload the script from https://github.com/StAlphonsos/scriptologie/blob/develop/scripts/tomboy2org.pl.
Close Gnote so that any changes is written to its database.
Run the script. I chose to run the script with the option
-notebooksto make one .org file out of each Gnote notebook:perl tomboy2org.pl -notebooks -verbose
N.N.
- 18,589