4 plugin.gemini
Mohammed Qureshi (Nova Cat) edited this page 2025-07-24 17:10:24 -07:00

Plugin details

Name: Gemini Protocol
Author: @swee
Status: Mainline
Types: link.byScheme

This plugin gives the ability to parse gemini:// links.

It gets a "title" by finding the topmost heading, for example:

If one's capsule page would be:

# My Gemini capsule!

Hello Gemini!

or even

Hello Gemini!

# My Gemini capsule!

Then MeowNexUS reports the title as "My Gemini capsule!"

if there are no headings:

Hello Gemini, welcome to my capsule!

MeowNexUS would report "No title found"

Tip

If a channel already has bots that parse links, but not Gemini links,
you can add the +plugins.gemini.links flag

as shown in $config documentation.