Timothée Mazzucotelli
Timothée Mazzucotelli
The data flow is not the easiest one :slightly_smiling_face: What I envisioned was to take advantage of the intermediate data format used by autorefs, i.e. the HTML span with arbitrary...
Of course, take your time :slightly_smiling_face: > It sounds like you're saying that isn't entirely possible: the handler needs to provide some more information (the target's qualname, at least). You...
Thanks for sharing how this works in Crystal. I think with my latest suggestion > ask the handlers themselves to directly resolve relative refs to absolute ones ...this effectively moves...
Regarding cross-language abilities: at some point it might be necessary to support it in autorefs (but not relative refs, you're right, it doesn't seem to make sense). For example a...
@oprypin Interesting. I'm curious to see examples for many languages now. - Python: `[foo][]` (source: us) - Crystal: `` `foo` `` - Go: `[foo]` ([source](https://go.dev/doc/comment#doclinks)) - Dart: `[foo]` - Ruby:...
That's kinda part of the concept yes :joy: But I see your point :slightly_smiling_face:
@lmmx I'm working on this, see #46. Closing this, thanks for the great conversation :slightly_smiling_face:
Damn, sure, we should definitely add a way to ignore some files. I think I'd like options to ignore both patterns in files, and pattersn in files names.
Moving this to autorefs as it's responsible for cross-references.
Yep, with the changes in the mentioned PR, it could be possible to change the anchor of objects while retaining the complete identifier for cross-refs.