#aaronpki'm doing something slightly different, but i'm reasonably happy with it
#[tantek]and then I wonder if Quill could prompt you when you write more than two paragraphs with a yellow note or something that said something like: It looks like you're writing an article, make sure your first paragraph summarizing the point you're making, and consider adding a title.
#[tantek]actually this could be a whole separate feature or script for textarea inputs for posting
#aaronpkone of the challenges with the way things are set up is i'm going to be printing only plaintext in the list view, not HTML here. cause munging HTML is hard
#LoqiIt looks like we don't have a page for "article preview" yet. Would you like to create it? (Or just say "article preview is ____", a sentence describing the term)
#[tantek]article preview is a specific form of article [[summary]] that borrows from common [[link preview]] patterns, and is the display of an article’s featured image (if any) and first paragraph, for example in a list of articles. IndieWeb Example: https://aaronparecki.com/articles
#[tantek]Quill << Brainstorming: I wonder if Quill could prompt you when you write more than two paragraphs with a yellow note or something that said something like: It looks like you're writing an article, make sure your first paragraph summarizing the point you're making, and consider adding a title. could be a whole separate feature or script for textarea inputs for posting. Quippy 👀 📎
#Loqiok, I added "Brainstorming: I wonder if Quill could prompt you when you write more than two paragraphs with a yellow note or something that said something like: It looks like you're writing an article, make sure your first paragraph summarizing the point you're making, and consider adding a title. could be a whole separate feature or script for textarea inputs for posting. Quippy 👀 📎" to the "See Also" section of /Quillhttps://indieweb.org/wiki/index.php?diff=70267&oldid=58327
#[tantek]here's the icon you're looking for aaronpk: 🖇 🙂
#aaronpktakes a deep breath and switches back to rendering his own atom feed
#aaronpki see why jsonfeed is so appealing to people now
geoffo and KartikPrabhu joined the channel
#aaronpkthe question now is whether to show just an article summary in my atom feed or the full post
#aaronpkooh since i'm actually generating this from my markup on https://aaronparecki.com/articles i don't have the full post contents there anymore so summary it is!
#aaronpki don't understand what feedly is doing. trying to preview my feed but it seems to be doing its own magic
#aaronpkwow i don't understand how to use feedly welp
#[fluffy]It does a lot of magic that ends up breaking things
#[fluffy]Like I have a little tool that generates chore reminder RSS feeds and I cannot figure out how to get feedly to stop deduping items
[LewisCowles] joined the channel
#aaronpki literally typed in the URL to my atom feed and it decided to show me random crap
#aaronpknetnewswire on the other hand is a very clean interface
#aaronpkalright switched things up and i'm reasonably happy with it now
gxt, KartikPrabhu, [jeremycherfas] and [snarfed] joined the channel
#[snarfed]aaronpk++ article previews have been a strongly encouraged default in wordpress for a long time. took me a minute to come around but i've liked and used them for a while now
#Loqiaaronpk has 65 karma in this channel over the last year (228 in all channels)
#[snarfed]key design point is it's common for the author to explicitly choose where the preview ends, per article
#[snarfed]also sounds like you hit granary atom issues, feel free to file them if you want!
[KevinMarks] joined the channel
#[KevinMarks]You can add a p-summary class to the first paragraph of the post, then it will parse right as an h-feed too
moppy joined the channel
#@isellsoapDo you know of any major news website that implemented Webmention? Got excited yesterday thinking about how this would play out if we would implemented it for @sz articles. (twitter.com/_/status/1269906721587318785)
#@isellsoap↩️ Thorough deep dive, super interesting read! I’m about to implement Webmention on my own web presence and I will take great care after reading his analysis. (twitter.com/_/status/1269980202245001222)
#petermolnarI believe the most complex code in my website is my 404.php that handles the redirection of old stuff...
#petermolnarI've been staring at 404 hits from my logs ( `grep ^petermolnar access.log | grep ' 404 ' | grep -E '0[78]/Jun/2020' | awk '{print $7}' | sort | uniq -c | sort -n` ) for the past days, trying to catch the ones that still pop up
#petermolnarI didn't want to believe some of the hits; some of those links are ancient
#petermolnarit's a pretty interesting exercise though, and I recommend to anyone
#petermolnarcheck your logs and set up redirects and/or 410 Gone responses for the old content that may have moved
#aaronpkhm quick look at my query list looks like i'm hitting my nicknames cache any time a comment includes an @-mention
[fluffy] joined the channel
#[fluffy]404 mitigation is important which is why I made sure to make it as easy as possible in Publ. Entries will automatically redirect around category and slug changes, and entries and category views can also claim legacy URLs directly or via regex.
#aaronpkbut also my most popular page has 168 comments on it, and like maybe i just shouldn't show all of those on the first pageload