mraza007 / useful-bookmarks

Basically my firefox bookmarks with better search
https://bookmarks-flask.herokuapp.com/
MIT License
28 stars 16 forks source link

Adding Input Form #16

Open mraza007 opened 5 years ago

mraza007 commented 5 years ago

Adding input form so you can directly add the bookmarks and input form will save the input in the bookmarks.json file

The form will take in three input values

  1. Link
  2. Title
  3. Tag
sliee17 commented 5 years ago

@mraza007 is it okay to save it in localStorage since there is no server?

mraza007 commented 5 years ago

I think best way is to have an api But you can try with local storage Or is there a way that our form can add data to bookmark.js file

sliee17 commented 5 years ago

@mraza007 I'll try to find a way