Compare commits

..

No commits in common. "0c5d937c0744922fba519443ab9d798a38eb7f8c" and "391f82b4f33fe4bd9e683c494604786af6416e6f" have entirely different histories.

View File

@ -45,19 +45,9 @@ var setup = function(){
- -
- ## Bugs: - ## Bugs:
- BUG: last node seems to get trash tags added to it's end... - BUG: last node seems to get trash tags added to it's end...
- BUG: checkboxes bust be parsed BEFORE styling...
- [_] two unchecked [_] checkboxes get interpreted as italic...
- BUG: exiting a node via arrow keys does not update status (click works)...
- [_] some [X] text [%]
- _likely need to handle an extra event..._
- -
- ## ToDo: - ## ToDo:
- ASAP: checkbox navigation via `alt-<arrow>`
- _might be a good idea to include also TODO/DONE navigation -- not yet sure how to mark undone blocks (i.e. the ones marked with TODO in Logseg)..._
- toggle with `space`
- navigation auto-selects first checkbox
- ASAP: scroll into view is bad... - ASAP: scroll into view is bad...
- ASAP: mobile browsers behave quite chaotically ignoring parts of the styling...
- ASAP: need to reach checkboxes via keyboard - ASAP: need to reach checkboxes via keyboard
_...not sure how to do this with tab taken..._ _...not sure how to do this with tab taken..._
- FEATURE: read-only mode - FEATURE: read-only mode