cyanxiao/Markdown to Telegraph
Convert markdown files to Telegraph pages
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| account-name | Telegraph account short name | no | GitHub Action |
| author-name | Author name for Telegraph pages | no | GitHub Action |
| author-url | Author URL for Telegraph pages | no | — |
| include-patterns | Comma-separated glob patterns for markdown files to include | no | **/*.md |
| exclude-patterns | Comma-separated glob patterns for files to exclude | no | node_modules/** |
| output-file | Output file to store page mappings | no | telegraph-pages.json |
| telegraph-token | Existing Telegraph access token (optional, will create new account if not provided) | no | — |
| one-entry-mode | When enabled and only one markdown file is processed, update the repository description with the Telegraph URL | no | false |
| replace-existing-pages | When enabled, reuse existing Telegraph pages instead of creating new ones (requires consistent telegraph-token) | no | false |
Outputs
| name | description |
|---|---|
| pages-created | Number of Telegraph pages created/updated |
| mapping-file | Path to the file containing page mappings |