Show HN: CodeOwl – Organize your notes, todos, and code snippets in one place
31–40 of 65 posts
Re: Show HN: CodeOwl – Organize your notes, todos, and code snippets in one place
#32I really like this and can imagine using it regularly. Do you have any plans to support more color options in the future?
Re: Show HN: CodeOwl – Organize your notes, todos, and code snippets in one place
#33Bug 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.
Re: Show HN: CodeOwl – Organize your notes, todos, and code snippets in one place
#34I really like this and can imagine using it regularly. Do you have any plans to support more color options in the future?
do you mean color for text , or for the widgets themselves .. we do plan on creating a dark theme , as well as adding more coloring options to the widgets
Having the option to change the theme of the entire app or dashboard would be very desirable as a feature, at least to me.
Re: Show HN: CodeOwl – Organize your notes, todos, and code snippets in one place
#35Re: Show HN: CodeOwl – Organize your notes, todos, and code snippets in one place
#36Re: Show HN: CodeOwl – Organize your notes, todos, and code snippets in one place
#37Re: Show HN: CodeOwl – Organize your notes, todos, and code snippets in one place
#38There really needs to be a way to change the order of to-do's.
What happens to deleted to-do's? Gone forever?
Also CodeOwl combined with graphviz (as shown here- https://zwischenzugs.com/2017/12/18/project-management-as-co...) would be very cool- to-do list -> dependency diagram with colours updating as items are checked off...
Re: Show HN: CodeOwl – Organize your notes, todos, and code snippets in one place
#39Also, when you are dragging an item, make sure it get's the highers z-index, you don't want the tile you are holding to appear below another one while dragging.
Re: Show HN: CodeOwl – Organize your notes, todos, and code snippets in one place
#40Bug 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.