ckolderup / postmarks

a single-user bookmarking website designed to live on the Fediverse
https://postmarks.glitch.me
MIT License
464 stars 38 forks source link

Add Private Bookmarks #194

Open DennisJDufrene opened 4 months ago

DennisJDufrene commented 4 months ago

Is there a way to add private bookmarks? If not, I think it would be a great feature to add.

Great application!

TomCasavant commented 4 months ago

I was thinking about this a few months ago #170, I assume the idea would be just have a toggle on the bookmark that if enabled means the post doesn't get federated and is only visible in admin view?

One other option was thinking was have 'draft' bookmarks that don't get federated until the admin manually federates them? Which might help down the line if bookmarks are added in automatically via some sort of API

Edit: But no, as of right now I don't think there's a way to add a private bookmark

DennisJDufrene commented 4 months ago

@TomCasavant

I assume the idea would be just have a toggle on the bookmark that if enabled means the post doesn't get federated and is only visible in admin view?

This is what I was thinking. Something like a flag on the New Bookmark screen (Private [ ]) that when checked, does not federate and does not appear on the main page, but does appear on the Admin section under Private Bookmarks.

The flag could also be available on the Edit Bookmark screen, that way you could flip it to public if you wanted it to be public and federate.