Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bugfixes, Zoom, and Cursor #22

Draft
wants to merge 18 commits into
base: master
Choose a base branch
from
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@ In Travel Mode:
* `r` : edit file name
* `w` : save file
* `q` : quit the program
* `-` : Zoom out
* `=` : Zoom in

In Any Mode:
- press `esc` to return to travel mode and switch mode-persist off
Expand Down
11 changes: 6 additions & 5 deletions ROADMAP.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,14 @@
# Roadmap

## v0.2
## v0.3

* Add a FILE-OPEN key: a node buffer will be a file name, and pressing a key on the node opens it in users' preferred app
* Scaling the graph to zoom in or out
* Add cursor for buffers so users can use arrow keys to edit specific parts of text
* Add clipboard copy, paste functionality for buffers
* Better drawing so the nodes at the top of the graph aren't crazy far apart

## v0.3
## v0.4

* Search

## v0.5
* Undo
* Add copy, paste functionality for buffers
Loading