FOSSPicks
Text to diagrams
Svgbob
If you've ever looked into writing documentation or managing the documentation for a project, you'll know that simple ASCII text-based writing and publishing formats have taken over from application-specific formats. This is partly thanks to a movement that handles text just like code, with a similar publishing process that involves git
branches, commits, CI-systems, and reviews. This process works because the text is flat ASCII, usually written using Markdown, and not a shape-shifting XML LibreOffice document or binary blob. Simple text like this produces diffs and patches just like code, which are easier to review, to version, and to maintain. The only question in this documentation nirvana is what do you do with illustrations? Binary blobs don't work well with git
because they can't easily be reviewed or versioned, and text-based illustration formats like SVG change too much between modifications to be useful as text.
Helping to fill this gap is Svgbob, a small utility that will convert illustrations drawn in simple ASCII into perfectly rendered SVGs. It does this by interpreting the special characters in most character sets into graphical primitives like polygons, ellipses, and lines. Draw a line using multiple "-" characters, for example, pipe the file through Svgbob, and you'll get SVG output containing a perfect line. But you can also draw remarkably complicated diagrams. Arrows are rendered directly from their characters, and there are even special sequences to indicate components in a circuit, nodes on a chart, and colors and grids of all shapes and sizes. Even Unicode characters can be used to draw direct representations in SVG. But the best thing is that everything can be stored within a simple text file and edited and managed just like normal text.
Project Website
https://github.com/ivanceras/svgbob
Workstation emulator
Buy this article as PDF
(incl. VAT)
Buy Linux Magazine
Direct Download
Read full article as PDF:
Price $2.95
News
-
Kali Linux 2022.3 Released
From the creators of the most popular penetration testing distributions on the planet, comes a new release with some new tools and a community, real-time chat option.
-
The 14" Pinebook Pro Linux Laptop is Shipping
After a considerable delay, the 14" version of the Pinebook Pro laptop is, once again, available for purchase.
-
OpenMandriva Lx ROME Technical Preview Released
OpenMandriva’s rolling release distribution technical preview has been released for testing purposes and adds some of the latest/greatest software into the mix.
-
Linux Mint 21 is Now Available
The latest iteration of Linux Mint, codenamed Vanessa, has been released with a new upgrade tool and other fantastic features.
-
Firefox Adds Long-Anticipated Feature
Firefox 103 has arrived and it now includes a feature users have long awaited…sort of.
-
System76 Refreshes Their Popular Oryx Pro Laptop with a New CPU
The System76 Oryx Pro laptop has been relaunched with a 12th Gen CPU and more powerful graphics options.
-
Elive Has Released a New Beta
The Elive team is proud to announce the latest beta version (3.8.30) of its Enlightenment-centric Linux distribution.
-
Rocky Linux 9 Has Arrived
The latest iteration of Rocky Linux is now available and includes a host of new features and support for new architecture.
-
Slimbook Executive Linux Ultrabook Upgrading Their CPUs
The Spanish-based company, Slimbook, has made available their next generation Slimbook Executive Linux ultrabooks with a 12th Gen Intel Alder Lake CPU.
-
Fedora Linux is Coming to the Raspberry Pi 4
Thanks to significant work in the upstream, the upcoming release of Fedora 37 will introduce support for the Raspberry Pi 4.