writeas / writeas-cli

Command line client for Write.as / WriteFreely
https://write.as/apps/cli
GNU General Public License v3.0
113 stars 20 forks source link

Formatting not correct when uploading a blog post #46

Closed SamMorrowDrums closed 4 years ago

SamMorrowDrums commented 4 years ago

Overview

Created a local markdown file, and uploaded via writeas publish -b sammorrowdrums ~/Documents/Blog/write-as-with-quilter.md

When opening the published blog on the web, line breaks were not showing and the font was not set correctly. After clicking edit, and then setting the font - the blog displayed correctly. I'm assuming that this means uploading worked so perhaps this is the wrong place to post, but then again, perhaps there is a setting that should have a default? Am I missing something?

The post: https://sammorrowdrums.com/publishing-to-write-as-from-native-apps

SamMorrowDrums commented 4 years ago

OK - looked deeper - it is an issue with the default being mono

I would suggest that a more human default be made (possible allow an account to have a default font). Mono is surprising to people sharing things that aren't code, and even still - the decision not to wrap lines seems counter to a normal blog.

If a user wants mono they can always write code blocks, and if they want the whole thing mono, then you can set the font setting. I'll close as it's not a bug, but I do question the default.

SamMorrowDrums commented 4 years ago

Tried to update docs for now: https://github.com/writeas/writeas-cli/pull/47