Skip to content

Latest commit

 

History

History
167 lines (145 loc) · 3.41 KB

ob-kroki-demo.org

File metadata and controls

167 lines (145 loc) · 3.41 KB

A Demonstration and Test of ob-kroki.el

GraphViz

digraph lights {rankdir="LR"; green -> amber -> red -> green ; }

PlantUML

SALT

@startsalt
{+
{* | File | Edit | Options | Window | Help | <&wifi> | <&timer> | <&battery-full> }
}
@endsalt

YAML

@startyaml
fruit: Apple
size: Large
color:
- Red
  - Green
@endyaml

MindMap

@startmindmap
+ Thing
++ Stuff
+++ Peanut Butter
+++ Space
-- Universe
-- Galaxy
--- Milky Way
+ Alphabets
++ PIE
+++ Latin
+++ Greek
+++ Cyrilic
-- Chinese
--
 Japanese
@endmindmap

UML

UML

openiconic

@startuml
listopeniconic
@enduml
@startsalt
{
 [X] checkbox|[] checkbox
 () radio | (X) radio
 This is a text|[This is my button]|This is another text
 "A field"|"Another long Field"|[A button]
 <<folder
 .X...XX...X.
 .X...XX...X.
 .X...XX...X.
 .XXXXXXXXXX.
 .X........X.
 .X........X.
 .X........X.
 .X........X.
 .XXXXXXXXXX.
 ............
 >>|<color:blue>other folder|<<folder>>
^Droplist^
}
@endsalt

svgbob

OSX

brew install inkscape # to render the svg output of svgbob to png
  .-------------.
 / Advantages: /
'-------------'
inkscape --export-filename ob-kroki-demo-svgbob.png ob-kroki-demo-svgbob.svg

ob-kroki-demo-svgbob.png