Commit Graph

326 Commits (dev-jobs-flag)

Author SHA1 Message Date
Matthew Butterick 1d4d220f58 check that source exists (fixes #191) 5 years ago
Matthew Butterick 3706937dac parameterize current-metas around `root` (fixes #188) 5 years ago
Matthew Butterick 8c27ed5406 correct next* return value (fixes #187) 6 years ago
Matthew Butterick 4a55c98a0c shorten msg 6 years ago
Matthew Butterick ddd9ae3798 use more logger 6 years ago
Matthew Butterick bcfdddc59a adjust messages 6 years ago
Sorawee Porncharoenwase bfe1a2c9c8 Fix typos in the documentation 6 years ago
Matthew Butterick e14c9abaa2 ignore more 6 years ago
Matthew Butterick 117ddb9753 more lenient return contract for `select-from-metas` (fixes #184) 6 years ago
Matthew Butterick 458deabe10 trivium 6 years ago
Matthew Butterick 9c59c50095 parent directory might've been deleted (fixes #185) 6 years ago
Matthew Butterick 8257c81903 missing arg 6 years ago
Matthew Butterick 78aefc7c1f add `allow-unbound-ids` (partially resolves #183) 6 years ago
Matthew Butterick 69df80d115 remove scribble js 6 years ago
Sorawee Porncharoenwase ef31b6e130 Document Pygments options and regenerate Scribble files
Complete the documentation for Pygments.

The change to `scribble-common.js` is due to a new feature from a new version
of Scribble.
6 years ago
Sorawee Porncharoenwase 7ab5a8d59f Sync changes from Frog's pygments
Upstream code:
https://github.com/greghendershott/frog/blob/master/frog/private/enhance-body/syntax-highlight/pygments.rkt

In particular, this commit allows users to supply a Python executable
which is needed if, for example, Pygments is installed for Python 3, but
`python` is an alias for Python 2.
6 years ago
Matthew Butterick f3fb154704 transitive loading message (closes #176) and other improvements 6 years ago
Matthew Butterick 75ec407890 simplify 6 years ago
Matthew Butterick 419dc32a3b ah yes 6 years ago
Matthew Butterick 559da05c8d 1.5 update 6 years ago
Matthew Butterick e70f476c93 of course 6 years ago
Matthew Butterick aa743905a2 document & test `trim-whitespace?` 6 years ago
Matthew Butterick 242174d482 update comment 6 years ago
Matthew Butterick ee435c1a06 add `trim-whitespace?` setup value (partially resolves #180) 6 years ago
Matthew Butterick 48dd08fd0d Styx 6 years ago
Matthew Butterick c96c339943 QOTSA 6 years ago
bruno cuconato c6324de23c add utilities by @lijunsong 6 years ago
Matthew Butterick f8bf2b25c8 nonzero exit code for bad raco command (closes #177) 6 years ago
Matthew Butterick e65c165e7b and another 6 years ago
Matthew Butterick 03aa25f4e5 check default arg for stringness 6 years ago
Matthew Butterick e6a5bbb639 input leniency 6 years ago
Matthew Butterick ac6f6f209a bump version to 1.4 6 years ago
Matthew Butterick e786692520 lozenge note 6 years ago
Matthew Butterick aa7aa7a2e4 tolerate a wider assortment of source-name types 6 years ago
Matthew Butterick 439e22ef65 oops 6 years ago
Matthew Butterick 6f895f23c0 `html-to-pollen` conversion language 6 years ago
Matthew Butterick 09df7982a7 fix converter 6 years ago
Leandro Facchinetti fcc7c3cb3e Update dead link 6 years ago
Matthew Butterick 3d8587b052 Revert "another small fix for new expander"
This reverts commit 15539736d2.
6 years ago
Matthew Butterick 15539736d2 another small fix for new expander 6 years ago
Matthew Butterick 2506430244 temp fix 6 years ago
Matthew Butterick ae6923e481 add fallback.xml 6 years ago
Matthew Butterick de9436a695 tiny refac 6 years ago
Matthew Butterick f2238189d7 remove "p" from module-suffixes 6 years ago
Matthew Butterick 655003c1d9 improve handling of DrRacket file extensions 6 years ago
Leif Andersen 7fed0d10e2 Set default file extensions for pollen in DrRacket. 6 years ago
Matthew Butterick a8c3436c0e docs typo 6 years ago
Matthew Butterick a854e2ed7f add `for/splice` and `for*/splice` to docs 6 years ago
Matthew Butterick a3f1142dc6 be more lenient with `raco pollen render` input (fixes #173) 6 years ago
Matthew Butterick 5ae7e6bb52 duh 6 years ago
Matthew Butterick 7e105a0043 tidy 6 years ago
Matthew Butterick b8f1121884 note to self 6 years ago
Matthew Butterick 3ec7df6513 less slovenly 6 years ago
Matthew Butterick 104baa0384 also `for*/splice` 6 years ago
Matthew Butterick 5733b102f3 add `for/splice` 6 years ago
Matthew Butterick 829bf2b421 raco pollen render: use first dir as project root (fixes #172) 6 years ago
Matthew Butterick ce11af6df4 improve Windows friendliness of sample code 6 years ago
Matthew Butterick e40ea120e6 add `--subdir` switch to `raco pollen render` 6 years ago
Leandro Facchinetti 2b1183c840 Fix extra ‘}’ 6 years ago
Matthew Butterick 0233edcbb6 reset cache in tutorial 6 years ago
Matthew Butterick ae32a5a86c delete a function 6 years ago
Matthew Butterick 69d9c168b6 tidier patch 6 years ago
Matthew Butterick e5bb3a7f7c patch for expander selection 6 years ago
Matthew Butterick 32d509745b improve `split-metas` 6 years ago
Matthew Butterick 7e7b800676 better error & newline behavior 6 years ago
Matthew Butterick 4ac6a9b693 duh 6 years ago
Matthew Butterick 16bf40bc68 preserve source locations 6 years ago
Matthew Butterick c60a397365 set a better example 6 years ago
Matthew Butterick 6a4192fb13 test `current-metas` 6 years ago
Matthew Butterick 2586e69910 simplify expander 6 years ago
Matthew Butterick 29ea34d123 more nits 6 years ago
Matthew Butterick fc3232303d nits 6 years ago
Matthew Butterick 8495bc0309 finish `current-metas` (closes #166) 6 years ago
Matthew Butterick 39093d6d85 refac 6 years ago
Matthew Butterick dfa9eb4713 refac 6 years ago
Matthew Butterick e10de61aa2 `values` instead of `identity` 6 years ago
Matthew Butterick 8b1f79ba07 update installation instructions 6 years ago
Matthew Butterick 656d53c73f add `current-metas` parameter (addresses #166) 6 years ago
Matthew Butterick 485dc2c062 change name to `cache-watchlist` 6 years ago
Matthew Butterick 1cb16c0440 add `compile-cache-watchlist` (fixes #168) 6 years ago
Matthew Butterick d546a972d9 gentle refactoring 6 years ago
Matthew Butterick 235272ef76 duh 6 years ago
Matthew Butterick 93312b4ca7 member to memq 6 years ago
Matthew Butterick d41045f079 project server touchups 6 years ago
Matthew Butterick 6040e06a47 contract correction 6 years ago
matiasz 0c478fa1c7 Fix typo in docs for third tutorial 6 years ago
Joel Dueck 0a077825c6 Update URL of ‘Secretary’ project in scribble docs 7 years ago
Matthew Butterick ffa234c348 doc updates 7 years ago
Matthew Butterick a731428072 let `get-doc` and `get-metas` work with pagetree sources (fixes #159) 7 years ago
Matthew Butterick 6c14fde7bc bump version to 1.3 7 years ago
Matthew Butterick 5dc6b8a26a nit 7 years ago
Matthew Butterick fdf5085997 Picasso visits the Planet of the Apes 7 years ago
Matthew Butterick 07a8158391 edit docs for `cached-doc` and `cached-metas` 7 years ago
Matthew Butterick 4748ef4e25 doc typo 7 years ago
Matthew Butterick edbf31f267 slow learner 7 years ago
Matthew Butterick 7b35b7bbcf just for you 7 years ago
Matthew Butterick 302bf74af1 suppress pretty newline 7 years ago
Matthew Butterick 502ff743e1 pretty printing 7 years ago
Matthew Butterick 0e5c92491d update comments 7 years ago
Matthew Butterick 2668d2a4fd avoid a module load 7 years ago