-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add support for contacts #20
Comments
I like this concept and find myself needing it from time to time. How do you manage your list, @jamietanna? Do you manually edit a file? |
Right now, it's a set of JSON files (ignore the {
"client_id": "https://www-editor.jvt.me",
"deleted": false,
"draft": false,
"h": "h-card",
"kind": "contacts",
"properties": {
"name": [
"Barry Frost"
],
"nickname": [
"barryfrost.com"
],
"rel=twitter": [
"BarryF"
],
"url": [
"https://barryfrost.com/"
]
}
} I would see this as a fresh table in Dynamo, and then persist it to the content repo, as with the existing content types |
👍 In indieweb/micropub-extensions#39 there are examples using an optional Separate idea: get Micropublish to support creating contacts to simplify managing your contacts list. |
What do you use the |
As per the linked issue, it's allowed for editing - I believe Indigenous for Android performs modification using that URL. It can also be used for basic Micropub Update i.e. |
WIP draft PR #21. Thanks - understood re: |
As mentioned in Platform-Aware @-mentioning People on my Blog I found that setting up the
q=contact
Micropub query like so:Makes it handy to perform different syndication, as well as having autocomplete of people in i.e. Indigenous for Android.
The text was updated successfully, but these errors were encountered: