🦠 The Definitive Gemini Protocol Toolkit
gemini gemini-protocol gemtext parser zero-dependency toolkit ast converter html markdown cli networking
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

docs(readme): update feature descriptions

Fuwn d29c999f 39706164

+10 -10
+10 -10
README.md
··· 39 39 40 40 ### Features 41 41 42 - | Feature | Description | 43 - | ---------- | ---------------------------------------------------------------- | 44 - | `default` | `ast`, `convert`, `meta`, `request` | 45 - | `ast` | Construct AST trees from raw Gemtext. | 46 - | `blocking` | Blocking equivalent of `request` | 47 - | `convert` | Convert from Gemtext to markup formats such as HTML or Markdown. | 48 - | `request` | Make Gemini requests and get sane, structured results. | 49 - | `meta` | Structure-ize a Gemini response's meta section | 50 - | `macros` | Macros to aid with various Germ-related functionalities | 51 - | `quick` | Quick functions to create valid Gemtext elements from input | 42 + | Feature | Description | 43 + | ---------- | --------------------------------------------------------------------- | 44 + | `default` | `ast`, `convert`, `meta`, `request` | 45 + | `ast` | Construct AST trees from raw Gemtext | 46 + | `blocking` | Blocking equivalent of `request` | 47 + | `convert` | Convert Gemtext to markup formats such as HTML or Markdown | 48 + | `request` | Make Gemini requests, get sane, structured results | 49 + | `meta` | Structure-ise a Gemini response's meta section | 50 + | `macros` | Macros to aid with various Germ-related functionalities | 51 + | `quick` | Tiny functions to create valid Gemtext elements from structured input | 52 52 53 53 ### Examples 54 54