path.Dir on extractPathAfterRef returned the parent directory, which broke relative link resolution in markdown when viewing directories. extractCurrentDir now handles blob and tree paths separately: blob paths return the parent dir, tree paths return the directory itself
Signed-off-by: moshyfawn email@moshyfawn.dev
Thank you! Tangledβs a great piece of software and itβs been a blast hacking at it π₯
Iβm not a casual Nix user, so I ran into quite a few issues getting the full stack setup working on my Mac. I had to hack some code up and populate the local DB with a mirror of my repos. I think I messed something up during cleanup, and now I have 2 extra repos that still show up and never resolve, even though Iβve deleted them from my own knot and cleaned up my PDS records. I think Iβve almost gotten it to build with the OrbStack NixOS setup, though I canβt quite get the appview to be served; it serves an empty shell for me. Has anyone on the team done a build with a similar setup?