portzo.blogg.se

Voodoopad examples
Voodoopad examples















#Voodoopad examples code

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 tellThis code is taken from here. However the script I'm using is throwing up an error. I have some 300 pages in a Voodoopad doc that I'm trying to import. 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.Īny help would be greatfully appreciated! I should add that I tried exporting HTML from Voodoopad, but it crashes on some of the pages with code examples. What I'm after is a script that will import all Voodoopad pages into evernote retaining the creation dates and formatting. I have attempted to change the "repeat with." without success. 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 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

voodoopad examples voodoopad examples













Voodoopad examples