Oddbean new post about | logout
 In tauri v2 (beta), it is supporting spawn multiple webview inside main window, state (in rust) of main window will be share across child webviews too.

So Lume use this technique to implement column system, each column is actual webview, it can load any thing, include other nostr client (via url).

You also can control what data child webview can access too, like prevent child webview get user's private key.

You can check my implement here: https://github.com/lumehq/lume/blob/main/src-tauri/src/commands/window.rs

And demo for using Snort inside Lume: https://cdn.satellite.earth/e9ac4131cc6e2e86c72e8db9a4b3205983ad561ae1ef6564a45e11c3dfdc7f5d.mov 
 the downside is child webview only work well on macOS now 
 This can be a starting point of building a super client 
 Yup, but I'm not finish the spec for community column yet, Lume only have official columns now. 
 What is a community column? 
 Ah, in Lume beside some official columns, user (dev) can build their column with Lume SDK then publish it (I not make a spec yet). After that, other users can install it to their app.

You totally can convert blowater into a lume's column, then publish and other user will install it.

You can image Lume is a big App Store, beside default experience, user can expand via community

The term "column" may be cause a bit confused, Lume is basically tweetdeck but each column is each experience 
 I need to know more about it. Where can I find out? 
 Sadly, I don't have any documents for lume yet 
 Keep me updated 
 I will write more about it in the weekend and update to you 
 Test 
 For what?