Jump to content

Creating notes by script


Recommended Posts

Hi,

I'm creating multiple notes to track work on similar cases/tasks. Those notes have partially fixed content - like case number, URL, locations, etc. All those information can be gathered with help of script.
How can I create new NOTE, populate it with gathered values and store in selected Notepad? Is there standardize way? Or should I create HTML like files and inject them to Evernote as I saw someone did long ago.

Link to comment

Yesterday I thought little about this problem and came with this solution

  • Create template note
  • Export it to ENEX format
  • Format this file so that place will be filled with python string format values.
  • Use python file to gather all necessary data and fill template file
  • Import created file with ENScript.exe importNotes

 

URL which you gave propose similar approach, thank you for it.

 

 

 

Link to comment

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...