-
Notifications
You must be signed in to change notification settings - Fork 414
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
In-app text and markdown publishing and editing #4105
Comments
50,000 LBC bounty for this if someone wants to do it |
How would you guys want the UI to look? Would there be a new publish markdown button? The current publish just goes straight add a file via upload and I don't really see any tab pattern in the app already. |
My off-the-cuff proposal:
In general, we're happy to do a pass on labeling or other presentation, so if you can get the core architecture and design correct, we're happy to make any final decisions on necessary icons, labels, etc on review and merge. |
Cool will give it a shot this weekend. |
How'd it go @jtwebman? |
@kauffj Slower then I thought. The way that the upload page is built doesn't make it that easy. I need to re-think how I was going to do it. |
@jtwebman if you're still actively working on it and it'd be helpful to chat with one of our team, just let me know |
@kauffj Thanks, I am still working on it but this week was a little crazy at work so I didn't have as much time. I think I have a much better idea now on how to do it. If I have any questions I will ask for sure. I also will try and get a WIP Draft PR open so the team can take a look and make sure I am on the right path once I get some time tomorrow. |
@kauffj Ok sorry to delay this. I think this is maybe too much for being new to the project for me to bit off. If anyone else wants to work on this please do. |
@jtwebman all good, thank you for attempting the challenge 😁 I hope you are enjoying LBRY |
@kauffj I do very much and will keep trying to help out. It just been a long time since I have worked on the frontend. |
I'm working on some minor improvements to the markdown editor, if nobody picks this one, I'll give it a try, either way I can provide help if needed ✌️ |
@btzr-io would love to see you try this one, it's very desired feature https://twitter.com/squidlord/status/1260967812383805441 The bounty promised above still stands, worth about $2500 for someone to do this right now |
@kauffj Ok, I can give it a try 👍 |
Initail refactioring for the filePublish |
Those the bounty still stands ? |
@btzr-io yes, bounty still stands. Would love to give it to someone I already know is talented 😛 |
Hi guys, I was curious on the technical side on how one would be implemented (wanted to get acquainted with the SDK). |
Idk, I don't think so
Yes, there are different ways to achieve this, there is a new web api specifically for this but is still experimental, you can create workspaces, folders and files etc.. You can also build a
Yes you can just use the stream api from the lbry sdk, and Idk where are docs of the stream api... |
|
@kauffj This should be marked as closed. |
Currently markdown is well supported only if you prepare it via an external editor and upload a
.md
file directly.It would be much better UX if a user could:
This will likely require somewhat separate code for lbry.tv and LBRY Desktop.
The text was updated successfully, but these errors were encountered: