Gustav
Gustav
While this probably isn't an issue for Org roam to "solve", the topic is very interesting. Discussions on it has been ongoing for over half a year already actually, both...
> I think we can do `[[efr7d8ehf]]` and possibly use a custom link type (let's say `z`, which would look like `[[z:efr7d8ehf]]`), which allows to override behavior when following the...
Tbh, it's probably easier to create neuron-specific links than to reuse existing link-types. My angle only is that it would be nice if org mode internals could be reused as...
Isn't this already supported with the use of "select" in org-ql-query? There one can provide a custom sexp to format the output. Same with the action argument to org-ql-select, no?...
Got it, thanks. Though providing the select functionality also for the view function should hardly be considered minor. Thinking of org mode documents as a database of entities is very...
> This is an interesting idea. Is the performance improvement primarily from using `delay-mode-hooks`? Yes. Haven't profiled the separate parts but that is definitely where the major speedup comes from....
> I learned this technique from [#88 (comment)](https://github.com/alphapapa/org-ql/issues/88#issuecomment-570568341) posted by @Kungsgeten. And indeed, the activation issue has existed. Yeah, definitely credit to @Kungsgeten for all of my code as well....
> Is it because of font-lock by any chance? If so, the problem may be fixed in org-mode itself in reasonable future. I have a working patch in https://github.com/yantar92/org. I...
> I doubt that font-lock is the root to the problem here. Kind of hoping to be proven wrong though! I did a benchmark from your branch @yantar92. No performance...
> > I did a benchmark from your branch @yantar92. No performance improvement. Slower actually. Output of the tests: > > Clearly, font-lock is not the coolprit for you. >...