Zef Hemel
Zef Hemel
Another question is: should attachment links be tagged with `attachment` or e.g. `attachmentlink` or `attachmentLink`. I think it would be useful to reserve `attachment` (the files themselves) and index them...
> > I've noticed that linking to other pages with the `[hello](somepage)` only works for pages linked to without spaces, so `[hello](some page)` doesn't work, because the underlying markdown parser...
> > Another question is: should attachment links be tagged with `attachment` or e.g. `attachmentlink` or `attachmentLink`. I think it would be useful to reserve `attachment` (the files themselves) and...
As for 1. Right, so the semantics of links and image links should be that they’re relative, to be consistent with default markdown behavior. As for 2. I think that...
Ok let me give this a try. We clearly need an end-to-end style testing framework for SB for things like this 😆
Issue: When auto completing an image URL with a space in the name, it expands to a syntax with `
Overall, once again: thanks for making this effort. It's looking really good, and we now will have code complete for attachments, which I'm pretty sure was missing until now. At...
This looks almost good to go, just found one issue: You auto complete a page with `[[something` it now completes attachment files too, not just pages. Now the question is...
Ok, it is inconsistent with the `![[image.png]]` syntax that is also supported now (I even forgot we have this, or did you add it here?) at least when completing `![[image.png`...
Ok I think you indeed added the `![[image.png]]` in this PR as well correct? That's cool, but then I found an additional bug: * When you have a page in...