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

Strings for token parsing #4

Open
pwalczysko opened this issue Jan 22, 2016 · 3 comments
Open

Strings for token parsing #4

pwalczysko opened this issue Jan 22, 2016 · 3 comments
Labels
enhancement New feature or request

Comments

@pwalczysko
Copy link

@will-moore suggested following strategy: Allow users to select the strings on which to parse the tokens in the names, e.g. slashes, underscores and more via an input box in the top bar in central pane. This would get away with confusions like German-BioImaging/webtagging#37 (comment)

@dpwrussell
Copy link
Contributor

Part of the reason for the client side rewrite is to add behaviour like this, so I'm definitely going to add it. I guess I might as well do so at this time.

How do you envision this being offered to the user? Options:

  • Dropdown multi-select list
  • Free text box regex
  • Free text box (escaping must be done to convert to regex for splitting)

@dpwrussell dpwrussell added the enhancement New feature or request label Jan 26, 2016
@will-moore
Copy link

I would imagine a simple text box where the user could enter any characters they want to split with. By default it would contain E.g. "/._" and they could then remove these and/or add their own. Each of the single characters they enter would be used to split (don't try to split by 2 or more characters). Not sure how you handle splitting by whitespace, but maybe if they enter a space then just use that? Don't expect users to know regex - even devs find it hard enough.

@dpwrussell
Copy link
Contributor

This is actually a bit more complicated than I thought. I will leave this open and I will get to it, but for now I have to move onto other priorities.

@Tom-TBT Tom-TBT transferred this issue from German-BioImaging/webtagging Jun 27, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants