Skip to content

Conversation

@Romern
Copy link

@Romern Romern commented Mar 25, 2022

This draft adds the ability to display and adjust hierarchical tasks, i.e.

- [ ] test1
  - [ ] test11
    - [ ] test111
  - [ ] test12
- [ ] test2
  - [ ] test21
    - [ ] test211
  - [ ] test22
- [ ] test3
  - [ ] test31
    - [ ] test311
  - [ ] test32

will be displayed as:
image
The left and right buttons are used to indend the item to the left or right.
This is done rather hackish, as I am rather unfamiliar with Android Layouting.
Maybe a swiping motion of the item would be better for choosing the level.

Romern added 2 commits March 24, 2022 16:46
Checkboxes which are indended by spaces like in markdown are now
shown as checkboxes as well and indended visually as well.
TODO:
- Indentions are grouped by 2, is this sensible?
- Changing the hierarchy is not supported atm
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant