-
-
Notifications
You must be signed in to change notification settings - Fork 150
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Revamp "connections panel" with something entirely different #195
Conversation
* Show footer in all pages * Flip Up/Down link groups horizontally * Rename connection pane link group titles
Here's an example from my own Zettelkasten. Turns out that a "bird's eye" view of a branching backlink tree like this is actually more useful, in regards to quickly gathering the context of a zettel, than the current connections pane. The challenge however is that for simple sites (like reddit.zettel.page or haskell.zettel.page) this may be an UI overkill. Their branching backlink tree would mostly be a linear path tree, which is basically breadcrumbs. I'm wondering how to consolidate these two requirements. |
Uses JS to scroll to the zettel title.
I implemented an automatic scroll to option, that now scrolls past the uplink tree on page load. It seems like this would be sufficient to address the "overkill" case. |
I'm worried of the opposite: in a large zettelkasten, this would take a lot of space on top of what we're actually interested about which is the text. I'd rather it wasn't on top. |
Why not display that tree on the left instead? On mobile it would be in a left panel that opens with a swipe from the edge. The tree would be rotated 90 degrees so that the root nodes are on the left instead of the top. |
Got any simple CSS/HTML prototype of it? |
This is not a thing I know how to do, sadly |
I gave this a try, but with this approach the text would be rotated as well, which would make it hard to read with a normal head position. |
I imagined the text would stay horizontal; I meant to say that the layout of the tree is rotated. That said, I can imagine that would take a lot of space |
The following sites (among others) have been updated to use the new design: |
The Google AMP project has a sidebar library, used on many mobile sites. |
This is a major UI change.
[ ] Consider folding it with a linear breadcrumb as accordion?[ ] Or use dual UI (tree vs linear breadcrumbs), picking one from neuron.dhall