#[miklb]GWG I did realize that there are 9 default styles available for any auth_key so rather than a conditional, I’m just statically adding those and then dynamically adding any custom styles if auth_key is set.
#[miklb]just need to add the default styles and test now.
#[miklb]one caveat I did discover. you can’t just use your default public auth_key to get styles, requires a new key with the scope styles:list added. Not sure how/where to add that info.
#GWGSorry for the delay. I was wiring an HDMI connection.
#[miklb]sure. I was rambling. But I do appreciate the plugin. I would have just hacked in a simple solution. Its nice to have something more robust to build upon.
#[miklb]But I definitely want to look now at having per map styles.
#[miklb]I’m guessing shouldn’t be too much to add that dropdown to the post edit screen, then check 1st for post_meta before using default set in media settings.
[jemostrom] joined the channel
#[jemostrom]I’m trying to understand how to use the indieweb plugin. I have two sites example.com and stream.example.com which I both want to use, example being the main site. How should I configure the indieweb plugin in this case (I don’t understand how the ‘rel=“me”’ links should look like for the two sites)
#GWGI want to fix it if Micropub isn't working as expected.
#[miklb]the way the plugin template seems to be marking it up is to set h-cite p-in-reply-to and then p-name and u-url on the reply-to link. So I guess that’s OK. I just need to get my template to do something similar.
#[miklb]then there’s a p-name on the on the e-content
#[miklb]I honestly still don’t grok p-in-reply-to vs u-in-reply-to