Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Send clips to Evernote account #7

Closed
mrdotkg opened this issue Oct 21, 2020 · 1 comment
Closed

Send clips to Evernote account #7

mrdotkg opened this issue Oct 21, 2020 · 1 comment
Assignees
Labels
good first issue Good for newcomers wontfix

Comments

@mrdotkg
Copy link
Member

mrdotkg commented Oct 21, 2020

Clicking on 'Take Notes Button' in video player captures some details as notes. We want to be able to send these notes to user's Evernote account.

In the extension pop up, add a button "share notes to evernote". On click of this button

  • Redirect user to evernote auth login
  • Create a new notebook in user's evernote account named "Refer Clips"
  • On click of refere button in Youtube video player, the extension should sync all new notes to "Refer Clips" notebook of evernote.

To write scripts, we should create a new file source/scripts/evernote.js

@mrdotkg mrdotkg added enhancement help wanted Extra attention is needed labels Oct 21, 2020
@mrdotkg mrdotkg added this to the Version 0.0.1 milestone Nov 8, 2020
@mrdotkg mrdotkg removed the help wanted Extra attention is needed label Nov 8, 2020
@mrdotkg
Copy link
Member Author

mrdotkg commented Nov 11, 2020

I have recently done some research with Onenote APIs, that I will be pushing soon.
@UuzumakiNaruto Do you need help?

@mrdotkg mrdotkg changed the title Evernote integration "send notes to evernotes" As a user I would like to send my web-clips to my Evernote account so that I can read them later Nov 11, 2020
@mrdotkg mrdotkg changed the title As a user I would like to send my web-clips to my Evernote account so that I can read them later Send clips to Evernote account Nov 11, 2020
@mrdotkg mrdotkg removed this from the Chrome Store Release milestone Nov 12, 2020
@mrdotkg mrdotkg closed this as completed Nov 12, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Good for newcomers wontfix
Projects
None yet
Development

No branches or pull requests

2 participants