Live data from Hacker News

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

codeowl.io

21–30 of 65 posts

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

#22

Random bug: All panes seem to accept pressing as valid input. The URL pane seems to spin forever if you just press . Neat though, agreed with adding a todo to help the user navigate their first time through.

Interesting, thanks for reporting !

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

#23
This is exactly the kind of application my life needs! I've been using the Notes section of the toolbelt of Sublime.

edit- autosave would be great though. I made all these notes, then left for an hour (without saving), when I came back the page refreshed itself and everything was gone.

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

#24
post #23

This is exactly the kind of application my life needs! I've been using the Notes section of the toolbelt of Sublime. edit- autosave would be great though. I made all these notes, then left for an hour (without saving), when I came back the page refreshed itself and everything was gone.

glad you find this useful .. this came about after years of frustration as a dev

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

#29
post #25

Any possibility of allowing self-hosting? Would be fantastic to run on my local dev server.

as of today , we only implemented the cloud version running with firebase on the backend , but a localhost solution is definetly in the works. I can send you an email once a localhost version is ready -- stay in touch code.owl.app@gmail.com

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

#30
Bug report: When I add an invalid link (Like "123") to the Links widget it sends a request to "publicApi/links" which hangs for a few minutes before failing.

It looks like you're requesting the URL server-side to provide a preview, you may want to validate the URL before making the request, or catch invalid requests.

Post reply on HN