GithubHelp home page GithubHelp logo

ilove-emacs / org-roam-server Goto Github PK

View Code? Open in Web Editor NEW

This project forked from org-roam/org-roam-server

0.0 0.0 0.0 39.49 MB

A Web Application to Visualize the Org-Roam Database

License: MIT License

Emacs Lisp 40.69% HTML 59.31%

org-roam-server's Introduction

org-roam-server

License Release MELPA

Graph

Org Roam v2

For org-roam v2, use org-roam-ui, org-roam-server only works with org-roam v1

Installation

org-roam-server is on MELPA. You can directly install from there.

(use-package org-roam-server
  :ensure t
  :config
  (setq org-roam-server-host "127.0.0.1"
        org-roam-server-port 8080
        org-roam-server-authenticate nil
        org-roam-server-export-inline-images t
        org-roam-server-serve-files nil
        org-roam-server-served-file-extensions '("pdf" "mp4" "ogv")
        org-roam-server-network-poll t
        org-roam-server-network-arrows nil
        org-roam-server-network-label-truncate t
        org-roam-server-network-label-truncate-length 60
        org-roam-server-network-label-wrap-length 20))

Usage

Use M-x org-roam-server-mode RET to enable the global mode. It will start a web server on http://127.0.0.1:8080/.

Although it will automatically reload if there is a change in the database, sometimes it fails to establish a connection. If it does not reload after org-roam-build-cache, you can do it manually by clicking the reload button which will reload the data, rebuild the graph and refresh connections.

Org-Roam Protocol

The graph utilizes org-roam protocol which means if you click on one of the nodes, it will open the corresponding file in Emacs. For this feature to work, org-roam protocol should be configured in the system.

Configuring Org-Roam Protocol

Also make sure the emacs server is started; M-x server-start RET

License

org-roam-server is licensed under the MIT License.

For Javascript and CSS libraries please refer to;

org-roam-server's People

Contributors

goktug97 avatar wohanley avatar natask avatar alexpeits avatar odomanov avatar wandersoncferreira avatar das-s avatar alarsyo avatar japhir avatar jethrokuan avatar kinredon avatar mirguest avatar tefkah avatar timquelch avatar codepiano avatar yemeishenme avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.