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

Support nested favorites #9

Open
benji300 opened this issue Jun 24, 2021 · 1 comment
Open

Support nested favorites #9

benji300 opened this issue Jun 24, 2021 · 1 comment
Labels
enhancement New feature or request

Comments

@benji300
Copy link
Owner

Add the possibility to nest favorites like

FAVORITES
- Any Parent Favorite
  - Sub Favorite 1
  - Sub Favorite 2
- Another Parent Favorite
  - Another Sub Favorite
  • Should work with any favorite type
  • To keep it simple and performant
    • Allow only ONE nesting level first
    • New favorites are always added on first level (easier to handle drag&drop)
      • Afterwards they can be changed to sub-favorites via the edit dialog where the parent can be selected from a dropdown

From here: https://discourse.joplinapp.org/t/workflow-assistance-help-gtd/18080/21

Alternative solution

Provide possibility to group favorites by type:

FAVORITES
- NOTEBOOKS
  - Notebook 1
  - Notebook 2
- NOTES
  - ...
- TODOS
  - ...
- TAGS
  - ...
- SEARCHES
  - ...
  • Add an option to select display style: FLAT | GROUPED
@benji300 benji300 added the enhancement New feature or request label Jun 24, 2021
@NeerajGartia21
Copy link

Can I work on this issue?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants