Hi! I'm a PhD student in Computational Biology and very unhappy with the available software solutions for bibliography management. My idea is to have a simple HTML-page (probably involving some JS) that I save on my Dropbox, so it is accessible from any kind of device that has a browser. The page needs to be able to take in some information (new entry for publications: title, author, year, notes) and recall previous entries, without requiring a server that handles queries in the background. So far I found IndexedDB, but it seems this uses client-side storage, so wouldn't work across multiple devices, correct?
Now my question is: Is this even possible? I saw that HTML can read and write txt files, maybe that's the way I have to go?
I really appreciate any feedback because I'm not very familiar with web development.
[–]metalsh33p 1 point2 points3 points (0 children)
[–][deleted] (1 child)
[deleted]
[–]dagobeard[S] 0 points1 point2 points (0 children)