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

Give unique URL to each specific BOM line #206

Open
rusefillc opened this issue Dec 6, 2020 · 3 comments
Open

Give unique URL to each specific BOM line #206

rusefillc opened this issue Dec 6, 2020 · 3 comments
Labels
wishlist Good to have features

Comments

@rusefillc
Copy link

it would be great to be able to link to specific BOM line or even specific referenced component to have it pre-selected when page opens

@makerstorage
Copy link

Can we do that from the user.js?

get the url parameter (rowid) like url.html?rowid=5
and call the createRowHighlightHandler or any other function to highlight that row?

@qu1ck
Copy link
Member

qu1ck commented Dec 8, 2021

Literally anything is theoretically possible to do in user.js.
But a good UI needs some more thought put into it. How to select rows for url change? Should multiple be selectable? Does bom mode need to be encoded in url too since it affects row numbers and bom contents? What about filters?

There's many questions I haven't thought through yet but I do like the idea. Of course you can do some minimum viable version in user.js, share it if you can make it work.

@vanBassum
Copy link

Or maybe use the filters for this,
url.html?filter=R21

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

No branches or pull requests

4 participants