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

Warn when adding a tag that is not existing in current workspace but exists in other workspace #38

Open
mlewand opened this issue Aug 22, 2023 · 0 comments
Labels
feature New feature

Comments

@mlewand
Copy link
Owner

mlewand commented Aug 22, 2023

Say I have a tag @home defined in my private workspace. However, I'm adding a note to the "work" workspace.

Currently what happens I'll get an entry with unprocessed tag, like Buy some groceries @home which is not what I want.

I can see two solutions:

  • Nice: it should show a dialog like "Detected X tag that is not present in Y workspace but it's found in Z.", there shuold be options:
    • Add to Y anyway.
    • Add to Z workspace instead (this should by active by default).
    • Cancel (prevents note from being sent, but also it must not erase it, so that the author can correct it).
  • Cheap: It could simply show a confirm window - "Using xyz tag of xyz workspace, proceed?" with ok / cancel button.

Note it's important that if adding something that looks like a tag, but is not registered anywhere else, should proceed as it is today.

@mlewand mlewand added the feature New feature label Aug 22, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature New feature
Projects
None yet
Development

No branches or pull requests

1 participant