1nsp1r3rnzt / chrome-anki-quick-adder

This chrome extension provides the ability to create Anki cards directly from Google Chrome on your Anki Desktop.
https://chrome.google.com/webstore/detail/anki-quick-adder/gpbcbbajoagdgnokieocaplbhkiidmmb
MIT License
182 stars 27 forks source link

Save cards locally on computer without Anki and sync later #3

Closed 1nsp1r3rnzt closed 6 years ago

1nsp1r3rnzt commented 6 years ago

Some user can't have Anki on work computers so the extension become useless in such case. It needs to take advantage of chrome storage sync API to save and sync data across computers. Steps needed: Store: on successful connection

Check: while starting if there is above stored data,

Submit: Store the whole note in locallySavedNotes object. Settings: Restore Notes Loop through `locallySavedNotes' and send each note to Anki

Additional tab with saved notes

deleteNotes:

  1. loop through the object
    • delete specific note.
  2. update list of locally saved notes.
1nsp1r3rnzt commented 6 years ago

Implemented saveNotes feature to save notes locally and sync later on