GitXplorerGitXplorer
m

dottask

public
23 stars
4 forks
1 issues

Commits

List of commits on branch master.
Unverified
0e481424a6a1f2fa60620af99e73e2efe218ca88

Add shortcut c for copy card

mmattboehm committed 6 years ago
Unverified
b807acc28da8bb321149b37042b47a9d7d4acda3

Select items when added. Enter renames items

mmattboehm committed 6 years ago
Unverified
aea71e5256d6823cd3d21f8d3f4bedcac61c13bc

Fix color picker width

mmattboehm committed 6 years ago
Unverified
9cf140be05cc34234542028a1107cd003c4fda01

Add button for copying cards/clusters, move sidebar to top

mmattboehm committed 6 years ago
Unverified
2206a1f635df948e7cd722df52d400a3e0474f04

Clusters have rename overlays, drag clustering behavior greatly improved

mmattboehm committed 6 years ago
Unverified
e183c55b621a9a3f91f1c22af0e63a4a40dfef77

Add cluster preview/cloning

mmattboehm committed 6 years ago

README

The README file for this repository.

Dottask: a directed graph editor for making to-do lists. Built with clojurescript and viz.js. Currently pre-alpha/experimental.

Give it a try at http://dottask.mattboehm.rocks

Developing

Install leiningen, cd into the repo and run lein figwheel dev help. If using the arrow keys in the repl doesn't work, install rlwrap and run rlwrap lein figwheel dev help instead.

Once running, visit file:///path/to/repo/index.html to see the site.

Building a new release

This project is designed to be hosted on gh-pages. To make a new build, check out the gh-pages branch, merge master into it, run lein cljsbuild once release help-release, and commit the changes.