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

Excluded tag filters #37

Closed
wants to merge 2 commits into from
Closed

Excluded tag filters #37

wants to merge 2 commits into from

Conversation

aiosk
Copy link

@aiosk aiosk commented Nov 18, 2022

My attempt to add Excluded tag filters.

Example:

filters:
  tag: tasks
  -tag: archived
columns:
  - name: Backlog
    backlog: true
  - name: Ongoing
    tags:
      - wip
  - name: Done
    completed: true

will add test case later

My attempt to fix [Excluded tag
filters](#29).

Example:
```kanban
filters:
  tag: tasks
  -tag: archived
columns:
  - name: Backlog
    backlog: true
  - name: Ongoing
    tags:
      - wip
  - name: Done
    completed: true
```
@PackElend
Copy link
Collaborator

@aiosk we are still searching for a new maintainer but as you are familiar (a bit) with the codebase of the plug-in would are ok with checking the other PRs.
I can't call myself experienced enough, but if some of the others would check each other's PRs, it can be said that the code is safe, so I merge it.
At least there would be some progress
thx

@aiosk aiosk closed this Jul 4, 2023
@aiosk aiosk deleted the feat/exclude_tag_filters branch July 4, 2023 15:06
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.

None yet

2 participants