fountain-atom
fountain-atom copied to clipboard
Text Editor : Display Scene index alongside scene titles
It would be great to display scene index close to the scene title. Because when the script is big, it's impossible to find it. The text wouldn't be clickable.
As follows (mockup) :

If by index you mean page number... This would probably be relatively easy. There's a data structure available when the outline is built which holds that information.
Oh, I see what you're suggesting, I think. The number is getting positioned relative to the scene title, so it's pushing out of view. If that's it, should just be adding a little display logic or css.