Settings and activity
4 results found
-
7 votes
caustik shared this idea ·
-
4 votes
caustik supported this idea ·
-
172 votes
Checkvist now allows easy linking and a good preview of the linked tasks, please see this blog post for details and demo:
https://blog.checkvist.com/post/656136219599798272/linking-part-ii-link-anything-to-anything
An error occurred while saving the comment caustik supported this idea ·
-
682 votes
Current work in progress for the offline HTML5 hybrid app, please try it: https://checkvist.com/auth/mobile
We also have a separate feature pool for it:
http://checkvist.uservoice.com/forums/239385-checkvist-mobilecaustik supported this idea ·
I wonder if a fairly simple implementation could be done entirely on the client side. So that when a link to an item is encountered, the client renders the item as an iframe containing the linked item tree. Maybe not literally an iframe, but the same basic idea. For a client which doesn't implement that feature, it would just display as a link to the item. The circular reference problem could be handled on the client side as well by propagating a hash table each time a link is encountered and rendering a link instead of an iframe if a loop is encountered.
Does the custom CSS feature allow custom Javascript as well? If so, I might be able to get a basic prototype working to. I've literally considered implementing my own entire checklist project just to get this feature -- but would much rather help get it supported in checkvist :)