Giter Club home page Giter Club logo

evernote-to-apple-notes's People

Contributors

larrysalibra avatar reallyjat avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

evernote-to-apple-notes's Issues

Making the source a link

I noticed the source URLs in the Evernote data were not formatted to be links, so I made an edit:

set evernoteData to evernoteData & ""source": "" & noteSource & "", "

This assumes the source is always a URL (but isn't it?).

Adding # to tags

I thought it might be more useful to have a # in front of the tags in the Evernote data, so here's what I did.

if tagCounter is equal to (count of noteTags) then
-- don't add a common after last tag
set noteTagsText to noteTagsText & "#" & (name of noteTag)
else
set noteTagsText to noteTagsText & "#" & (name of noteTag & ", ")
end if

Obviously there's some personal preference here, but I think it does make the more specifically searchable.

Adding creation and modification dates

Hi,
first of all thanks for this incredible script .... it helped me a lot.

Ich just added a few things.

set newNote to make new note at folder noteNotebookName with properties {name:noteName, body:noteBody, creation date:noteCreated, modification date:noteModified}

Maybe you can add this to your code.
This will create the new notes with the correct dates, like the originals.

hope it helps too :)

Attachment file names improperly escaped

It looks like some attachments fail to move because of improperly escaped filenames. I'm probably not going to fix this because my notes are all migrated, but happy to accept pull requests.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.