2017-01-22 UTC
KevinMarks, KevinMarks_ and mblaney joined the channel
# 04:51 mblaney regarding earlier repost discussion, I've just finished implementing actual reposts. (before it was more of a blockquote thing, that didn't keep the original author)
# 04:54 mblaney since I'm now keeping the author, I'm storing the extra info (like me being the reposter of an article) in categories.
# 04:58 mblaney so then my reader shows that it's a repost when it displays the categories, along with the original link.
KevinMarks joined the channel
# 05:03 mblaney Loqi that is a strange choice for an excerpt... from what I believe is a well marked-up h-entry :-P
# 05:07 mblaney (oh that's ok actually... I missed that it was split across two lines in my irc client)
KevinMarks joined the channel
sebsel, KevinMarks and KevinMarks_ joined the channel
# 19:13 voxpelli First half of the weekend project done, now I just need more weekends
tantek joined the channel
# 19:59 GWG voxpelli, can you send me some weekends too
tantek, KevinMarks and KevinMarks_ joined the channel
# 21:22 aaronpk i'm adding mf1 markup to my site for recipes and it's kind of painful
KevinMarks joined the channel
# 21:30 aaronpk TIL you can't name a PHP function "yield" even if it's a function in a class
tantek joined the channel
# 22:44 aaronpk i just figured out how to add bullet separators between items in a line of text \o/
# 22:49 aaronpk it requires wrapping each item with a tag but that's it
# 22:49 aaronpk hm now i want to post code snippets to my site like codepen
# 22:52 KartikPrabhu oh ok then this look fine. Else I would have suggested using <ul> and then removing styling from it
# 22:53 aaronpk but i may only have some of those pieces of info and i don't want to write a bunch of logic to render the separator in the html
KevinMarks_ joined the channel
# 23:24 miklb GWG now I"m contemplating writing a plugin for post kinds to add templates.
# 23:31 GWG miklb: The plugin supports templates limitedly, but I want to expand it.
# 23:32 miklb then I'll read the plugin code and just see if I can expand it
tantek joined the channel
# 23:37 miklb GWG oh, so the kind_views is what you are talking about?
# 23:38 GWG miklb: Yes. But I don't like the way I did it. It is a bit messy.
KevinMarks joined the channel
# 23:41 GWG I think I need to take a more aggressive approach because people are having issues with the markup, which I originally considered beyond the plugin
# 23:49 miklb why not flesh out more of what you have and document it vs starting from scratch?
# 23:51 GWG miklb: That is my intention. To make it easier to use.
# 23:53 GWG miklb: That is the cleaning part. Documenting and ordering
# 23:54 miklb another question while reading through the code, the get_embed function only seems to have FB & Google+. Does Twitter then work automagically?
# 23:56 GWG miklb: WordPress supports Twitter already
# 23:57 miklb hmm. I thought I tried a note with a Twitter link and it didn't do anything with it. I don't use the visual editor though
KevinMarks joined the channel
# 23:58 GWG miklb: Post Kinds will be updated after Syndication Links