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

Commits on Nov 18, 2022

  1. Excluded tag filters

    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
    ```
    aiosk committed Nov 18, 2022
    Configuration menu
    Copy the full SHA
    e9c5b9f View commit details
    Browse the repository at this point in the history
  2. fixup! Excluded tag filters

    format document
    aiosk committed Nov 18, 2022
    Configuration menu
    Copy the full SHA
    79e20f8 View commit details
    Browse the repository at this point in the history