Live data from Hacker News

Show HN: CodeOwl – Organize your notes, todos, and code snippets in one place

codeowl.io

11–20 of 65 posts

Re: Show HN: CodeOwl – Organize your notes, todos, and code snippets in one place

#11
nice work!

I couldn't figure out how to exit the full screen interactive code view.

The button to delete a todo and "check" a todo are pretty close together, easy to click the wrong one. maybe move the check to the left side of the text?

adding links is really slow.

Re: Show HN: CodeOwl – Organize your notes, todos, and code snippets in one place

#13
I love it, a small project space manager.

But what does it use for storage? Do you have a backend or is it all browser storage? I assume backend since Firefox never prompted me about using browser storage.

Reason I ask is that all free things come to an end. Just like Taiga.io, which I used before for minor project management.

Re: Show HN: CodeOwl – Organize your notes, todos, and code snippets in one place

#14

I love it, a small project space manager. But what does it use for storage? Do you have a backend or is it all browser storage? I assume backend since Firefox never prompted me about using browser storage. Reason I ask is that all free things come to an end. Just like Taiga.io, which I used before for minor project management.

I am using firebase for storage currently the model is completely free , once you create enough dashboards you can request extra space also for free ( for all early adopter and for the foreseeable future )

Re: Show HN: CodeOwl – Organize your notes, todos, and code snippets in one place

#15

Nice. I'd suggest automatically adding a todo list that had tasks about discovering all the features when a new user first loads the app. Having an essentially blank screen is going to cause a lot of users to bounce. Also, I'd set .workspace { overflow: hidden} as I'm getting a double scrollbar in Chrome (Windows 10).

great idea ! to start off with a pre-filled todo list Thank you
Post reply on HN