"vlad" wrote:Indeed. Hopefully it's not biggie if we'll correct this.
I was thinking that maybe this line could be editable by the user. You know, something like the page setup when you print from a browser and you want to insert the date and page number in the header or footer...
You could use literals and variables for node type (%T), node caption (%C), path (%P), depth (%D) and position (%N) in the tree...
I can see uses like the current one
--- [%T] %C --- Path:%P (Depth: %D) ---
and like that :
Chapter %N - for a short story or a novel, useful to print out drafts for editing
Day %N: %C - for a travel diary (Day 5: My first day in Brazil)
Lesson #%N - "%C" - for teachers and such (Lesson #6 - "How to plant tomatoes")
### - the '###' literal is used by the yWriter software to split text files into different scenes
Could be improved with page-break and new-line variables, a definable number of blank lines before and after the header line, a font and size choice, and a left/center/right alignment...
Now that definitely is more a feature request than a bug report :D
Lush