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

Tag chains #4035

Open
RoccoSmit opened this issue Oct 18, 2024 · 0 comments
Open

Tag chains #4035

RoccoSmit opened this issue Oct 18, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@RoccoSmit
Copy link
Contributor

Describe the solution you'd like

In short, when you add a tag to a memo, the app adds preset chained/linked tags to the memo

Context:
I have scenarios where for x amount of time, every time I use a given tag I would like additional tags to be added so I don't have to repetitively add tags or forget to add tags.
e.g.

  • if you are taking notes on people and want to track their year in the role. The years tag will be the same for the whole year
  • if you are taking notes on a programming language, the version number of the language will be the same for many notes
  • if you are going on holiday the destination of the holiday will be the same for many notes
  • etc

What this could look like:

  • Add a settings page for tag chains which would allow for a table like view of main tags on the left and then an input box to provide a list of chained tags on the right.
  • After writing the memo the app scan the memo for tags, compares them with the left side of the table tags, for the matches found create a tag cloud at the end of the memo with the corresponding right side of the table tags.
  • Post memo creation tag management is done on a tag by tag basis so no need to for e.g. delete all chained tags when the main tag is deleted.

i appreciate this feature is on the larger side, but thought I'd share the idea and see if there is any interest in it

Type of feature

User Experience (UX)

Additional context

No response

@RoccoSmit RoccoSmit added the enhancement New feature or request label Oct 18, 2024
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
@RoccoSmit and others