Liam Hupfer
Liam Hupfer
I also can’t reproduce this. Take another look at your completion stack!
This is worth exploring since it affects init time as well. Doom uses advice to defer the sync to the first actual db query. We can at least document that,...
Somewhat related is to optimize the sync itself https://github.com/org-roam/org-roam/issues/2232
I think this is still relevant. Curious if org-roam-ql enables this; it seems like a flexible way to implement custom views.
Seems like this is a result of `--only-matching` and `--vimgrep`. We might be able to fix this just by tweaking ripgrep options
The diff is pretty nasty, side by side view of the Makefiles is better since it’s a substantial refactor. Also since the variable/function/symbol documentation features of ox-texinfo+ are slightly different...
@jethrokuan is the only one who ever touched any of this and it’s been a while. Once I found the Magit build I was more confident about why things are...
I think it is probably worth documenting this. I’m not sure we should start resolving symlinks everywhere; part of the point of symlinks is that typical application software does not...
Looks like this is still an issue
This is mentioned in the `org-roam-dailies-capture-templates` docstring. You should be able to override the `org-roam-dailies-calendar-mark-entries` function to handle this. The problem is I don’t know if we can support arbitrary...