mraza007 / useful-bookmarks

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

Dev/xygu/20191008/tags support #21

Closed Xiaoy312 closed 5 years ago

Xiaoy312 commented 5 years ago

Bookmark tags can be added through the JSON in bookmarks.js:

    {
        "title": "Learn OpenCV ( C++ / Python )",
        "link": "https://www.learnopencv.com/",
+       "tags": [ "C++", "python", "OpenCV" ]
    },

The markdown generator and the webpage will handle them accordingly: