pull down to refresh
0 sats \ 6 replies \ @k00b 15h \ on: clndash: a zap-aware CLN dashboard using only lightning and commando RPCs lightning
Is it possible to run this on the dmg?
I'm also curious if you plan to have something like an extension store in notedeck?
Oh, and are there docs for making custom extensions? The code for clndash looks pretty concise so it got me wondering about the API's surface area.
I am going to release a new notedeck dmg soon. This is hidden behind a feature flag for now until its easier to use
The docs right now are a work in progress. The other app example of have is notedeck_dave.
It’s really just egui docs + notedeck::App and AppContext which has a few more goodies like the embedded relay and media cache.
Eventually the plan is dynamically loadable wasm modules as extensions/apps that you load off the web. But we’re not close to that yet.
We’re still trying to get the APIs figured out, but we need to build apps first.
reply
reply
Cool thanks!
Is there a reason why Dave can't be another column in a deck or am I missing the option somewhere? My expectation is that an instance of an app could appear as a column inside decks. (You've probably already thought of that, but I wanted to bring it up just in case.)