Giter Club home page Giter Club logo

Comments (8)

yguan avatar yguan commented on August 19, 2024 1

Hi @lsimone, the limitation with the current implementation is its use of indexedDB. Your proposal of using bookmark to store tag is a good idea, and I think store all bookmarks in one folder, and store all tags and bookmark IDs in another folders may be the way to go. When the app is loaded, it will load all tags and bookmark IDs and the subsequent operation will be in memory.

I don't have any time to work on this extension for the next 3 months. If you're interested in helping out, please fork it and request merge once it's done, and your name will be mentioned on the github repository and chrome store.

The code that you may need to change should be restricted to bookmark-repository.js, tag-group-repository.js, and bookmark-loader.js.

from bookmark-tagging.

yguan avatar yguan commented on August 19, 2024

No, it doesn't sync the bookmarks across machines. It stores the bookmark in the indexedDB maintained by your browser. Chrome may not support syncing of indexedDB in the distant future because indexedDB's capacity is determined by the available space in your storage drive.

from bookmark-tagging.

orschiro avatar orschiro commented on August 19, 2024

Thanks for clarification.

Bummer to hear that. At least for me, cross-machine support is more important to ensure than tagging.

from bookmark-tagging.

lsimone avatar lsimone commented on August 19, 2024

hello @yguan , the @orschiro concern is mine too: I think synchronization is the most important feature this extension lacks.
there is another chrome extension that stores the bookmarks into multiple folders (one for each tag), so that, native Chrome synchronization will bring in all your machines your tagged bookmarks library.

Isn't it an interesting enhancement idea?

Since I really appreciate your work, I would also propose to contribute, if you need help.
have a nice day!

from bookmark-tagging.

lsimone avatar lsimone commented on August 19, 2024

Hi @yguan ,
did you ever have a look at: https://developer.chrome.com/apps/storage ?
It can be another implementation idea.

from bookmark-tagging.

yguan avatar yguan commented on August 19, 2024

Yes. The problem with storage is the max capacity is 102,400 bytes.

from bookmark-tagging.

lsimone avatar lsimone commented on August 19, 2024

uhm...isn't that enough for a reasonable bookmarks collection?

from bookmark-tagging.

TylerRick avatar TylerRick commented on August 19, 2024

Any update on this?

By the way, I came across https://github.com/akshaykumar90/savory, which looks like it will allow sync support ... but it doesn't appear to be very finished or usable yet.

from bookmark-tagging.

Related Issues (10)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.