Closed yogat3ch closed 2 years ago
We can do that but we have to take into account is_id
argument: https://github.com/JohnCoene/cicerone/blob/4791dd6f411e2aec765f8e38522e7c4b9085fe16/R/steps.R#L106
And have to do it in such a way thatit does not break existing apps.
Feel free to submit a PR
Thanks for the prompt response! Indeed, I think it observes this but the continuous integration will be the ground truth on that.
Closed with #36
Hi @JohnCoene, Hope you're doing well! I haven't had a chance to do the tidy evaluation for
echarts4r
as I realized that was a heftier undertaking than I had anticipated! However, I am finding that there's some minor changes to the Ciceronestep
function that would make it more intuitive that can be easily added. One of these being the auto-detection of the id/class based on the selector format (prefixed by.
/#
). Can I send you a PR for this?