dependabot[bot] on npm_and_yarn
Bump @babel/plugin-transform-ru… (compare)
dependabot[bot] on npm_and_yarn
Bump @babel/core from 7.18.0 to… (compare)
dependabot[bot] on npm_and_yarn
Bump @babel/preset-env from 7.1… (compare)
dependabot[bot] on npm_and_yarn
box-shadow
appears to be the best choice - losing text selection in the PDF is a major PITA.
/faq
. We just need to put a button or text link somewhere.
On #1749 .. testing out a super simple legacy /new which just contains this
- https://google.com/
- <a href="https://google.com/">Google</a>
Pellentesque vel dui sed orci faucibus iaculis.
Suspendisse dictum magna id purus tincidunt rutrum.
Nulla congue.
Vivamus sit amet lorem posuere dui vulputate ornare.
... and the resulting PDF didn't have any selectable text. Doing a search in the PDF for"google" or "ellen" also gives zero results.
This happens with Chrome saving as PDF, and with Chrome handing off to System Print Dialog.
Repeating in Safari though .. and the text is selectable, and the links are linked. Safari uses the System Print Dialog directly, it doesn't interpose it's own mechanism.
Chrome is being difficult here.
no selectable text
is a worry. Might it also be related to the background-image-is-repeated-in-file issue?
@Gazook89 This was probably an oversight when stolksdorf first created the site. I guess we have two possible solutions. Either
If there are no conflicts, I think we should try to make it case-insensitive to prevent future issues. I'm not sure how likely it is but it seems like a potential security issue to allow multiple users to register under myName, mYNAME, MynamE
.
Of course if it's already happened we just need to roll with it I guess.
here is a reddit comment from me in response to a question about converting legacy docs to v3 mostly in pursuit of the better TOC. It sounded to me like it'd be a pain for this user. So I spent this evening making what is basically my first js tool, to convert legacy ToCs into v3 style ToC's but using regular divs and spans. And it provides the v3 CSS.
Sharing it so I can get my "participation award" but also in case it's useful. Going out of town for a few days tomorrow but when I come back I may spruce it up beyond just a single .html file.
sharePage.jsx
page for example. Essentially just wrap <Nav.item>
s you want inside <Nav.dropdown>
. The first item will always be shown in the navbar, and any other items will show up only in the dropdown.