hoarder-app / hoarder

A self-hostable bookmark-everything app (links, notes and images) with AI-based automatic tagging and full text search
https://hoarder.app
GNU Affero General Public License v3.0
2.28k stars 77 forks source link

Allow adding multiple URLs at once #158

Closed kamtschatka closed 1 month ago

kamtschatka commented 1 month ago

When you have a lot of URLs at hand, it would be great if you can put them all into hoarder at once. A simple solution would be, if you drop a list of URLs in the "new item" and press "Save", it checks if this is just a list of URLs separated by new-line characters. If it is, then ask if it should be a note, or if the URLs should be imported as separate Bookmarks.

MohamedBassem commented 1 month ago

hmmm, I haven't so far implemented any mass importing functionality in the app itself because you can do it with the CLI (https://docs.hoarder.app/import). Though I understand that probably not everyone would be familiar with how to use CLIs.

MohamedBassem commented 1 month ago

Implemented by @kamtschatka in #167!