Skip to content

uses graph-easy to generate org-roam graphs inside an emacs buffer

License

Notifications You must be signed in to change notification settings

twitchy-ears/org-roam-gev-text-graph-mode

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

org-roam-gev-text-graph-mode

uses graph-easy to generate org-roam graphs inside an emacs buffer

Firstly get graph-easy working, in Ubuntu and Debian this looks like this:

apt-get install libgraph-easy-perl

If you're installing by hand then you need to put it in your $PATH or set org-roam-gev-graph-easy-binary to point to it directly.

Then you can enable it with use-package

(use-package org-roam-gev-text-graph-mode
    :requires org-roam
    :config (org-roam-gev-text-graph-mode t))

Alternatively you can do it by hand with something like this:

(require 'org-roam-gev-text-graph-mode)
(org-roam-gev-text-graph-mode t)

After that you can just call "M-x org-roam-graph" or whatever keybind you've setup.

About

uses graph-easy to generate org-roam graphs inside an emacs buffer

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published