Radial maps - Neuron

Welcome to the Functional Programming Zulip Chat Archive. You can join the chat here.

Sridhar Ratnakumar

This might be interesting for visualizing 'nearby zettels' https://www.ayoa.com/ourblog/welcome-to-radial-maps-in-ayoa/

Find out how you can easily keep track of your goals and organize your creative ideas with our latest exciting feature. Say hello to Radial Maps in Ayoa!
TheMatten

This being in a sort of "fractal-ish", zoom-able interface would be really cool - possibly as tree with leaves branching in specific directions

Sridhar Ratnakumar

The same view using explicit tree: https://en.wikipedia.org/wiki/Radial_tree

A radial tree, or radial map, is a method of displaying a tree structure (e.g., a tree data structure) in a way that expands outwards, radially. It is one of many ways to visually display a tree,[2][3] with examples extending back to the early 20th century.[4] In use, it is a type of information graphic.
NullSense

For visualizations, perhaps checking out d3.js and pixi.js would be better than graphviz, as it's interactive and better UX