makes working with taskpaper exponentially easier
example: https://blog.matthewrathbone.com/2012/03/18/scrolling-past-the-end-of-a-file-in-sublime-text-2.html
can we get this please?
makes working with taskpaper exponentially easier
example: https://blog.matthewrathbone.com/2012/03/18/scrolling-past-the-end-of-a-file-in-sublime-text-2.html
can we get this please?
I hate this.
If implemented, make it optional.
This is possible with custom stylesheet. For example try this to (I call feature bottom-padding-percent) and related options:
editor {
editor-wrap-to-column: 80;
top-padding-percent: 25%;
bottom-padding-percent: 50%;
typewriter-scroll-percent: 50%;
}
And this is how to use stylesheets:
that is awesome, I should have through of that! really great resolution, thanks @jessegrosjean .
just curious, is there a way to make it a fixed css px rather than %?
No, just works as percent I think.