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

Feature: Filter by tags #9

Merged
merged 3 commits into from
Jan 21, 2024
Merged

Feature: Filter by tags #9

merged 3 commits into from
Jan 21, 2024

Conversation

falk-werner
Copy link
Owner

This PR allows to filter notes by tags. The filter mechanic is taken from note.js, which means that the tag filter is applied before the name and content filter.

For performance reasons, tags are now checked on change. Just as the name and the content, tags will only be written to the provider, when they are changed.

This PR also fixes a bug in editor to prevent saving empty tags.

@falk-werner falk-werner changed the title Feature: Fitler by tags Feature: Filter by tags Jan 21, 2024
@falk-werner falk-werner requested a review from fersaru January 21, 2024 14:07
@falk-werner falk-werner merged commit 6d41390 into main Jan 21, 2024
3 checks passed
@falk-werner falk-werner deleted the feature/filter-by-tags branch January 21, 2024 14:15
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.

2 participants