writefreely-swiftui-multiplatform
writefreely-swiftui-multiplatform copied to clipboard
Source code for the WriteFreely SwiftUI app for iOS, iPadOS, and macOS
### Describe the bug Self-hosted writefreely, single user instance, installed behind nginx reverse proxy as per instructions. Logging in to the blog via the web user interface works fine, all...
iOS 16/macOS 13 is coming in the fall of 2022 and we need to ensure WriteFreely runs nicely on it. There's at least one big change that we have to...
This PR conditionally sets the label to "Drafts" or "Anonymous" in the CollectionListView depending on whether or not the user is logged into a Write.as account. Closes #221.
If the user is logged into Write.as, all references to the list of posts that don't belong to a collection should be "Anonymous" to match the web app. Otherwise, it...
The first time the WriteFreely for Mac app is launched, the window's size feels too short in its aspect ratio: Additionally, the sidebars don't feel wide enough (after logging in):...
## Description When a new local draft is active in the editor, and the user clicks on a different collection in the sidebar, the editor _should_ unset the currently-active post...
As a post gets longer than one screen, the post title's TextEditor control remains fixed in its position on the screen rather than scrolling off the top. This creates a...
To help investigate issues like #200 —and to provide some user-facing data— it could be helpful to have a "Local Data" section in the Settings sheet (iOS) and/or Preferences window...
We've seen a couple of requests from Write.as Pro users to add a way to upload photos to Snap.as and have them added to posts. On login, we could: 1....