From 58e02d4eee22a064cc69374a6c9fd01d4db53af7 Mon Sep 17 00:00:00 2001 From: Matthew Butterick Date: Thu, 18 Nov 2021 12:57:02 -0800 Subject: [PATCH] add note about DrRacket appending a `rkt` file extension to `p` files (addresses #264) --- pollen/private/ts.rktd | 2 +- pollen/scribblings/tutorial-second.scrbl | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/pollen/private/ts.rktd b/pollen/private/ts.rktd index 6a36ec4..c0c8589 100644 --- a/pollen/private/ts.rktd +++ b/pollen/private/ts.rktd @@ -1 +1 @@ -1636754439 +1637269022 diff --git a/pollen/scribblings/tutorial-second.scrbl b/pollen/scribblings/tutorial-second.scrbl index 303f6f7..3739993 100644 --- a/pollen/scribblings/tutorial-second.scrbl +++ b/pollen/scribblings/tutorial-second.scrbl @@ -405,6 +405,9 @@ Beyond that, all we need to do make sure our template has the three key ingredie In your project directory, create a new file called @filepath{template.html.p}: +@margin-note{If you're using DrRacket on Mac OS to save this file, it may insist on adding a @filepath{rkt} extension to the filename. If so, you can either correct the filename after you save the file, or instead use a different text editor to create @filepath{template.html.p}.} + + @fileblock["template.html.p" @codeblock[#:keep-lang-line? #f]{ #lang pollen