I guess a "cooking" block would go a long way - at least for me!
Show HN: Edna, note taking app for developers
61–70 of 97 posts
Re: Show HN: Edna, note taking app for developers
#62Now there are three "newish" Markdown / PWA / Note apps that I am aware of: - Silverbullet.md ( https://silverbullet.md ) - Eidos ( https://eidos.space/ ) - and this ofc ( https://edna.arslexis.io/ ) Is someone aware of more of these? I am liking all of them and they seem to have different perspectives, goals and philosophies. Sadly none of them have a quick capture experience on android that I am satisfied with...
How would that experience look like? (I think I'm after the same thing!)
Re: Show HN: Edna, note taking app for developers
#63Would you mind sharing a little about your workflow? 528 commits over 40 workdays seems like a lot of work that must have been well organized. I'd guess each commit is a small amount of work on a focused aspect of the program. If that's so, did you have clear goals for what you wanted to achieve, break down the work ahead of time, or plan out what you wanted to change/add?
Re: Show HN: Edna, note taking app for developers
#64Thanks for sharing. This is an impressive tool. Well done! Would you mind sharing a little about your workflow? 528 commits over 40 workdays seems like a lot of work that must have been well organized. I'd guess each commit is a small amount of work on a focused aspect of the program. If that's so, did you have clear goals for what you wanted to achieve, break down the work ahead of time, or plan out what you wanted…
[0]: https://blog.kowalczyk.info/article/30da6655040f47e693f8e66e...
Re: Show HN: Edna, note taking app for developers
#65Now there are three "newish" Markdown / PWA / Note apps that I am aware of: - Silverbullet.md ( https://silverbullet.md ) - Eidos ( https://eidos.space/ ) - and this ofc ( https://edna.arslexis.io/ ) Is someone aware of more of these? I am liking all of them and they seem to have different perspectives, goals and philosophies. Sadly none of them have a quick capture experience on android that I am satisfied with...
Re: Show HN: Edna, note taking app for developers
#66Re: Show HN: Edna, note taking app for developers
#67Now there are three "newish" Markdown / PWA / Note apps that I am aware of: - Silverbullet.md ( https://silverbullet.md ) - Eidos ( https://eidos.space/ ) - and this ofc ( https://edna.arslexis.io/ ) Is someone aware of more of these? I am liking all of them and they seem to have different perspectives, goals and philosophies. Sadly none of them have a quick capture experience on android that I am satisfied with...
Re: Show HN: Edna, note taking app for developers
#68Re: Show HN: Edna, note taking app for developers
#69Any capacity for inter-note links there or planned? I guess the OG NV didn’t have that but I used them pretty extensively in nvAlt and in Obsidian (not that I’d expect anywhere near what the latter does with analyzing them).
Re: Show HN: Edna, note taking app for developers
#70Thanks for sharing. This is an impressive tool. Well done! Would you mind sharing a little about your workflow? 528 commits over 40 workdays seems like a lot of work that must have been well organized. I'd guess each commit is a small amount of work on a focused aspect of the program. If that's so, did you have clear goals for what you wanted to achieve, break down the work ahead of time, or plan out what you wanted…
Yes, I like to work in relatively small, but logical, commits.
Yes, I did have clear goals in mind. I knew I wanted multiple notes, storing notes on disk, command palette, encryption etc.
I was writing the app for myself and using it every day, which helps with motivation and knowing what to do next.
There were also changes based on usage. For example, I've added a top nav bar but occasionally it would obscure the text so I made it hidden when typing.
One of the uses of Edna is keeping track of what I want to do next.
I have a note for each project, including Edna, and I keep a list of ideas there, sorted by the most important things at the top.
That way I can jump start the day quickly by looking at that note and picking one of the items to implement.