Skip to content

pbellon/nomnoml-mode

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

nomnoml-mode

Nomnoml is a tool to draw UML diagrams based on a simple syntax. Check it out. This mode is based on mermaid-mode's code.

Prequisites

You'll need to have nomnoml installed on your machine and have the nomnoml program accessible from the $PATH variable.

$> npm install -g nomnoml

Install nomnoml-mode

git clone https://github.com/pbellon/nomnoml-mode.git ~/.emacs.d/nomnoml-mode

Then add to your init.el:

(load "~/.emacs.d/nomnoml-mode/nomnoml")
(require 'nomnoml-mode)

Once setup you should reload this init.el with the load-file emacs command. This mode will be automatically enabled for all files ending with .uml.

Keybindings

First: C-c C-c to compile Then: C-c C-v to view.

About

Emacs mode for nomnoml

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published