Hi Aaron,
I do hope you do not get too exhausted. I find you breadcrumb trail useful and interesting. In some ways breadcrumbs are a more productive vein to mine that piles of full articles or loafs.
Tag: Indieweb
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:
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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.
Hi Aaron,
I do not think you need to worry about imposter syndrome. I went along to OER 16 where I was allowed to do some podcasting I was made very welcome. The whole conference was really exciting. Although the majority of folk there were in higher ed I didn’t feel uncomfortable being a primary teacher. A repeated thread was that open meant many different things can could be taken many different ways. I think presenting about your blog and how it work for you would make a great session. I certainly have alway thought of it as an essential open educational resource.
The latest version of Semantic-Linkbacks has fixed facepiles on my blog. I always grateful, even though I don’t do much about it for all the work of the #Indiweb and #WordPress developers.
Post Kinds: Read problem
I use the post kinds on this blog. I set different post kind for different types of post. One of the kinds I use is Read for books I’ve read. There is a section to site the books, author, link ect in the “Response Properties” section of the post editor. I use this for replies, bookmarks and other kinds but not for book. I am wondering how to have these show up without the empty quote and other empty brackets (). I can hid them with css but then they show in the rss feed and in micro.blog. I also use the read kind for some articles so want the cite section there.
I could change the 90 odd post to a different kind, but don’t want to go through them all one by one.
Isn’t this a great post Aaron, I’ve been re reading it over and over. I love how you link it to Greg’s @jgmac1106 domains from the library idea.
It is a tricky problem to get to a truly public space from our current private and commercial ones? I recall an idea that I think was talked about in Scotland about giving everyone a domain name when they were born linked to some sort of identifier. Something like that could be linked to different services at different times and deal with the fast pace changes in internet services.
There is an alternative to corporate bubbles online — it’s called the IndieWeb. Build your own personal websites, control your online presence, and learn on your own terms.
My current website is a constant work in progress but I have a lot of joy when I scroll through my archives. I am always excited to improve it and try new things, I can break it and fix it at my own pace and I don’t have a deadline on it. It is my safe space.
Autonomy Online: A Case For The IndieWeb — Smashing Magazine
Where did my webmentions go?
A couple of days ago I noticed the webmentions from bridgy had stopped coming in to this blog. It took me a while but I eventually noticed that the icons an links to syndicated posts were not showing up on my posts.
Turns out (I think) that when sempress got updated the space for these links moved to the entry-footer.php file in the theme, I had a entry-footer.php in my child theme. I’ve not had the time to figure out exactly what was going on but removing my child’s entry-footer.php file has sorted it in the meantime. I now need to figure out why I had put it there in the first place.
I am again reminded about the technical debt in using IndieWeb technologies on this blog without the full understanding of what is going on.
Three: History & Examples Commonplace books (or commonplaces) are a way to compile knowledge, usually by writing information into books. They have been kept from antiquity, and were kept particularly during the Renaissance and in the nineteenth century. #HeyPresstoConf20 The following all had/kept c...
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.