A5308Y / Methodoly

GNU General Public License v3.0
2 stars 0 forks source link

Evernote Sync for Storing Reference Material #28

Closed A5308Y closed 5 years ago

A5308Y commented 6 years ago

We'll probably have to use js for that: https://github.com/evernote/evernote-sdk-js

We'll need to store reference material for projects and general Reference that is not associated to anything. Evernote is a good candidate, other note taking apps might also be interesting.

This should include an Editor for notes. Producing valid ENML isn’t easy. There are some resources on the internet about it though. We should probably follow Luke Westby’s suggestion on how to connect an JS text-editor with Elm (not ports) that he gave in his talk at Elm Europe 2018. He said to use Custom Elements for datepickers and text editors.

A5308Y commented 5 years ago

Actually I'm heavily in favour of using s3 directly and reimplement what we need from evernote.