Heinenen
Heinenen
> Do other elements than headings create named destinations? I would say yes, e.g. citations, figures > An open question is what name the destination would be given since they...
> I don't think that assumption holds. You can query for all headings and than link to the first heading's location without it having a label. Okay, then I will...
This PR now depends on https://github.com/typst/pdf-writer/pull/30, so I changed the `pdf-writer` dependency to a git dependency on my fork of `pdf-writer`.
> I think we should only generate named destinations for headings right now. This should be an easy change. > In the future, we can also offer a function that...
> I think we should only generate named destinations for headings right now. In the future, we can also offer a function that explicitly creates a named destination in PDF...
What still irritates me a bit is the UI. I'm still not a fan of labels creating named destinations and if we want some more explicit way to create named...
From my research, I believe InDesign and Word don't handle custom named destinations at all. I wouldn't say my research was extremly thorough but LaTeX is probably the thing we...
Ok, I will then keep it that way. > From a quick look, what still troubles me is write_and_collect_destinations which just adds destinations for everything [...] And also take a...
> The discussion with Enivex made think about what to do if there are multiple headings with the same label. The possibilities are: [...] If we want to go with...
Sure, done.