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

show regex matches inside text input field #118

Open
maxheld83 opened this issue Sep 30, 2021 · 1 comment
Open

show regex matches inside text input field #118

maxheld83 opened this issue Sep 30, 2021 · 1 comment
Milestone

Comments

@maxheld83
Copy link
Owner

this has been previously planned in https://github.com/subugoe/biblids/issues/13 and is related to https://github.com/subugoe/biblids/issues/12, but the existing implementation shows the highlights in a text output area next to the input.

Actually doing this inside the input field would make for a nicer UI/UX.

@maxheld83 maxheld83 added this to the Backlog milestone Sep 30, 2021
@maxheld83
Copy link
Owner Author

this is pretty hard to do actually, b/c there's no shiny widget which allows this, and even on the js side this looks a bit finnicky.
We'd probably need to create a new shiny input binding. This would be both very useful outside of biblids as well as out of scope.

Starting points for future reference:

maxheld83 added a commit that referenced this issue Oct 1, 2021
closes #113
better solution would be #118
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

No branches or pull requests

1 participant