2 comments (2 comments)0 reactions (0 reactions)0 assignees (0 assignees)HTML12,810 stars (12,810 stars)956 forks (956 forks)batch import
feature-requesthelp wanted
Description
Hello, it would be great if the LSP spec could be exported into PDF. Thanks
Contributor guide
- Tech stack
- None
- Domain
- documentation
- Issue type
- feature
- DifficultyEstimated implementation difficulty for a new contributor, from 1 for very small changes to 5 for expert-level work.
- 3
- Estimated timeA rough time range for an experienced contributor to investigate, implement, test, and prepare a pull request.
- 1-2 days
- Activity statusHow available the issue appears right now: fresh, active, stale, blocked, or waiting on maintainer input.
- stale
- ClarityHow clearly the issue explains the expected change, acceptance criteria, and next step.
- unclear
- Prerequisites
- Understanding of the LSP spec's documentation pipelineFamiliarity with PDF generation tools like Pandoc or wkhtmltopdf
- Newbie friendlinessA 1-100 score estimating how approachable this issue is for first-time contributors.
- 25
- Research direction
- First, review the repository's documentation build system in the 'website' directory or similar. Identify the current format of the spec (likely Markdown or HTML). Then, investigate existing PDF generation tools (e.g., Pandoc, wkhtmltopdf) and evaluate integration into the current build process. It is crucial to open a discussion with maintainers to clarify the exact requirements, such as whether the PDF should mirror the HTML spec exactly or have a different layout. Check the two existing comments on the issue for any additional context. Finally, provide a proof of concept PR integrating PDF generation into the CI/CD pipeline.