Right now we are using a lot of local URIs in notebooks as a way of referring to previous notebooks
- We'd like to make linking to notebooks proper hyperlinks
- We should use full URIs (not local URIs) because these are not stable (local URis will be different when opened on a different machine or instance)
- So targets should be https://web.runme.dev/doc=123244
- We'd like to open these in the current application/window; can we do that? Does our markdown renderer let us inject custom logic to control rendering of hyperlinks?
Right now we are using a lot of local URIs in notebooks as a way of referring to previous notebooks