patat icon indicating copy to clipboard operation
patat copied to clipboard

Hide page number

Open iliocatallo opened this issue 3 years ago • 2 comments

Hello there,

I was wondering if there is a way to hide the page number (maybe via a configuration). For the time being, I just removed active from the concatenation at https://github.com/jaspervdj/patat/blob/1c72d3b059fde7e6a17d466afbaf2490e424f5b5/lib/Patat/Presentation/Display.hs#L73 and recompiled.

Thank you, ciao!

iliocatallo avatar Nov 11 '21 08:11 iliocatallo

Hi @iliocatallo, this currently isn't possible but I'm open to adding this as a configuration setting. Is this something you would want to create a PR for? I think it should just be a matter of adding this to PresentationSettings and then removing it from the concatenation as you suggested.

jaspervdj avatar Nov 11 '21 14:11 jaspervdj

Hi @jaspervdj,

Sorry for the late reply. Haskell is not my day-to-day language, but I can try to give it a look.

ciao!

iliocatallo avatar Nov 21 '21 15:11 iliocatallo