eprovst / wrap

A Fountain export tool with some extras...
GNU General Public License v3.0
62 stars 8 forks source link

newline-indented keys support in title page #26

Closed earthbound19 closed 6 years ago

earthbound19 commented 6 years ago

The following title page layout format works: Title: "TITLE"

This doesn't:

Title:
  "TITLE"

--where there are either space or tab indents for "TITLE."

eprovst commented 6 years ago

"Indenting is 3 or more spaces, or a tab." So it's normal your provided example has unexpected behaviour (which reminds me that I might have to check that wrap behaves somewhat logical in that case) however tab(s) not working is indeed a bug. Thanks for the report will check it out once I find some time. 🙂

eprovst commented 6 years ago

In my testing both spaces (of correct amount) and tabs work, is there anything else special about your file? (sometimes there is a invisible character at the start of the file that makes the title page invalid).

earthbound19 commented 6 years ago

I don't know. I futzed with it and can't narrow down what made it not work minutes ago but work now (using tabs). If I'm able to find an exact cause I'll open another issue with detail.

eprovst commented 6 years ago

Please leave a comment here, I'll reopen this if necessary.