Read The Quest for a Memex 2022-07-31 by Kevin MarksKevin Marks (kevinmarks.com)
This week John Borthwick put out a call for Tools for Thinking: People want better tools for thinking — ones that take the mass of notes that you have and organize them, that help extend your second brain into a knowledge or interest graph and that enable open sharing and ownership of the “knowl...
I got stuck over the weekend, so I totally missed Kevin Marks’ memex demo at IndieWebCamp’s Create Day, but it is an interesting little UI experiment.

I’ll always maintain that Vannevar Bush really harmed the first few generations of web development by not mentioning the word commonplace book in his conceptualization. Marks heals some of this wound by explicitly tying the idea of memex to that of the zettelkasten however. John Borthwick even mentions the idea of “networked commonplace books”. [I suspect a little birdie may have nudged this perspective as catnip to grab my attention—a ruse which is highly effective.]

Some of Kevin’s conceptualization reminds me a bit of Jerry Michalski’s use of The Brain which provides a specific visual branching of ideas based on the links and their positions on the page: the main idea in the center, parent ideas above it, sibling ideas to the right/left and child ideas below it. I don’t think it’s got the idea of incoming or outgoing links, but having a visual location on the page for incoming links (my own site has incoming ones at the bottom as comments or responses) can be valuable.

I’m also reminded a bit of Kartik Prabhu’s experiments with marginalia and webmention on his website which plays around with these ideas as well as their visual placement on the page in different methods.

MIT MediaLab’s Fold site (details) was also an interesting sort of UI experiment in this space.

It also seems a bit reminiscent of Kevin Mark’s experiments with hovercards in the past as well, which might be an interesting way to do the outgoing links part.

Next up, I’d love to see larger branching visualizations of these sorts of things across multiple sites… Who will show us those “associative trails”?

Another potential framing for what we’re all really doing is building digital versions of Indigenous Australian’s songlines across the web. Perhaps this may help realize Margo Neale and Lynne Kelly’s dream for a “third archive”?

Creating Internal Backlinks for MediaWiki for Digital Gardeners

I’d spit-balled the general idea of showing backlinks or bidirectional links on a MediaWiki instance last year when thinking about and adding Webmention to one. Tonight I tinkered around and actually set it up on an instance. Within a MediaWiki, one can transclude all the backlinks from other pages to a particular page by adding a line for transcluding content like the following when editing a page:

{{Special:WhatLinksHere/PageName|limit=1000}}

You can see a live example of the practice on my user page on the IndieWeb wiki at https://indieweb.org/User:Boffosocko.com#Backlinks along with the code I used by clicking on the edit tab. The effect is rather nice, particularly when put into columns when there are lots of entries. I’ll have to look into automatically coding something like this into every page now, but being able to do it manually is most of the battle, right?

Doing this along with adding display for external webmentions quickly vaults MediaWiki to a solidly first class web-enabled digital commonplace book/digital garden/Memex/zettelkasten tool that can communicate with other similarly enabled tools. (Now if only Webmention were supported natively on MediaWiki… but there are definitely ways around this in the meanwhile.)

To go the extra mile, I know there’s the ability to interlink wikis with some custom syntax or even to show hovercards within a wiki. Both MediaWiki and Wikipedia already allow this after enabling page previews using hovercards in 2018. (I’ll have to check out if one could do hovercards across wikis as well!?!)

I’ve slowed down some of my experiments with my personal MediaWiki in preference to using Obsidian lately. Perhaps, for working in public, I’m going to have to resume some of my experiments and/or figure out a way to mirror the content?

Sister Heather Kristine in knowledge-management discord for Obsidian () for re-sparking idea.

Replied to a tweet (Twitter)
Some call them hovercards. https://indieweb.org/hovercard has some research and good examples of these from across the web.