org-roam-server
org-roam-server copied to clipboard
org-roam is undergoing a major redesign, will this affect org-roam-server
Jethro announced a big redesign.
Will this affect the functionality of org-roam-server? What are the plans to keep those 2 apps somehow in sync?
I came to post exactly the same. The server is the only natural way to navigate through my ZK. I hope the devs can make the necessary changes to be compatible with V2.
I will make the necessary changes when the version 2 comes out.
Hi! Just FYI, Jethro pre-released V2 a few days ago
https://github.com/org-roam/org-roam/releases/tag/2.0.0a1
There is a complete guide for migrating from V1 to V2:
https://github.com/org-roam/org-roam/wiki/Hitchhiker%27s-Rough-Guide-to-Org-roam-V2
Thanks for your awesome work!
Hi,
Upon reading the v2 wiki, it is not clear for me whether the melpa org-roam-server
is still valid for v2 ?
Regards
don't think so .., just tried it; jethro mentioned on discourse that org-roam-server would need to account for the new schema (nodes only) that org-roam v2 now uses.
Looks to me like @jethrokuan removed the org-roam-graph feature in v2. Not sure whether there's any intent to re-add it or not, but for v2 we may have to reimplement the graph for org-roam-server
.
Regarding the org-roam-graph
, it seems to be in the works: org-roam/org-roam#1521
It seems that the only functions needed from it are org-roam-graph--expand-matcher
and org-roam-graph-exclude-matcher
anyways.
org-roam-graph
exports to DOT format and org-roam-server
exports to json format for the graph library. The code is very similar so after org-roam-graph
is fixed, it will be easy for me to update the org-roam-server
.
Excellent news! org-roam-graph
is back to V2 (https://github.com/org-roam/org-roam/commit/fb61b5d2676d41728bc756f0f9a06e51d74db082). Thanks a @jethrokuan for his impressive work.
Thanks @goktug97 for an invaluable package. I can't imagine effectively using org-roam
without your org-roam-server
. It has been incredibly important to view an interactive network of my notes. I am very eager to try your updated package for V2 org-roam
.