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

Deduplicate should ignore parts in URL after hashmark (Fragment identifier) #10

Open
mghomedev opened this issue Jan 17, 2019 · 3 comments

Comments

@mghomedev
Copy link

Please add a setting to ignore all parts of URL after the "hash mark" for the "Deduplicate" button.

See also https://en.wikipedia.org/wiki/Fragment_identifier

The main purpose of the feature request is to work with ticket systems like trac ( see https://trac.edgewall.org/ ) and redmine (see https://www.redmine.org/ ).

We often have the same ticket open multiple times, but the URL is slightly different due to the hash tags in the URL, e.g. in trac it is like this:

http://tracserver.com/ticket/11393#comment:2 and http://tracserver.com/ticket/11393#comment:5 which are both same ticket "11393" and should be de-duplicated.
Same issue with redmine, there we have the example

https://redmineserver.com/redmine/issues/71087#change-386359 and https://redmineserver.com/redmine/issues/71087#note-8 are actually the same ticket.
Essentially, the de-duplicate function should ignore everything after the hashtag function "#" . This could be configurable in the settings menu.
To be honest, I think most people would enable that setting.

@Mimieam
Copy link
Owner

Mimieam commented Jan 18, 2019

That sounds like a great suggestion, I will be adding this to my todo list :)

@Mimieam Mimieam added this to To do in TS2 - 0.0.6 Feb 6, 2019
@nstielau
Copy link

Agreed. Google Docs does this quite a bit as well, based on different sections of the document or slides in the deck.

@shawn-yee
Copy link

Adding a custom whitelist option, may simplify the logic in the short term

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
No open projects
TS2 - 0.0.6
  
To do
Development

No branches or pull requests

4 participants