current-dest-directory should be available to user.
Nobody has claimed this yet.
- Dominant language
- Racket
- Stars
- 250
- Forks
- 102
- Avg merge
- 11d 11h
- Merged PRs (30d)
- 1
Description
In the file run.rkt (in scribble-lib/scribble), there is a parameter for the current output directory that scribble is rendering too. (Called current-dest-directory). This parameter seems like it should be possible for the user to get a hold of (at least to read anyway), so that they can dynamically put files in that directory. (At least that is what @wilbowma seems interested in doing.)
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by reading run.rkt in scribble-lib/scribble and trace how the current-dest-directory parameter is scoped during rendering. Check how user-facing parameters are exposed in that area. Done means users can read the current output directory while rendering; the issue names no test entry point.
Written by the indexing model from the issue text.
Assessment
- Domain
- tooling
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100