-
Notifications
You must be signed in to change notification settings - Fork 176
[ENH] use snippets to link to definitions via tooltips #2005
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
base: master
Are you sure you want to change the base?
Conversation
demo @effigies $ grep -rni https://www.json.org/json-en.html src
src/modality-agnostic-files.md:549:[object]: https://www.json.org/json-en.html
src/modality-specific-files/genetic-descriptor.md:137:[object]: https://www.json.org/json-en.html
src/modality-specific-files/motion.md:240:[object]: https://www.json.org/json-en.html
src/derivatives/common-data-types.md:343:[object]: https://www.json.org/json-en.html
src/schema/objects/metadata.yaml:3360: [Object](https://www.json.org/json-en.html)
src/common-principles.md:481: [JSON object](https://www.json.org/json-en.html) described below; and
src/common-principles.md:515:in the form of a JSON [object](https://www.json.org/json-en.html)
src/appendices/hed.md:58:The JSON sidecar provides a [JSON object](https://www.json.org/json-en.html) of annotations for these categorical values. Though I wonder how this part would play with the PDF generation. |
IMO links are less useful in a PDF, so if this only affects the HTML spec, that seems fine. |
The tool tip part would only be the html part. The second part about link summary would likely affect the pdf. |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #2005 +/- ##
=======================================
Coverage 82.44% 82.44%
=======================================
Files 17 17
Lines 1504 1504
=======================================
Hits 1240 1240
Misses 264 264 ☔ View full report in Codecov by Sentry. |
this is me trying things out, see if this is a viable option