-
Notifications
You must be signed in to change notification settings - Fork 36
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
[FR] allow publishing in Listed #98
Comments
Hi @fazlerabbi37, Listed.to appears to be a service that integrates with https://standardnotes.org/. This notes app is a client for https://simplenote.com/, so publishing to Listed is not something we could support. |
that is true. Listed.to is a service that is integrates with Standard Notes and interacts with Standard Notes via extension.
To use this tool to publish to Listed.to anonymously, we would need 2 functions:
What I would like to know if you are planning to support this. If not would you mind if I take a stab at it (though I am a novice and would require a lot of your guidance)? |
@fazlerabbi37 I'm still not sure exactly what you are asking? Are you wanting a feature on sncli that allows pushing a note to listed.to? How does this relate to being anonymous?
You already can with sncli - if you don't set a username or password, it will still work fine as an offline notes app.
Please do. I currently don't have much time for development here. I would be happy to give guidance on a pull request. Perhaps if you write an example proof of concept it would also help explain exactly what you have in mind. |
Yes, I precisely want a feature where I can push to Listed.to using this CLI tool. This relates to being anonymous because I did not know that we can use
I did not know this so thanks for this!
I will try to do a PoC once I get a chance to get a look at the current code I guess. Also I need to understand how the extensions work in Standard Notes. |
Ok, cool. In that case, yes that's a feature that could be useful if it could be implemented in a way that is off by default, doesn't cause much extra maintenance, and doesn't affect existing functionality when it's turned on.
Definitely. I'm not sure if Listed.to is open source, or its terms and conditions, so it may be worth finding a contact for that, or contacting the maintainers of standardnotes. Some reverse engineering may be required... |
It is open source. source code for server: https://github.com/standardnotes/listed |
I just found this project from one of the issues in the sn-cli project. I was looking into it to request the same feature. See sn-cli issue 15. I just tried the
create
andlist
commands fromsncli
and it works great for me.However, I was looking into Standard Notes because with Listed.to, it allows people to publish anonymous blog. I am really excited about Listed.to and it's feature. If I were to use it, I would spin up a minimal VM and install a CLI client to write and publish the blog but as of now it is not possible to do it with this program as it requires sign in and extensions are not supported as well.
It would be very helpful for a lot of privacy concern people if this feature is implemented.
Thanks for the great tool!
The text was updated successfully, but these errors were encountered: