Göktuğ Karakaşlı
Göktuğ Karakaşlı
As far as I know the headlines are stored as unique ids with their corresponding files. So I think It is not possible to add them as meaningful nodes without...
Do you have any updates?
It will cause drop in performance and the function runs every second. I think parsing every file that has headlines might cause performance issues. People already experiencing performance issues and...
I don't know, it feels a little bit hacky. Also there are still cluttering problem and lack of functionality in clusters. If someone wants to try to implement this, can...
https://visjs.github.io/vis-network/docs/network/#methodClustering It will probably require lots of changes in the current code. Maybe headline title can be added directly to the org-roam. As far as I understood from the db...
>Yours is a wonderful addition to the nascent and expanding org-roam ecosystem. Thanks. Thank you! The server is using org-roam functions. Doesn't changing locals affect these functions? For example; https://github.com/org-roam/org-roam-server/blob/5c830dd937c7904d53200dcb869f68e9d3790870/org-roam-server.el#L86
What is your way of creating and setting the second db. So I can test it while developing it.
> 👋 Is there a workaround for this? You can use tags and then you can use filtering to only show one.
> You can find the options you can specify [here](https://visjs.github.io/vis-network/docs/network/) > > I've been experimenting a bit with creating easier ways of doing via `(setq)`s, but that turned out to...
It seems the function is replaced with `org-roam-db--get-title`. I will push an update when I have access to my computer.