-
Notifications
You must be signed in to change notification settings - Fork 9
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
Support short notes in the main feed #9
Comments
Do you have at least one long format post? |
No, only short form posts, maybe that is the problem. I am experimenting with making Oracolo one of the front-ends for my project anonmicroblog, but there it's all short form without titles or images. |
I suppose this is the problem, Oracolo is designed to handle the long format. |
I wrote something similar as oracolo for short posts. I'll share GitHub link in the next few days, I have to polish it a bit. |
This experimental version support the kind:1 in the main feed: Check the |
Amazing! Works beautiful. A few suggestions - since it is short notes, it should be possible to display whole notes without clicking. It is often cut mid sentence, but there's not much to it, it would work better with just full short notes. And it does not display images in the short notes. But for me it's good enough already. |
This is where things start to get tricky, because the note may include media.
Fixed. |
It's perfect. I commited also my minimalistic take on short note viewer, but now oracolo is better. I had a specific goal in mind, so someone might find my tool useful for finetuning, it is really small code (around 4KB of code, around 56KB compiled). |
Hey,
I am trying it out, displaying also short notes min 3 characters and no comments. I get the correct profile image and profile description, so some communication with Nostr relays is going well. I also see in developer tools when I look at the websocket connections, that the relays returned some posts, but I never get any content displayed, the circle is turning, but nothing is displayed besides profile info.
Developer Console does not return any errors.
Configuration:
The text was updated successfully, but these errors were encountered: