Added to my list. I will need these things for WriteRoom 4 (plan to use same text engine). I’m not sure if I’ll enable for TaskPaper or not, but I’m more likely too now that it’s been requested .
It’s officially been requested, @jessegrosjean
Now that I think about it, would you consider not limiting this behavior to fullscreen mode but to windowed mode too?
That’d be very useful especially when using big screens (Taskpaper + another app side by side).
This would be a key feature for users that focus more on notes than just tasks lists. Would love to see this in the future, also editable via the LESS css file. —Thank you Jesse for such a great update.
Did those requests (centered column and typewriter mode) make it into this release?
I guess typewriter mode did not (yet?), but what about the style sheet? Is the content’s max-width parameter available in any way?
The editor-wrap-to-column value is for centering… 80 columns is the max with that any text can go and the text view is centered based on that. The item-wrap-to-column is the max with of any particular items text. Making it a bit less then editor-wrap-to-column can be nice because it means when you indent items that don’t automatically change there text wrapping (so view is more stable) unless you indent them fairly deep.
Is there a particular reason why these code needs to be at the top of the editor section? When I put this first, it works, but I have tried placing this at the end of the section and it usually crashes my stylesheet. Any ideas?
I think I found the problem … near the end of the editor element section (after @message-color) you are missing a ;. That’s allowed for the last item … but if you uncomment the typewriter-scroll-percent: line then the line without the ; is no longer the last line and so the stylesheet fails to parse.
Note … you can actually just delete the message-color line as it is no longer used.
I was actually thinking that a 2-column view, with horizontal rather than vertical scrolling, would be just perfect in full-screen mode, no? Or even a 3-column view, with a 23-inch or larger monitor…!
I am using this but I find that when you have editor-wrap-to-column: 80 enables, it seems to break top-padding-percent: 1%. is there a way to fix this such that i can have it centered but also have a top padding?