IanM Thanks, but not really. I've already been through that. What I'm looking for is basically a hierarchical listing of ootb components from top-level that developers can drill down into.
Since it doesn't seem to exist, and Lithium doesn't seem willing to create it (so far), I've literally just started a JSON file on my own to try to cobble together the things I'm finding out in the Lithium wilds as I find them. It would be super helpful -- for me and every other developer trying to work in Lithium -- if you folks would help me complete this and publish it.
You'll notice that the few I have here are listed NOWHERE in the components documentation or widget. In fact, it seems that the components you folks list are really just the tip of the iceberg that's there, and there's little-to-no documentation about where to find it. Generally I'll go into a ootb page's quilt and get something, but that component's constituent components are basically invisible. The only reason I know they exist is that the css shows lia-component-something.
I see requests for a complete listing of ootb components going back to maybe 2010. I don't mean to be rude, but this is a really, really basic piece of documentation that's seriously missing from your library. And honestly, having it would save your support people many many hours. I've already suggested it as an IDEA, https://community.lithium.com/t5/Product-Ideas/Components-Listing-Complete-and-Up-to-Date-they-are-not-There/idi-p/258621
Once it's in the JSON file, it's a simple matter to just create a hierarchy menu that can be expanded to drill down. Make sense? It's important.
{
"components": {
"comments":{
},
"subscriptions": {
"action": {
"add-board-user-bookmark": "adds bookmark",
"add-board-user-email": "adds email sub",
"remove-board-user-bookmark": "adds bookmark",
"remove-board-user-email": "removes email subscription"
}
},
"kudos": {
},
"rss":{
"rss-action-board":"links to rss feed"
},
"tkb": {
"action": {
"edit-article": "edits tkb article"
}
}
}
}