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

Ability to check for the same text across documents #38

Open
ajeanmahoney opened this issue Sep 26, 2024 · 2 comments
Open

Ability to check for the same text across documents #38

ajeanmahoney opened this issue Sep 26, 2024 · 2 comments
Assignees

Comments

@ajeanmahoney
Copy link
Collaborator

Sometimes related documents will have the same text within them. For instance, two documents in a cluster may have the same text describing a header field or a code snippet. It would be helpful if there was a way to highlight this text. Perhaps the editor could select "Look for quoted text" and then select a document. DraftForge then compares the text in the selected document with the currently open document and reports:

The following passages are found in docA and docB:

HTTP relies on the notion of an "authoritative response": a 
response that has been determined by (or at the direction of)
the origin server identified within the target URI to be the 
most appropriate response for that request given the state of 
the target resource at the time of response message 
origination.

Or

No matching text found in docA and docB
@NGPixel
Copy link
Member

NGPixel commented Oct 9, 2024

Would this function always expect to compare 2 documents or could it apply to more documents (e.g. check in all opened documents). The implementation would change depending on the answer.

@NGPixel NGPixel self-assigned this Oct 9, 2024
@ajeanmahoney
Copy link
Collaborator Author

It would be good to be able to look through multiple docs.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants