This is the first stage of the project of Portfolio plugin for Evernote. The aim would be to build a basic framework of the plugin such that it authenticates the user for their Evernote accounts and the user can export the plain html moodle content to his/her notebooks by creating a new notebook. The user should also have the flexibility of having a custom Note title and also the choice of selecting the notebook he wants the note to be created in.
Thus, the following steps are to be taken care of in this sub-task:
- Authentication of users for their Evernote accounts.
- Convert the posts the user wants to export to plain text.
- Give the user the flexibility to choose the notebook and have a custom Note title.
- Create the note with the required inputs given.