Skip to content

Subcommand to change all headings of a certain type into another #17

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

Merged
merged 2 commits into from
Jan 19, 2024

Conversation

bosschaert
Copy link
Contributor

@bosschaert bosschaert commented Jan 19, 2024

docxtools style-change --help
Change styles inside the document

Usage: docxtools <IN_FILE> style-change <SEARCH> <REPLACE> [OUT_FILE]

Arguments:
  <SEARCH>    The style to look for e.g. 'Heading 1'
  <REPLACE>   The style to replace it with, e.g. 'Heading 2'
  [OUT_FILE]  The output file to write to. If ommitted writing is done to the input file

Fixes: #16

@bosschaert bosschaert merged commit 8ef492f into main Jan 19, 2024
@bosschaert bosschaert deleted the chg-style branch January 19, 2024 16:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Make it possible to change all headings of a certain type into another
1 participant