Skip to content

Customize Typora Theme to Use Full View

By default, the Typora editor doesn't use all the avaliable space of the view.

But we can customize the Typora theme to let editor use 100% the view.

  • Open the theme folder

  • Create base.user.css with content

    CSS
    #write {
        max-width: none;
    }
    
    Now, close and reopen the Typora, you'll see it use all views.