-
-
Notifications
You must be signed in to change notification settings - Fork 385
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Allow adding multiple URLs at once #158
Comments
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. |
kamtschatka
added a commit
to kamtschatka/hoarder-app
that referenced
this issue
May 19, 2024
Added a reusable dialog opening a dialog that allows you to decide if you want to import multiple URLs at once if you provide only that
kamtschatka
added a commit
to kamtschatka/hoarder-app
that referenced
this issue
May 19, 2024
simplified the code
kamtschatka
added a commit
to kamtschatka/hoarder-app
that referenced
this issue
May 19, 2024
Added a reusable dialog opening a dialog that allows you to decide if you want to import multiple URLs at once if you provide only that
MohamedBassem
pushed a commit
that referenced
this issue
May 19, 2024
Implemented by @kamtschatka in #167! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
The text was updated successfully, but these errors were encountered: