Replying to Avatar liminal 🦠

nostr:npub1l2vyh47mk2p0qlsku7hg0vn29faehy9hy34ygaclpn66ukqp3afqutajft thoughts on adding kind 30040 and 30041? I don't have the experience to add it to your code base but the idea is modular articles. Can help with searchability, remixing and interconnected knowledge.

- Kind 30040 are the article headers that carry a list of events that compose the article (can also carry a summary or any other metadata)

- kind 30041 are article notes

- when selected, client iterates through the list and renders each each section as a full article. You can create a TOC from the title tag out of each event

1) technically, the list can be a list of any/multiple event kinds, but for the sake of creating an article, kind 30041 is the base starting point

2) the purpose of the unique kinds is because publishing many notes at one time would be annoying to followers, therefore clients that render 30040 articles only display 30041 after the article header is selected.

spec is minimal and a WOP, so you can modify it to work wiki wikifreedia:

https://github.com/limina1/NKBIPs/blob/main/01.md

my implementation -

30040:

https://github.com/limina1/indextr-client/blob/main/src/lib/ArticleHeader.svelte

30041:

https://github.com/limina1/indextr-client/blob/main/src/lib/Article.svelte

WIP work in progress* 😅

Reply to this note

Please Login to reply.

Discussion

No replies yet.