Skip to content
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

Add import and export to project word list #1691

Merged
merged 4 commits into from
Feb 11, 2024
Merged

Add import and export to project word list #1691

merged 4 commits into from
Feb 11, 2024

Conversation

vkbo
Copy link
Owner

@vkbo vkbo commented Feb 11, 2024

Summary:

This PR adds import and export to the Project Word List tool. The import is quite robust, and you can even feed it an entire novel as long as the file is plain text. It will add every unique word in it to the list. This is of course not advisable, but it's a good stress test. The export writes a text file with one word per line.

Related Issue(s):

Closes #1560

Reviewer's Checklist:

  • The header of all files contain a reference to the repository license
  • The overall test coverage is increased or remains the same as before
  • All tests are passing
  • All flake8 checks are passing and the style guide is followed
  • Documentation (as docstrings) is complete and understandable
  • Only files that have been actively changed are committed

@vkbo vkbo added this to the Release 2.3 Beta 1 milestone Feb 11, 2024
@vkbo vkbo linked an issue Feb 11, 2024 that may be closed by this pull request
@vkbo vkbo merged commit dc661b7 into dev Feb 11, 2024
9 checks passed
@vkbo vkbo deleted the wordlist_export_import branch February 11, 2024 18:37
@vkbo vkbo changed the title Wordlist export import Add import and export to project word list Feb 11, 2024
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.

Project word list export import
1 participant