Embedding Gemini capsules into a forum post
| Author | Topic |
|---|---|
|
admin
|
Why not utilize an ability to provide a custom renderer to do some arbitrary requests on the backend? Let’s get Gemini client and just parse the GMI contents just into a code block. You can follow the following tutorial to find out how to implement your custom renderer for vpub-plus: https://vpub.mysh.dev/topics/17 CodeWe will create custom As for gemini client, we will use Gemax:
And this is what we ended up with:
Funny. I wonder how it would look like if we transform GMI into HTML nodes? Last edited on |
|
admin
|
After some more experimentation, I think this might be not that crazy of an idea. Stylize it a little bit, actually render gemtext into HTML and this start to look interesting.
Maybe I can add some sort of embed system in place for developers to use? Or maybe not. Last edited on |

