-
Notifications
You must be signed in to change notification settings - Fork 0
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
Remove bold tag in LibGuides #35
Comments
Kind of tempted to use the LibGuides find and replace tool to automate this (ie. find any I could export a list of the guides/boxes changed in case something goes wrong, we would know what to fix. @chesleyperry @ahubble Thoughts on this approach? |
What a good idea. As always, you're on the lookout for efficient ways to
get things done!
Exporting the list just in case makes a lot of sense. Starting small,
replacing just a few tags initially to see how things go, then ramp up. I'm
happy to lend a hand.
…On Thu, May 7, 2020 at 6:22 PM Jess Waggoner ***@***.***> wrote:
Kind of tempted to use the LibGuides find and replace tool to automate
this (ie. find any <b> or <bold> and replace with <strong> (and of course
the closing tags too!)
[image: Screen Shot 2020-05-07 at 6 20 43 PM]
<https://user-images.githubusercontent.com/6412857/81360064-b6cf8d80-908f-11ea-9584-0f28cada9285.png>
I could export a list of the guides/boxes changed in case something goes
wrong, we would know what to fix.
@chesleyperry <https://github.com/chesleyperry> @ahubble
<https://github.com/ahubble> Thoughts on this approach?
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#35 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AFDAZBQ6VCDUSF2XPJLBQ2DRQNNGXANCNFSM4MXKN3PQ>
.
--
Ann Hubble
Digital Projects Librarian
University of California, Santa Cruz
1156 High Street
Santa Cruz, CA 95064
(831) 459-3940
|
Tested this by doing find and replace first on just assets. That worked well so I did the same to the 300+ rich text/html boxes in LibGuides. |
Replace all occurrences of
<bold>
with<strong>
.Document in the spreadsheet: https://docs.google.com/spreadsheets/d/123oSRN4jf_LL3PHEUxTwnjud-SFe8vOYfrDybgOsoeA/edit?usp=sharing
The text was updated successfully, but these errors were encountered: