org-roam-server icon indicating copy to clipboard operation
org-roam-server copied to clipboard

A Web Application to Visualize the Org-Roam Database

Results 44 org-roam-server issues
Sort by recently updated
recently updated
newest added

When I click on the node on the browser, emac prompt file does not exist, and my file is not in this position, how to solve this problem?

Before I release Org-roam v2, I'd like at least basic compatibility with org-roam-server. Ideally, both packages should upgrade at the same time so MELPA upgrades aren't catastrophic. When org-roam-server is...

Hi! I basically stole the real-time physics tweak from [here](https://visjs.github.io/vis-network/examples/network/physics/physicsConfiguration.html) and crudely implemented it in `org-roam-server`. This allows you to edit the way the graph works in real time, sort...

Hi, I have added some code to make the updation of tags from emacs to the webpage more adaptive. #144

Pull request to solve #92, adds an option to set a variable called `org-roam-server-default-darkmode`, which if set to `t` will always toggle darkmode when the server starts, regardless of cookies...

Just for convenience.

It's a bit difficult to follow the code on how roam-server implements the CSS for org-mode when previewing (hovering over a node). It does not seem to pull from [orgcss](https://github.com/gongzhitaao/orgcss)...

When i try to install org-roam-server via both package-install and use-package I get this error ``` org-roam-server.el:51:1:Error: Cannot open load file: No such file or directory, org-roam-buffer ``` Environment (please...

I am using this code to change the filters in the org roam server. But the change is not being reflected in the page right away. It needs to be...

Hi! How do I could search/locate a node in the graph based only on the title? Sometimes I want to look a path of notes starting by some specific one....