Conversation

The non-spaced-repetition parts of my approach to notes isn't tool-specific. It seems that Roam does comport with its approach more naturally than many other tools, but YMMV. I like to quickly open and manipulate notes in many windows, which webapps almost never support well.
3
11
I'm curious: is there some way to make Electron share a VM across those different windows? Or does each have to parse and evaluate the application JS when opening?
1
Replying to and
FWIW I've been using react-native-web to build the UI for my current project, and it's pretty magic to deploy the same codebase to web and also native mobile and desktop apps. No good abstraction over contenteditable there unfortunately, though, which I imagine you'd need.
1
7
This is the true magic of Twitter. That's so great to hear! Is there a good example of an app taking advantage of those APIs to achieve <250ms window open times? All the ones I've seen must be using some other method.
1
2
Show replies