-
-
Notifications
You must be signed in to change notification settings - Fork 5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Cannot see URL and other meta data of evernote imported notes #427
Comments
Yes the source URL is imported but indeed not visible at the moment. |
+1 |
if you want to be sure, export one evernote note from the desktop application, import it with joplin and then have a look at the database.
(I dont know if it "source" or "source_url" that store this info) |
It's the col "source_url" - and it's empty. I think it's just not implemented / saved to db. I'm not that deep in React (more the "old-PHP-guy" :) ) but i think if we want to have imported, it should be done in import-enex.js#L355 and following. Can you or @laurent22 approve that? (I checked in Win10 and Ubuntu 18.04 with the clients linked from the homepage. ) |
I was certain the URL was imported to source_url but apparently not. Do you have by any chance an example of ENEX note that has a URL so that I know what to map source_url to? |
evernote api says sourceURL or blog post says source-url. The evernote sdk I used speaks about sourceURL too |
@laurent22 That's no problem. I'll upload an enex file, on monday. |
Ok @laurent22 here we go. The Evernote Client (Win10) i export from is Version As far as i can see, the XML Node is "source-url"
|
Info / Update: my Evernote client just updated to version |
@laurent22 Was that the info you wanted? Or went something wrong? |
@jgreth, thanks for the providing the Enex sample - the source-url parameter will be supported in the next release. |
Nice! Tank you so much. Then i can finally switch away from Evernote. ;) |
@laurent22 looked in v1.0.107 didn't see. Am i blind or will it come in v1.0.108? ;) |
What is it you didn't see in v107? The source-url parameter is still not being imported? |
Yes ist was the source-url parameter. But I think it was a buggy enex. Tried now again, with a newer enex file and now it works - so everything ok. Sorry for the trouble! ;) |
This issue can be closed, IMHO. I can confirm too that and export with Evernote
Btw, the
|
Thanks for the confirmation @onetom. The issue can indeed be closed. |
Operating system
Application
Evernote's export contains some meta data about notes. Eg. the URL that the note was clipped from.
It should be possible for those who're migrating to this awesome project to search their notes with URL.
The text was updated successfully, but these errors were encountered: