I have some 300 pages in a Voodoopad doc that I'm trying to import. However the script I'm using is throwing up an error. As I'm not a coder I wondered if you genuises could help me out?
tell application "VoodooPad" tell document 1 repeat with thisPage from 1 to number of items in pages set theName to display name of page thisPage set creationDate to created of page thisPage set theText to text of page thisPage tell application "Evernote" create note with text theText title theName notebook "VoodooPad Imported Notes" tags "imported_from_VoodooPad" created creationDate end tell end repeat end tellend tell
When I run the code in the Applescript Editor I get the following error:
error "VoodooPad got an error: every item of every page of document 1 doesn’t understand the count message." number -1708 from every item of every page of document 1
I have attempted to change the "repeat with..." without success.
What I'm after is a script that will import all Voodoopad pages into evernote retaining the creation dates and formatting.
I should add that I tried exporting HTML from Voodoopad, but it crashes on some of the pages with code examples. I've successfully exported RTFD, but Evernote quits when importing and has issues with some of the RTFD files, besides which I loose the creation date.
Idea
why? 37
Hi All,
I have some 300 pages in a Voodoopad doc that I'm trying to import. However the script I'm using is throwing up an error. As I'm not a coder I wondered if you genuises could help me out?
This code is taken from here.
When I run the code in the Applescript Editor I get the following error:
I have attempted to change the "repeat with..." without success.
What I'm after is a script that will import all Voodoopad pages into evernote retaining the creation dates and formatting.
I should add that I tried exporting HTML from Voodoopad, but it crashes on some of the pages with code examples. I've successfully exported RTFD, but Evernote quits when importing and has issues with some of the RTFD files, besides which I loose the creation date.
Any help would be greatfully appreciated!
Link to comment
6 replies to this idea
Recommended Posts
Archived
This topic is now archived and is closed to further replies.