Skip to content
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

Bulk Pocket item note creation #37

Closed
Superelmanu opened this issue Aug 11, 2021 · 14 comments · Fixed by #94
Closed

Bulk Pocket item note creation #37

Superelmanu opened this issue Aug 11, 2021 · 14 comments · Fixed by #94
Assignees

Comments

@Superelmanu
Copy link

Have the possibility to bulk create note from the Pocket sync by CTL+click or check box with.

@nybbles
Copy link
Owner

nybbles commented Aug 12, 2021

I don't understand what you're describing. Can you describe it more clearly?

@nybbles
Copy link
Owner

nybbles commented Aug 12, 2021

Also, is this a duplicate of #36?

@Superelmanu Superelmanu changed the title Multi selection for not creation Multi selection for notes creation Aug 12, 2021
@Superelmanu
Copy link
Author

Unless I'm doing something wrong here is my understanding of the actual process of creating notes from the pocket plugin in Obsidian:
calling the plugin selecting one article and repeat the process if you have multiple articles.

It will be time consuming if you want to important 200 Pocket saved articles in Obsidian this way.

I will like to have a check box in the Obsidian plugin to select all the articles that are needed to be created as notes.
It could work also like in a window explore by control clicking on multiple entry or by shift clicking two entry in the plugin to create all the not that are in between.

@nybbles nybbles added the enhancement New feature or request label Aug 12, 2021
@nybbles
Copy link
Owner

nybbles commented Aug 12, 2021

Are you basically trying to save your entire Pocket list onto Obsidian notes, so that you can clear out your Pocket list, but still have all of the URLs saved in Obsidian?

@Superelmanu
Copy link
Author

Yes, in a way.

@nybbles
Copy link
Owner

nybbles commented Aug 28, 2021

Okay I understand now. I think that how this would work is not really straightforward, for the following reason: if two Pocket items have the same title (e.g. if you save two different Twitter threads from the same author, the title defaults to the author's name), what should be the right behavior?

@nybbles nybbles changed the title Multi selection for notes creation Bulk Pocket item note creation Aug 28, 2021
@nybbles nybbles added the question Further information is requested label Aug 28, 2021
@rezgi
Copy link

rezgi commented Aug 30, 2021

Oh just noticed this feature request is the same as mine. My issue should be merged with this one.

@rezgi
Copy link

rezgi commented Sep 8, 2021

How I see it is a way to know what items have been synced or not, in order to have a clear view of what have been imported and what's new. Maybe mark imported pocket items as 'imported' so that the user knows what has been done or not ?

In this case there would be an action like "sync non-imported items" that would act as bulk import but only for non-imported items. What do you think ?

@nybbles
Copy link
Owner

nybbles commented Sep 8, 2021

@rezgi and I talked about this over DMs and got to a clear definition of what they are asking for, which is: make it possible to create Obsidian notes for all synced Pocket items that don't already have one. This functionality could be exposed as a command.

Also, the terms we used are:

  • syncing -> refers to syncing with the Pocket API
  • creating an Obsidian note -> refers to creating an Obsidian note that is associated with a particular Pocket item

We are going to avoid using the term "imported" because it was ambiguous.

@rezgi LMK if there's anything I got wrong or missed.

@rezgi
Copy link

rezgi commented Sep 9, 2021

That's exactly it, thanks !

@nybbles nybbles removed the question Further information is requested label Nov 3, 2021
@nybbles nybbles self-assigned this Feb 14, 2022
@nybbles
Copy link
Owner

nybbles commented Feb 14, 2022

Hey I'm revisiting this, because #66 is done and allows for handling of Pocket items with duplicate names, amongst other challenges.

I am thinking about implementing it as follows (make the functionality as simple as possible):

  1. A command to create Pocket item notes for all Pocket items that do not yet have notes.
  2. A setting to automatically create Pocket item notes when new Pocket items are synced.

Please LMK if you have any feedback/comments/questions about that. I'll try to get going on that shortly.

@jaded0
Copy link

jaded0 commented Apr 30, 2022

Your suggestion #2 is exactly what I was about to add a feature request for.

@nybbles
Copy link
Owner

nybbles commented May 12, 2022

This is released and available now in 0.8.0. LMK if you have any issues and if this meets your needs.

@jaded0
Copy link

jaded0 commented Aug 30, 2022

It's perfect!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants