org-roam / org-roam-ui

A graphical frontend for exploring your org-roam Zettelkasten
GNU General Public License v3.0
1.98k stars 109 forks source link

[BUG] cannot filter subdirectories #253

Open Elilif opened 2 years ago

Elilif commented 2 years ago

Describe the bug tags in the directory allowlist will filter all nodes, and tags in the directory blocklist will do nothing. It seems that something is wrong.

To Reproduce

  1. Load this config
    (use-package org-roam-ui
    :after org-roam
    ;;  :hook (after-init . org-roam-ui-mode)
    :config
    (setq org-roam-ui-sync-theme t
          org-roam-ui-follow t
          org-roam-ui-update-on-save t
          org-roam-ui-open-on-start t))
  2. Open org-roam-ui
  3. Use "Directory Filters"
  4. See error

Expected behavior Directory filters will work fine.

What browser were you using? Chrome

andresgsaravia commented 2 years ago

I see the same issue using both Chrome and Firefox on a RHEL8 Linux installation.

shamiv commented 1 year ago

I seem to have the same issue.