No scribble toolbar in DrRacket? #3
Labels
No Label
bug
duplicate
enhancement
help wanted
invalid
question
wontfix
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: suzanne.soy/hyper-literate#3
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
The
scribble/lp2
language adds some render pdf/html buttons to DrRackets toolbar. Unless I've installedhyper-literate
incorrectly, it does not do that. This seems not right.I don't use the scribble toolbar and instead rely on the package's
info.rkt
file to indicate which scribble files have to be built. That way, the resulting HTML is integrated in the rest of the documentation (hyperlinks to and from the rest of the documentation).I'll try to see why the toolbar isn't showing when I find a bit of free time, but I'm afraid the integration with DrRacket might require a lot of boilerplate.
It looks like you're wrapping the wrong
get-info
function in your reader. Give me a second and I'll do a pull request that I think fixes it.