Skip to content

wdisthis/arborly

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 

Repository files navigation

arborly

A static web tool to transform indented text outlines into beautiful tree diagrams. exportable to pdf and png

Repo structure:

arborly/
├── index.html
├── styles/
│   └── main.css
├── js/
│   ├── parser.js (to precessing inndentation)
│   ├── renderer.js (to draw tree)
│   └── exporter.js (PDF/PNG/SVG)
└── README.md

About

A minimalist, static web tool that transforms indented text outlines into beautiful tree diagrams. Features real-time rendering and instant export to PDF, PNG, and SVG formats.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors