Eli
Eli
**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....
when I try to open a pdf file, it go into the Fundamental-mode. I must activate the doc-view-mode manually
should I download some dependencies?
`org-roam-unlinked-references-section` would get nil org-roam-node-title when create a headline node, which caused the issue #1625. This commit add a check to make `org-roam-unlinked-references-section` work correctly.
bootstrap link in `svg-lib-icon-collections` seems obsolete, is it better to use `https://icons.getbootstrap.com/assets/icons/%s.svg` ?
I noticed that every time a new keyword(such as "TODO") is inserted, `svg-tag-make` (or similar functions) is called. I think this is unnecessary because the same parameters will always generate...
As shown in the function `popper-echo--dispatch-toggle`, `(display-buffer buf)` only displays `buf` in some window, without selecting it. That causes `popper-echo`, which uses `current-buffer`, to show duplicate popup items:  Should...
In the difination of `leetcode--show-problem`, `shr-current-font` should be a face and shouldn't be set globally; otherwise, Emacs will throw `Invalid face reference: t` error, and all other packages using `shr.el`...