Peter Stuifzand

Results 14 comments of Peter Stuifzand

@matpacker For the moment it's possible to use `ek` to [import OPML files](https://p83.nl/posts/957). It works best if your OPML has two levels: one for channels and feeds inside the channels,...

Perhaps this plugin should be expanded with a way to create a screenshot that can used directly in kupfer. Perhaps with image upload or open with application.

How would this be implemented? Perhaps a selection of 2 or 3 options? What does the WordPress module support? What do other implementations support. (Originally published at: https://p83.nl/p/608)

We opening the app one of the accounts can be picked. This should work by selecting an account and saving it in the preferences.

Related to #9. It would be nice to be able to choose an account. In the meantime using Android Settings is the only way to switch accounts.

The problem is that without "_id", the posts can't get marked as read. So they will always remain in the channel. (Originally published at: https://publog.stuifzandapp.com/posts/448)

Ekster Reader (https://reader.p83.nl/) is a client-side only microsub client. When the CORS headers are set correctly on the Microsub responses it will work as expected. The authentication works as well,...

Ekster has now implemented the format here for the items: https://github.com/indieweb/microsub/issues/13#issuecomment-886101131

I have tried building the server and client part for EventSource in Ekster, but found that it was quite difficult to get this working with authentication because it was hard...

I tried to implement something with EventSource. EventSource itself works great, but I'm not sure how to authenticate it. This video shows how I can update the unread count of...