goniszewski / grimoire

Bookmark manager for the wizards 🧙
https://grimoire.pro
MIT License
1.88k stars 55 forks source link

Import bookmarks from Shaarli #8

Open immanuelfodor opened 9 months ago

immanuelfodor commented 9 months ago

Import bookmarks from Shaarli could ease migration.

gingerbeardman commented 9 months ago

Hope it's OK to piggy back on this.

My import would be 5000 bookmarks 3200 tags. Standard bookmark HTML, would exported from Linkding, and before that they were in Pinboard.

Private/not, to-read/not.

goniszewski commented 9 months ago

I've started some optimization efforts to handle large collections, such as yours, @immanuelfodor, and @gingerbeardman. Right now, I'm changing the way we search for things so we can use Fuse.js without sacrificing performance too much. PR: https://github.com/goniszewski/grimoire/pull/21

Also, I want to introduce some simple tools for quickly importing bookmarks from files like JSON and HTML soon.