-
Notifications
You must be signed in to change notification settings - Fork 15
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
RC.12 breaks ref
shortcode application behaviors
#825
Comments
Good catch, @cbutcosk. Thanks for bringing this to our attention. The original version of the In the meantime, it would be helpful to know if you have been using the |
@Erin-Cecele Almost every quire publication I've helped implement has used It is definitely still an expectation among most authors I speak to that you can easily link to an in-essay figure! Is |
Hi @cbutcosk. I'm sorry for the confusion. The In retrospect, it would have been good to make our decisions around the Also, in addition to your work with Georgia O'Keeffe, what other Quire publications have you been working on? We would love to hear about them! |
@Erin-Cecele Thanks for the explanation, that sequence of events makes a lot of sense. As an implementer it's really important to have a quire doc I can point to and say "do whatever they did to create the author things you like". So I have haltingly tried to treat So anyway I totally agree: please be empowered to start conversations about this stuff as it heads into / out of the roadmap! Everyone out here definitely appreciates your advocacy. :) Re ref vs raw MD links. I suspect that authorial and editorial roles expect there to be more magic in a figure reference than an MD anchor link. The raw link ergonomics... aren't great! But in fairness I have not futzed with annoRef at all so perhaps that has the more complex behaviors I'm seeking at the upper end of the complexity spectrum. |
Thank you again, @cbutcosk. We will document the new In the meantime, here is a quick preview of what the new At its most simple it can be used as such: fig = image At its most complicated it can be used as: region = section of the image that it will Zoom into Hope that sheds light on how we have reimagined the I also want to address your point about link ergonomics. We agree that a figure callout-specific shortcode, where you have the ability to override the display text (similar to the way the {% cite %} shortcode works), would be more user friendly. The complication is that the old For example: Do you think there is a desire for a new shortcode that would only handle one figure callout at a time? It's likely not something Getty would have the bandwidth to implement, but we could poll the community. If there is a strong interest in developing a new shortcode, we could encourage someone in the community to contribute that capability back to Quire. Let us know your thoughts. |
Update: we fixed the related issue #886 to prevent further confusion when using the default-starter. However, we are leaving this issue open and labeled as "needs discussion" to gather additional feedback about potentially creating a new shortcode that would only handle one figure call out at a time. |
Before proceeding, make sure there isn’t an existing issue for this bug.
Expected Behavior
Using
quire-starter-default
I expectref
shortcodes to produce links that jump me to the figure if given the figure ID.Actual Behavior
ref
produces an anchor link but clicking does nothing and produces no console messages AFAICT.Steps to Reproduce
npm install @thegetty/quire-11ty @thegetty/quire-cli ; npx quire new test
cd test
npx quire preview
Version Numbers
[CLI] Command 'info' called with options { debug: true }
[test]
quire-cli 1.0.0-rc.10
quire-11ty 1.0.0-rc.13
starter https://github.com/thegetty/[email protected]
[System]
quire-cli 1.0.0-rc.10
node v18.17.0
npm 6.14.18
os Darwin 22.6.0
Web Browser
Safari (16.6) and Chrome (latest)
Relevant Terminal/Shell Output
No response
Supporting Information
No response
The text was updated successfully, but these errors were encountered: