sushichan044/mdfm - Markdown Frontmatter Extractor
Extract frontmatter metadata from Markdown files using glob patterns
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| pattern | Glob pattern to match Markdown files (e.g., "**/*.md") | yes | — |
| github-token | The GitHub token | no | ${{ github.token }} |
| version | Version of mdfm | no | latest |
| check-existence | Check for the existence of an existing mdfm | no | false |
Outputs
| name | description |
|---|---|
| json | JSON string containing extracted frontmatter and content |
| json-output-file | Path to JSON file temporary stores the output |