commits
* publishing: Pull title from H1
Allows the title to be sourced from the published document's first H1
header. The order of precedence for determining the document's title is
now:
- `title` frontmatter field
- First present H1 header
- Filename
* refactor header extracting
* enable via settings
* fix lint
---------
Co-authored-by: Isaac Corbrey <isaac@isaaccorbrey.com>
The `path` frontmatter field in notes being published is now passed on
to the resultant `site.standard.document` record, and the `url` field
written post-publish now uses that path and is sanitized to prevent
double slashes.
Producing a Pckt.blog artifact now includes the correct facets for
encoding headers, links, and styling.
* handle existing clipped document
* bump version
* resolve actors with slingshot
* progressively render publiactions
* bump version
* rename plugin, update readme
* add feed command
* view list of publicaiton's docs
* clip documents to vault
* add frontmatter
* use bsky link for author
* trim whitespace entities
* initial work for standard.site/leaflet
* update document
* set frontmatter for published doc
* initial work for pckt
* remove publicaitons view
* lint and type fixes
* add agent resolver
* add view to list subscribed publications
* bump version
* publishing: Pull title from H1
Allows the title to be sourced from the published document's first H1
header. The order of precedence for determining the document's title is
now:
- `title` frontmatter field
- First present H1 header
- Filename
* refactor header extracting
* enable via settings
* fix lint
---------
Co-authored-by: Isaac Corbrey <isaac@isaaccorbrey.com>