org-roam-ui icon indicating copy to clipboard operation
org-roam-ui copied to clipboard

[BUG] cannot filter subdirectories

Open Elilif opened this issue 2 years ago • 2 comments

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))
  1. Open org-roam-ui
  2. Use "Directory Filters"
  3. See error

Expected behavior Directory filters will work fine.

What browser were you using? Chrome

Elilif avatar Jul 21 '22 02:07 Elilif

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

andresgsaravia avatar Sep 09 '22 16:09 andresgsaravia

I seem to have the same issue.

shamiv avatar Aug 02 '23 15:08 shamiv