Hi,
I cannot make it happen.
How do I add some padding on the right margin?
My goal is to have TaskPaper in full screen, but don’t have the line go from completely left to completely right.
Live long and prosper
Sascha
Hi,
I cannot make it happen.
How do I add some padding on the right margin?
My goal is to have TaskPaper in full screen, but don’t have the line go from completely left to completely right.
Live long and prosper
Sascha
See: editor-wrap-to-column
e.g. this kind of thing in the selected stylesheet .less
file
(in the folder opened by TaskPaper > Window > StyleSheet > Open StyleSheet Folder
)
editor {
editor-wrap-to-column: 80;
item-wrap-to-column: 75;
typewriter-scroll-percent: 20%;
top-padding-percent: 10%;
bottom-padding-percent: 20%;
}
Many thanks!