This will be crucial for Submit.as supporting other publishing platforms outside of Write.as.
- Queries
- All Stories
- Search
- Advanced Search
- Transactions
- Transaction Logs
Advanced Search
Jul 6 2020
Jun 23 2020
May 30 2020
May 14 2020
Apr 23 2020
Apr 20 2020
This is live and working well for the Write.as forum, with Write.as as the OAuth provider. WriteFreely has support as an OAuth client.
Apr 19 2020
This is waiting for more ePub export feedback and progress.
Apr 16 2020
This is live as a Write.as Labs feature -- announcement post: https://discuss.write.as/t/ebook-add-on/1271
Mar 3 2020
Feb 27 2020
Work is on the image-upload-drag branch.
Feb 25 2020
This will be supported as an alternative WriteFreely editor -- see T727: WYSIWYG Editor.
Feb 14 2020
Feb 9 2020
Feb 8 2020
Feb 6 2020
Jan 31 2020
Jan 29 2020
Jan 14 2020
Jan 5 2020
Jan 3 2020
Dec 21 2019
Getting much more important as Write.as grows past 500k posts on the platform.
Dec 20 2019
To add to this list:
Dec 17 2019
sub task status:
Dec 14 2019
This is looking really good so far! Have been using it myself lately and it's been great.
Nov 27 2019
Nov 26 2019
Nov 25 2019
Nov 11 2019
Nov 7 2019
Oct 31 2019
PR for writefreely is up including CLI flags, next is to add things like federated deletes for all collections including default (i.e. username) and and posts if they are being deleted as well.
status update
Looks like this function also already exists in writefreely under *datastore, but is still out of date and needs modification.
Oct 30 2019
Note: implementation details are out of date and only apply to Write.as. For implementation in WriteFreely, refer to [deleteAccount()](https://phabricator.write.as/diffusion/W/browse/master/database.go$2674) func in rW.
Oct 16 2019
Noting here re: icons
Oct 15 2019
progress so far
Oct 11 2019
Oct 10 2019
As mentioned in this forum post, we should start with a browser extension.
In the interim, this will be an extension
On mobile the split should be horizontal, with the preview up top. It should also scroll with the editor content.
Idea 2:
Oct 9 2019
👍
Sounds good. Just some other things to note about this approach:
pixelfed doesn't support the @user syntax (it's pixelfed.social/qwazix and not pixelfed.social/@qwazix) so I think it's not a good idea to do the prismo thing.
Just to add to #2, we should probably just leverage the remoteusers table, adding a handle column (or however we name it). That would let us look up the handle and associated actor_id.
I think people will definitely expect mentions to turn into links, so we should address that now.
I'm looking into turning handles into links and I think I should link to the user on remote instances.
I opened an issue on tootsuite here
Oct 8 2019
Ok will do.
Awesome! Sounds good.
Just pushed branch activitypub-mentions where mentions work on pleroma.
Oct 7 2019
I'll test with pleroma and then open the issue with mastodon. I'll also look around plume.
Hmm. Well that's good to know, but I think changing the entire post type really isn't the right solution. Do mentions work with Pleroma?
It seems that Mastodon ignores mentions in "Articles". Maybe now that mastodon has the [expand] functionality we should consider using "Note" when federating (at least up to a certain text length at least).