Find Replace text FOO with Style “Heading 1” with Foo












1















I am trying to find an easy way to convert my Word documents to HTML without the awful save-as that is built in. These are structured documents (designed for our screen-reader (JAWS) users), and so they use Heading 1, 2, 3, 4 & the Table of Contents.



We plan to convert these to DAISY audiobooks (https://en.wikipedia.org/wiki/DAISY_Digital_Talking_Book ) , so we need pretty clean, but structured, HTML to convert.



I tried the find-replace, using Styles, but it would just replace anything in the text part of the search. I could convert it from any one style to another, but adding text in the box messed it up.



(I think I see that CSS for DAISY means that instead of just <h2> it will have to be <level2 class=='section' <h2> (and closing tags), but that's step 2 after I handle this part.)



I just want to be able to find any text using Style 2 and add text to the start of that line saying "yep, here's some style 2" so that I can do the HTML/CSS stuff.



Thanks!
(I initially posted this in StackOverflow because I didn't know SuperUsers existed. I would be happy adding a VBA thingie if that's the best solution, but if there's a simpler one, then that would be awesome too. Thanks again!)
https://stackoverflow.com/questions/54656777/find-replace-text-foo-with-style-heading-1-with-h1foo-h1










share|improve this question























  • If you still have access to an older version of MS Word (especially version 2010 or 2013), I would recommend using the Open XML to DAISY XML Translator. Unfortunately, this extension is not yet available for Office 2016.

    – Christophe Strobbe
    Mar 1 at 22:22
















1















I am trying to find an easy way to convert my Word documents to HTML without the awful save-as that is built in. These are structured documents (designed for our screen-reader (JAWS) users), and so they use Heading 1, 2, 3, 4 & the Table of Contents.



We plan to convert these to DAISY audiobooks (https://en.wikipedia.org/wiki/DAISY_Digital_Talking_Book ) , so we need pretty clean, but structured, HTML to convert.



I tried the find-replace, using Styles, but it would just replace anything in the text part of the search. I could convert it from any one style to another, but adding text in the box messed it up.



(I think I see that CSS for DAISY means that instead of just <h2> it will have to be <level2 class=='section' <h2> (and closing tags), but that's step 2 after I handle this part.)



I just want to be able to find any text using Style 2 and add text to the start of that line saying "yep, here's some style 2" so that I can do the HTML/CSS stuff.



Thanks!
(I initially posted this in StackOverflow because I didn't know SuperUsers existed. I would be happy adding a VBA thingie if that's the best solution, but if there's a simpler one, then that would be awesome too. Thanks again!)
https://stackoverflow.com/questions/54656777/find-replace-text-foo-with-style-heading-1-with-h1foo-h1










share|improve this question























  • If you still have access to an older version of MS Word (especially version 2010 or 2013), I would recommend using the Open XML to DAISY XML Translator. Unfortunately, this extension is not yet available for Office 2016.

    – Christophe Strobbe
    Mar 1 at 22:22














1












1








1


1






I am trying to find an easy way to convert my Word documents to HTML without the awful save-as that is built in. These are structured documents (designed for our screen-reader (JAWS) users), and so they use Heading 1, 2, 3, 4 & the Table of Contents.



We plan to convert these to DAISY audiobooks (https://en.wikipedia.org/wiki/DAISY_Digital_Talking_Book ) , so we need pretty clean, but structured, HTML to convert.



I tried the find-replace, using Styles, but it would just replace anything in the text part of the search. I could convert it from any one style to another, but adding text in the box messed it up.



(I think I see that CSS for DAISY means that instead of just <h2> it will have to be <level2 class=='section' <h2> (and closing tags), but that's step 2 after I handle this part.)



I just want to be able to find any text using Style 2 and add text to the start of that line saying "yep, here's some style 2" so that I can do the HTML/CSS stuff.



Thanks!
(I initially posted this in StackOverflow because I didn't know SuperUsers existed. I would be happy adding a VBA thingie if that's the best solution, but if there's a simpler one, then that would be awesome too. Thanks again!)
https://stackoverflow.com/questions/54656777/find-replace-text-foo-with-style-heading-1-with-h1foo-h1










share|improve this question














I am trying to find an easy way to convert my Word documents to HTML without the awful save-as that is built in. These are structured documents (designed for our screen-reader (JAWS) users), and so they use Heading 1, 2, 3, 4 & the Table of Contents.



We plan to convert these to DAISY audiobooks (https://en.wikipedia.org/wiki/DAISY_Digital_Talking_Book ) , so we need pretty clean, but structured, HTML to convert.



I tried the find-replace, using Styles, but it would just replace anything in the text part of the search. I could convert it from any one style to another, but adding text in the box messed it up.



(I think I see that CSS for DAISY means that instead of just <h2> it will have to be <level2 class=='section' <h2> (and closing tags), but that's step 2 after I handle this part.)



I just want to be able to find any text using Style 2 and add text to the start of that line saying "yep, here's some style 2" so that I can do the HTML/CSS stuff.



Thanks!
(I initially posted this in StackOverflow because I didn't know SuperUsers existed. I would be happy adding a VBA thingie if that's the best solution, but if there's a simpler one, then that would be awesome too. Thanks again!)
https://stackoverflow.com/questions/54656777/find-replace-text-foo-with-style-heading-1-with-h1foo-h1







html find-and-replace styles microsoft-word-2016 accessibility






share|improve this question













share|improve this question











share|improve this question




share|improve this question










asked Feb 12 at 22:30









AprilApril

1065




1065













  • If you still have access to an older version of MS Word (especially version 2010 or 2013), I would recommend using the Open XML to DAISY XML Translator. Unfortunately, this extension is not yet available for Office 2016.

    – Christophe Strobbe
    Mar 1 at 22:22



















  • If you still have access to an older version of MS Word (especially version 2010 or 2013), I would recommend using the Open XML to DAISY XML Translator. Unfortunately, this extension is not yet available for Office 2016.

    – Christophe Strobbe
    Mar 1 at 22:22

















If you still have access to an older version of MS Word (especially version 2010 or 2013), I would recommend using the Open XML to DAISY XML Translator. Unfortunately, this extension is not yet available for Office 2016.

– Christophe Strobbe
Mar 1 at 22:22





If you still have access to an older version of MS Word (especially version 2010 or 2013), I would recommend using the Open XML to DAISY XML Translator. Unfortunately, this extension is not yet available for Office 2016.

– Christophe Strobbe
Mar 1 at 22:22










0






active

oldest

votes











Your Answer








StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "3"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);

StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});

function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});


}
});














draft saved

draft discarded


















StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fsuperuser.com%2fquestions%2f1405039%2ffind-replace-text-foo-with-style-heading-1-with-h1foo-h1%23new-answer', 'question_page');
}
);

Post as a guest















Required, but never shown

























0






active

oldest

votes








0






active

oldest

votes









active

oldest

votes






active

oldest

votes
















draft saved

draft discarded




















































Thanks for contributing an answer to Super User!


  • Please be sure to answer the question. Provide details and share your research!

But avoid



  • Asking for help, clarification, or responding to other answers.

  • Making statements based on opinion; back them up with references or personal experience.


To learn more, see our tips on writing great answers.




draft saved


draft discarded














StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fsuperuser.com%2fquestions%2f1405039%2ffind-replace-text-foo-with-style-heading-1-with-h1foo-h1%23new-answer', 'question_page');
}
);

Post as a guest















Required, but never shown





















































Required, but never shown














Required, but never shown












Required, but never shown







Required, but never shown

































Required, but never shown














Required, but never shown












Required, but never shown







Required, but never shown







Popular posts from this blog

flock() on closed filehandle LOCK_FILE at /usr/bin/apt-mirror

Mangá

 ⁒  ․,‪⁊‑⁙ ⁖, ⁇‒※‌, †,⁖‗‌⁝    ‾‸⁘,‖⁔⁣,⁂‾
”‑,‥–,‬ ,⁀‹⁋‴⁑ ‒ ,‴⁋”‼ ⁨,‷⁔„ ‰′,‐‚ ‥‡‎“‷⁃⁨⁅⁣,⁔
⁇‘⁔⁡⁏⁌⁡‿‶‏⁨ ⁣⁕⁖⁨⁩⁥‽⁀  ‴‬⁜‟ ⁃‣‧⁕‮ …‍⁨‴ ⁩,⁚⁖‫ ,‵ ⁀,‮⁝‣‣ ⁑  ⁂– ․, ‾‽ ‏⁁“⁗‸ ‾… ‹‡⁌⁎‸‘ ‡⁏⁌‪ ‵⁛ ‎⁨ ―⁦⁤⁄⁕