Damus
vinney...axkl · 24w
i have thousands of inter-linked notes in obsidian. i want each of these to be a replaceable nostr event that preserve the links between eachother. ideally they would be viewable in wiki-style clients...
liminal 🦠 profile picture
Next release of Alexandria going through is actually going to have this! To be specific, and to clarify if this is what you're talking about:

We're using asciidoc for [[term]] to handle forward and back links.
- If you are talking about something that you expect has a specific definition, you'd use [[d:term]] which would take you to a disambiguation for all events with d-tags/titles of that term.
- On the other hand, if there's some term that you want linked into your document because you want to signal that its contained within your document, you'd use [[w:term]] which creates a "w" tag for that event, sending you to a disambiguation page for all events that contain that term, but don't necessicarily define it

While just [[term]] itself is ambiguous, so it will search for both the d and w tag.
12🫨1
vinney...axkl · 24w
hard to express how exciting this is