iainc / iA-Writer-Templates

Preview, create PDFs, and print documents in your own style with templates in iA Writer.

Home Page:https://ia.net/writer/templates

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Center align text in Windows?

casemer opened this issue · comments

The windows version of ia Writer does not have a preferences menu, but that doesn't bother me, what does is ia writer defaults to writing everything on the left margin when most film scripts have dialogue centered. When I contacted ia writer they suggested I write a template that implements a center align option, is there anyone who can help create that? just a hotkey like Shift+Tab to center align the text?

I backed ia writer moving to windows because I saw how great it was on MacOS. I assured it would have a center align key, the large reason why I'm not just moving back to Google docs or using fountain is because I love the look and simplistic way of is writer. It's so satisfying to write and night mode/ focus mode are fantastic and are like no other platform

@frostbyte1111 Sorry we missed this. They'll be an easier way to create templates later on this year; you won't need to know code.

In the meantime, you can always add your own overriding style block at the top of your document. e.g.,

<style>

h1,h2,h3,h4,h5,h6 {
  text-align: center;
}

</style>