2 Kommentare (2 Kommentare)0 Reaktionen (0 Reaktionen)0 zugewiesene Personen (0 zugewiesene Personen)HTML12.810 Stars (12.810 Stars)956 Forks (956 Forks)batch import
feature-requesthelp wanted
Beschreibung
Hello, it would be great if the LSP spec could be exported into PDF. Thanks
Contributor Guide
- Tech Stack
- Keine
- Domain
- documentation
- Issue Type
- feature
- SchwierigkeitGeschätzte Implementierungsschwierigkeit für neue Contributors, von 1 für sehr kleine Änderungen bis 5 für Expertenarbeit.
- 3
- Geschätzte ZeitEin grober Zeitrahmen, um zu recherchieren, zu implementieren, zu testen und einen Pull Request vorzubereiten.
- 1-2 days
- AktivitätsstatusWie verfügbar das Issue gerade wirkt: frisch, aktiv, stale, blockiert oder wartet auf Maintainer-Input.
- stale
- KlarheitWie klar das Issue die erwartete Änderung, Akzeptanzkriterien und den nächsten Schritt erklärt.
- unclear
- Voraussetzungen
- Understanding of the LSP spec's documentation pipelineFamiliarity with PDF generation tools like Pandoc or wkhtmltopdf
- EinsteigerfreundlichkeitEin Score von 1 bis 100, der schätzt, wie zugänglich dieses Issue für First-Time Contributors ist.
- 25
- Research-Richtung
- 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.