Skip to content

Raindrop HomePage is a minimalist interface to display your Raindrop.io bookmarks marked as favorites. This application is not intended to replicate the interface of Raindrop.io.

Notifications You must be signed in to change notification settings

jpigla/Raindrop-HomePage

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

38 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Raindrop-HomePage

Raindrop Homepage is just a minimalist interface to display your Raindrop bookmarks marked as favorites. This application is not intended to replicate the interface of Raindrop.io.

I made this app/page because for me, it's the best way to have simple quick and easy access to all my favorites on all my browsers and devices without having to worry about syncing all my browsers. Especially because safari can only be synced with others browsers on Windows with the iCloud plugin...

to use it, this is fairly simple.


  1. make sure you are log-in on your Raindrop Account

  2. click on this link https://app.raindrop.io/settings/integrations

  3. click the + Create a new app button

  4. Name your app as you wish, like "MyUsername Homepage" and accept the raindrop Api Terms & Guidelines

  5. click on the app name you just created

  6. click on Create test token and copy it

  7. paste it on my own github page / OR / in the token.js file if you plan to use it on your own

  8. and it's done ✅ you can set this page as your launchpage / new tab in your browser

Note that as for now Raindrop-Homepage cannot store your token on a secure location so it will be stored in the localStorage of your browser, so keep in mind that if you clear the cache of your browser, this window will reapear.

NB: -for safari in iOS, you cannot set a homepage, so simply add the webpage icon on the home screen and use it instead of safari.

-the switch on the top right let you change from favicon view to cover view.

-with the favicon view icon are fetching with the Google icons API, which I think is the best available for free (check the favicons.js to explore others choices.) Sadly even with the Google API some icons are in low resolution, another solution will be to fetch apple-touch-icons in the head of each bookmark, but I couldn't do it... On the favicon view, each card background is a backdrop-filter with some effect to it.

-if you are not a fan of the icon view, you can switch to the cover view, it will use the cover automatically generated by raindrop.io note that you can customize it in the raindrop app itself.

About

Raindrop HomePage is a minimalist interface to display your Raindrop.io bookmarks marked as favorites. This application is not intended to replicate the interface of Raindrop.io.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • CSS 41.2%
  • JavaScript 40.5%
  • HTML 18.3%