Jared Salzano

Results 30 comments of Jared Salzano

Hmm, I just tried archiving a file and for me it removed it from Notes and Inbox

This would be great. The VSCode shortcuts for this are the same. Also one thing I like from VSCode is that pressing `cmd shift k` deletes the current or selected...

This might be related to the bug where if you customize the note bg color and then resize the sidebar, the notes list text turns black and search section turns...

+1 for this! Currently, it's helpful that double-clicking a note opens it with TextEdit, but what if it opened another FSNotes window with the sidebars hidden? You would still be...

Hi! Ok. For me it's a little unexpected, and I think it prevents me from using the tree as often as I would if it stayed open. Curious to see...

That could be a good idea especially if the app continues to get new features, to prevent it from becoming like typical markdown editors. This app still has the plain...

Yes. In [Bear](https://bear.app/), you can swipe right/left to open/close the notes list. If the notes list is open, you can swipe right again to open the sidebar. At that point,...

It tries to do string replacement on `fileURL`, which is a problem if `fileURL` is null ``` // AudioInputCaptureProxy.js 96 fileUrl = opts[5] || fileUrl; 97 // the URL must...