picosh / pico

hacker labs - open source and managed web services leveraging SSH
https://pico.sh
MIT License
741 stars 25 forks source link

prose: infer title from first <h1> before any <p> #93

Closed CosmicToast closed 4 months ago

CosmicToast commented 4 months ago

This eliminates the need to use explicit title metadata for the vast majority of posts. This still allows explicitly setting a title via the frontmatter. If neither is found, the current logic goes on.

TODO: infer first <p> to be description. TODO: consider supporting hashtags.