picosh / pico

hacker labs - open source and managed web services leveraging SSH
https://pico.sh
MIT License
774 stars 28 forks source link

Unlisted posts (lists.sh) #29

Closed ayoayco closed 6 months ago

ayoayco commented 1 year ago

Just an idea for a feature to mark a post as "unlisted" -- that is, not seen on users' profiles and also opted-out of the "discover" feed, but can be seen by anyone with the URL.

neurosnap commented 1 year ago

Adding “draft: true” or setting the date to the future will do what you want.

ayoayco commented 1 year ago

@neurosnap thanks for responding! Do you mean metadata on the text file like this

=: draft true

I tried on this list to test but it's still showing up on my profile

Full text file content is:

=: title My Bluray Collection
=: description some films I bought a physical disc
=: draft true

Batman Begins
Batman Forever
neurosnap commented 1 year ago

Ohh you’re using lists.sh

pushing the date forward in the future will do what you want in that case.

I should add draft to lists as well, good idea!

ayoayco commented 1 year ago

Oh yeah, should have mentioned lists.sh :) Thanks will use the date for now!

Edit: I'm willing to submit a PR for adding the "draft" meta property if it is welcome, I can maybe setup the project this weekend.

neurosnap commented 12 months ago

Sorry for the late reply! We will happily accept PRs! If you have questions about how to setup the project locally, feel free to join our IRC channel #pico.sh @ libera.chat

neurosnap commented 6 months ago

Closing because we are shutting lists.sh down. Thanks for your interest!

geek-9 commented 5 months ago

finger is natural way to read wish list etc.

ayoayco commented 5 months ago

@neurosnap you have interesting projects! Thanks for working on them :)