MartinPacker 2 Posted December 29, 2010 Share Posted December 29, 2010 I like ENScript and use it under WINE on Linux - even with Evernote 4. But it's not quite "complete" to my mind:I'd like to be able to delete notes that meet a search criterion (perhaps with the safeguard of exporting them to .enex before deletion).I'd like to be able to update existing notes rather than having to create new ones. (Again backup in case of the user / programmer getting it wrong would be handy.)This might require exposing a unique note ID (GUID) via a query - listNotes?These two ideas - if implemented - would make it much easier to build apps that can interact with Evernote from Windows / WINE (and possibly Mac).Any chance of this?Martin Link to comment
engberg 89 Posted December 29, 2010 Share Posted December 29, 2010 Thanks for the feedback. Our full network API (http://www.evernote.com/about/developer/api/) can do this, but we don't currently have this on the Windows scripting. We're always a little cautious with any function that deletes notes, since this can lead to a lot of unhappiness if anything goes wrong.But thanks for the suggestion. Link to comment
MartinPacker 2 Posted December 30, 2010 Author Share Posted December 30, 2010 It occurred to me one can sort of do it today - by exporting the whole database file to .enex, manipulating the result and importing into a fresh database file and finally flipping. Not fast, not pretty, but maybe OK for a batch operation.But thanks for listening, Dave.Martin Link to comment
Recommended Posts
Archived
This topic is now archived and is closed to further replies.