maemo.org - Talk

maemo.org - Talk (https://talk.maemo.org/index.php)
-   MeeGo / Harmattan (https://talk.maemo.org/forumdisplay.php?f=45)
-   -   Notes Extracting N9 (https://talk.maemo.org/showthread.php?t=81312)

Viny 2012-01-03 18:41

Notes Extracting N9
 
So i have some notes written on my n9 using the default notes application

I need to have them extracted to my pc so i can view it there.

Can someone kindly show/ tell me exactly how i can accomplish this?


Thanks

-Vin

Viny 2012-01-03 20:32

Re: Notes Extracting N9
 
Bump anyone?

impact 2012-01-03 20:40

Re: Notes Extracting N9
 
I'd be interested, too. I was under the impression they were stored as plain text files (Symbian does that), but can't find them

Viny 2012-01-03 21:54

Re: Notes Extracting N9
 
Yeh this would be real helpfull, can someone show us to look into the right direction atleast would be helpfull :D

www.rzr.online.fr 2012-01-03 21:59

Re: Notes Extracting N9
 
it's sqllite db in some .dotdir ....

i wish it supports org format too

Viny 2012-01-03 23:13

Re: Notes Extracting N9
 
lol what? in simpler terms please?

scapegoat845 2012-01-03 23:16

Re: Notes Extracting N9
 
I would also like to know. Pathetic that we can't share Notes via bluetooth....

jflatt 2012-01-03 23:24

Re: Notes Extracting N9
 
They are stored in /home/user/.calendar/db
You need to use sqlite to view them, but it's not a simple task. You'd have to first get the id of the note you want to extract. You can get plain text from the Components table if you just look at the Description field, or you can hit the Customproperties table Value field to get the html

If you only had one note:
Code:

sqlite3 /home/user/.calendar/db 'select value from customproperties'
QOrganizerNote in QtMobility seems to be the clean way of getting ahold of these entries, someone could cook up an extraction app easily enough

www.rzr.online.fr 2012-01-04 00:41

Re: Notes Extracting N9
 
you need to open the terminal or login using ssh ...


I was thinking about designing a mobile editor for notes ... do you use textformats like markdown yaml or orgmode ?

But 1st it would nice to think about integration with other apps such as this calendar notes app...


Btw let me add a few urls :

http://forum.meego.com/showthread.ph...ghlight=editor

http://doc.qt.nokia.com/qtmobility-1...e.html#details

--
http://rzr.online.fr/q/editor

impact 2012-01-04 17:56

Re: Notes Extracting N9
 
They are in a database? OMG.

At least they could allow them to be sync'ed just like the contacts.


All times are GMT. The time now is 05:11.

vBulletin® Version 3.8.8