Alternatives to stacked view - Neuron

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

Sridhar Ratnakumar

Actually the skeleton algorithm of Andy's breadcrumbs work great, hough I'm not a fan of that UI -- so I've reimplement it in terms of breadcrumbs, retaining the semantics of stack/list order.

TheMatten

Do you have some screenshots to show? It sounds interesting

Sridhar Ratnakumar

you can run this locally on your neuron zettelkasten (folgezettel links won't be recognized) with https://github.com/srid/ka

Contribute to srid/ka development by creating an account on GitHub.
Sridhar Ratnakumar

the code, which also illustrates pushing dynamic as deep as possible: https://github.com/srid/ka/blob/9e28ce9ac7d252f7d15b13b6a8c0afba2e95fc32/src/Ka/Breadcrumb.hs#L34-L65

Contribute to srid/ka development by creating an account on GitHub.
Sridhar Ratnakumar

(largely done by leveraging reflex simpleList)

EyebrowHairs

Interesting, I like the concept! It's kind of like taking out some physical notes to look at. You can arrange them on a desk, or stack them according to when you viewed it (or whatever order you like). You don't have to view every single note you have, just take out the relevant ones you need, but have the whole 'box of notes' on hand.