One Paragraph of project description goes here
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.
| ;;; plantuml_helpers.el --- Provides plantuml helper functions -*- lexical-binding: t -*- | |
| ;;; Commentary: | |
| ;; plantuml helper functions | |
| ;;; Code: | |
| (require 'iimage) | |
| (autoload 'iimage-mode "iimage" "Support Inline image minor mode." t) | |
| (autoload 'turn-on-iimage-mode "iimage" "Turn on Inline image minor mode." t) | |
| (add-to-list 'iimage-mode-image-regex-alist '("@startuml\s+\\(.+\\)" . 1)) | |
| ;; Rendering plantuml |
| #!/bin/bash | |
| # (optional) You might need to set your PATH variable at the top here | |
| # depending on how you run this script | |
| # PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin | |
| # Hosted Zone ID e.g. BJBK35SKMM9OE | |
| ZONEID=( | |
| "ZONEID-0" | |
| "ZONEID-1" | |
| "ZONEID-2" |