Callum Macdonald
Callum Macdonald
@bennidhamma Here we're talking about setting values, not getting them. Using conditional access like that a?.b?.c would mutate the object, while remeda makes all objects immutable.
@Qix- React Native has `AsyncStorage` instead of `localStorage`. As the name suggests, it's async, promise based. From scanning the code it seems like debug expects `storage.getItem()` to return synchronously. If...
Firstly, laverna looks awesome, thanks for sharing it. Any update on the android version? Would be a huge win if I could sync private notes onto my phone...
@piersolenski I'm also super interested in this idea. I have some experience with TypeScript, react, and isomorphic-git (git in javascript). So in theory it would be possible to pull the...
@axyz You could likely wire up something with [git hooks](https://git-scm.com/book/en/v2/Customizing-Git-Git-Hooks) to automatically run the index command. As far as I know, nb doesn't have its own hooks. I've spent some...
@piersolenski I had a crack today and after a couple of hours, I have a very, very basic, ugly, crude demo working. The intro is at https://github.com/chmac/nb-web and there's a...
@xwmx Would you prefer that I change the name of the [nb-web](https://github.com/chmac/nb-web) repo? I know some projects are careful about naming, git being one of them. Just let me know...
@piersolenski I think integration with GitJournal would require compatibility on their side, so would have to be taken up with them. The static export would be another way to go....
@piersolenski If you were to build a static site from your nb date, how would you connect the static site generator to the data? Would you put them in the...
@yumiris This makes all your data publicly accessible, including the option to edit and add new notes. Without some kind of password protection, this is **extremely unsafe** in my opinion....