I honestly just mentioned it for it's muxrpc implementation. This let's you query the database directly with methods like createUserStream
(all messages by feed x) and messagesByType
etc.
Cool that tangles immediatly rang a bell for you! I first heard of the concept when I stumbled over ssbdrv but @aljoscha
was also immediatly interested so I probably should mark some time to read up on it for good... :)
@Electro: It's basically markdown + ssb cipherlinks. So you can use the general link [sometext](https://some.where)
but replace https://some.where
with the SSB ID like %somemessage.sha256
or @someProfile.ed25519
. You can right click messages etc to copy these.