Conversation
Fixed labeling issue on Biblica importer. Implemented the same rebuild round-trip logic for Spreadsheet importer and refined it. Tried new approach with PDF importer (still not great, but works a little bit better)
…into martin/new-testing-branch
We can now import multiple files with same name, so we add UUID to the source and codex file name. The display names of the files should work like "sample", "sample (1)" etc. Now we should only store a single file with the exact same content thanks to original hashes we store in the originals folder. If we import a file with same name but different content, it will save it to originals folder as "sample(1)" and set this new file in the path to original file in the source/codex imported file. If we import a file with different name but exactly the same content as we already have, we still import the new source/codex file with appropriate name but set the original file path to already existing file with different name with that content.
…into martin/new-testing-branch # Conflicts: # webviews/codex-webviews/src/NewSourceUploader/importers/docx/experiment/docxExporter.ts
…into martin/new-testing-branch # Conflicts: # webviews/codex-webviews/src/CodexCellEditor/CellList.tsx
Got rid of some unusel unfinished importers, made the webview more clear and readable with colored tags for round-trip, matching the green tags in "Round-trip Exporter" in export window. Moved spreadsheet importer and renamed it to Bible Spreadsheet for it's specific use case in specialized importers.
…into martin/new-testing-branch
…into martin/new-testing-branch # Conflicts: # src/providers/NewSourceUploader/NewSourceUploaderProvider.ts # webviews/codex-webviews/src/NavigationView/index.tsx
…filename shown when there are duplicate file names.
LeviXIII
approved these changes
Feb 17, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
All-around importer updates.
File import naming feature (IDs added to create unique file names).
Better optimized way of storing original documents in the attachements.
Ability to remove folders/corpus markers.