diff options
author | Patrick Simianer <p@simianer.de> | 2015-09-02 13:28:06 +0200 |
---|---|---|
committer | Patrick Simianer <p@simianer.de> | 2015-09-02 13:28:06 +0200 |
commit | 47ec481bb682c1abb50f1e7966b2347a84c943ce (patch) | |
tree | d676d55635635655bedd34fca64a209f7d7762c8 /edit.html | |
parent | 91b92cf5024a55ce6f6bdd368f3b797a7361c978 (diff) |
instructions
Diffstat (limited to 'edit.html')
-rw-r--r-- | edit.html | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -19,6 +19,16 @@ <pre id="data"> <p id="debug"> </p> </pre> + <h3>Instructions</h3> + <ul> + <li><strong>reorder target phrases:</strong> drag and drop target phrase</li> + <li><strong>add/remove links:</strong> select a source phrase by clicking on it, then click appropriate target phrase (click selected source phrase again to cancel)</li> + <li><strong>edit text:</strong> double click on phrase, click outside once to stop editing</li> + <li><strong>add target phrase:</strong> click '+' button to add phrase</li> + <li><strong>remove target phrase:</strong> drag phrase onto red box</li> + <li><strong>reset:</strong> click 'reset' button to start from scratch</li> + <li><strong>show recorded data:</strong>click 'D' button</li> + </ul> <h3>TODO</h3> <ul> <li><strike>edit text and resize, move (dblclick)</strike></li> |