In-app text and markdown publishing and editing
See original GitHub issueCurrently 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:
- Create a new post via the existing markdown editor directly in the app
- Edit previous text or markdown posts directly in the app
- Embed other LBRY content directly in the posts (add a custom button or parsing for lbry.tv embeds)
This will likely require somewhat separate code for lbry.tv and LBRY Desktop.
Issue Analytics
- State:
- Created 3 years ago
- Comments:21 (15 by maintainers)
Top Results From Across the Web
Byword - Markdown text editor app for Mac, iPhone and iPad.
Byword is simple and efficient text editor for Markdown. ... Preview your documents in app, export to HTML, PDF, rich text, or publish...
Read more >iTextEditors - iPhone and iPad text/code editors and writing ...
Comparison chart of iPad and iPhone (iOS) text editing applications. ... If you're editing Markdown, there's a great Mac app called Marked ...
Read more >The Best Markdown Editors for iOS - SitePoint
Editorial is a powerful text editor for iOS that offers excellent Markdown support. It also supports Fountain, a markup language for ...
Read more >7 Minimalist Markdown Writing Apps for iPad - Paper app
Powerful, beautiful Markdown editor for iOS. 1Writer combines all the basic text editing features you would expect with all the advanced ...
Read more >TextSer on the Mac App Store
TextSer is tool for Markdown writers. It enables you to write markdown anywhere and turn it into styled text or publish it as...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Lbry.tv
has a similar endpoint for this. https://lbry.tech/api/sdk#getIdk, 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
blob
from a string:Yes you can just use the stream api from the lbry sdk, and
fetch
the stream dataIdk where are docs of the stream api…
https://github.com/lbryio/lbry-sdk/issues/1634