0 votes
by (160 points)
I'm using Harlowe. Is it possible to show the Passage title on the page? For example, if I'm in the passage "Cave", can the page display <h2>Cave</h2>? Ideally, I'd like a solution where I don't have to go edit every single passage. I am using a Header passage--maybe it could be updated there? Thanks!

1 Answer

+2 votes
by (2.7k points)
selected by
 
Best answer

I think, this will do

<h2>(print: (passage:)'s name)</h2>

You can put this into a header tagged passage.

by (160 points)
awesome! thnx!
...