Page MenuHomeMusing Studio

Store publishing preferences in config.ini
Open, Thinking, WishlistPublic

Description

Moved from writeas-cli #18:

Overview
User shouldn't have to provide certain values as arguments with every single post.

Background
Right now if you prefer a certain font besides the default wrap, for example, they have to provide --font sans every time.

Implementation
Add new posts section to the UserConfig struct, including properties for:

  • Font (string)
  • Language (string -- two-letter ISO 639-1 code)
  • Is right-to-left script or not (bool)