This is a lovely essay on the IndieWeb. Too many quotable sentences:
Venture capital backed corporate social media has cleverly inserted themselves between us and our interactions with each other.
The IndieWeb is attempting to remove these barriers, many of them complicated, but not insurmountable, technical ones, so that we can have a healthier set of direct interactions with one another
This is a lovely essay on the IndieWeb. Too many quotable sentences:
Venture capital backed corporate social media has cleverly inserted themselves between us and our interactions with each other.
Hi Aaron,
I am glad you posted this. I like bookmarklets. I run one a bit like this via AppleScript on my mac. This has an advantage of letting me add a keyboard to send straight to the clipboard.
I am going to add the indieweb mark up to that using Chris’s script for reference. Like you I couldn’t get it working at first I had to mess around with he single and double quotes. This works for me:
javascript:(function(){let text = "";if (window.getSelection() != '') {text = window.getSelection().toString() + '\n';}var tocopy = '<p><small><cite class="h-cite via"><abbr title="via">ᔥ</abbr> <span class="p-author h-card">"' + text + '"</span> in <a class="u-url p-name" href="' + location.href + '" target="_blank" rel="noopener noreferrer" >' + document.title + '</a> (<time class="dt-published">' + document.lastModified + '</time>)</cite></small></p>';;d=document;d.body.appendChild(Object.assign(d.createElement('textarea'),{value:tocopy})).select();d.execCommand('copy');})() |
I’ve not got much of a handle on JavaScript so YMMV.
After a gap of over a year, we resumed our IndieWeb podcast and got together to discuss what has been going on, how we have been building the community during the pandemic, and about our topic of micro.blog. There is also a video attached this time.
Enjoyed listening to this. Getting a take on micro.blog from the IndieWeb point of view was interesting. As usual listening makes me think I should dig into the IndieWeb a bit more and get this blog working the way I want.
I’ll be hosting a Domain of One’s Own meetup on Thursday, July 23, 2020 at at 10:30 AM Pacific / 1:30 PM Eastern / 7:30 PM CEST. Everyone who is interested in the topic is welcome to attend.
Hi Chris,
This worked very well for me, I already had some git hub pages so just added another directory https://git.johnj.info/tiddly/
Took a few goes to get the settings to stick but I got there. I also found if I had two browsers open saving failed. Get the odd save error, but it seems to sort itself out in the end.
Not sure what I am going to do with this as I’ve a couple of other Tiddlywikis, but it is fun to play with.
Chris,
I’ve a couple of small tiddlywikis that I am dipping my toes into.
One on raspberry pi using node that I use on home network. The other stored in OneDrive and accessed at home and school using desktop app. The second is simpler.
Slides Are a great overview of IndieWeb for WordPress. Looking forward to catching the video.