One issue: images aren't automatically resized, as they are when uploaded through Snap.as. Instead of doing client-side image resizing here, we should rely on the server: {T851}.
- Queries
- All Stories
- Search
- Advanced Search
- Transactions
- Transaction Logs
All Stories
Fri, Apr 16
Thu, Apr 15
This is live on Write.as now (Classic editor v2)
Currently, this only uploads to a user's personal Snap.as storage space -- which likely isn't the desired behavior for users writing a post on a team / Organizations blog.
Wed, Apr 14
Tue, Apr 13
Gotcha, thanks! Since the current site stores for images:
- Title (used both as hover text and as below-image caption)
- Description (appended to below-image caption)
- Alt text (yep, alt text)
Mon, Apr 12
Sun, Apr 11
Wed, Apr 7
That last issue is fixed and deployed on Write.as. Final WriteFreely pull request: #356
Tue, Apr 6
This is really the base functionality needed to preserve captions in the migration, and store them alongside images. So right now, these will automatically turn into alt-text that displays in the Snap.as UI -- e.g. the "Share on Write.as" Markdown text here:
Mon, Apr 5
How does this look in practice in terms of caption below an image, hover text over an image, and alt-text for screen-reader access?
Sat, Apr 3
Thu, Apr 1
Wed, Mar 31
Complete and deployed on Write.as.
Tue, Mar 30
API is less important right now. But one thing left to fix: photos uploaded to an org shouldn't show up in personal account's Photos list.
WriteFreely PR #444.