Page MenuHomeWrite.as

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)

Event Timeline

matt changed the task status from Open to Thinking.May 26 2019, 6:50 PM
matt triaged this task as Wishlist priority.
matt created this task.
matt moved this task from Backlog to Far Future on the Write.as CLI board.

any CLI flags provided should override the stored preferences