Excited to introduce a major layout change to Stashpad today. 🤯
Use the new detail panel to browse stashes and add to them. It will also give you tips on handy keybindings based on your current context.
We'd love to hear what you think!
@arvidkahl I use @stashpadapp for taking development related notes during a project. Usually I jot todos and GitHub issue/SO answer links down, then sometimes come back to organize later. Sometimes it’s not needed.
@chrislawrenc_ After using it for about a week I am really starting to appreciate it. My tabs get automatically cleaned up, and I don’t have the mental overhead of thinking about which ones to close. The defaults work well for me 👍🏼
@FrikkelSnyman @stashpadapp We are using minisearch to do a fast full text search on the notes in memory. We query the Realm (database) for time related information. We wrote the logic for the boolean operators (&& and ||) to combine expressions and group them with parentheses.