We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
pass preferences and workspace parameters with the URL to customize the NMRium
we encode preferences JSON data with a URL encode
{"toolBarButtons": {"import": true,"exportAs": true},"panels": {"multipleSpectraAnalysisPanel": { "hidden": true },"spectraPanel": { "hidden": true }}}
output
%7B%22toolBarButtons%22%3A%20%7B%22import%22%3A%20true%2C%22exportAs%22%3A%20true%7D%2C%22panels%22%3A%20%7B%22multipleSpectraAnalysisPanel%22%3A%20%7B%20%22hidden%22%3A%20true%20%7D%2C%22spectraPanel%22%3A%20%7B%20%22hidden%22%3A%20true%20%7D%7D%7D%0A
for example https://nmriumdev.nmrxiv.org/?workspace=default&preferences=%7B%22toolBarButtons%22%3A%20%7B%22import%22%3A%20true%2C%22exportAs%22%3A%20true%7D%2C%22panels%22%3A%20%7B%22multipleSpectraAnalysisPanel%22%3A%20%7B%20%22hidden%22%3A%20true%20%7D%2C%22spectraPanel%22%3A%20%7B%20%22hidden%22%3A%20true%20%7D%7D%7D%0A
The text was updated successfully, but these errors were encountered:
c51676f
hamed-musallam
Successfully merging a pull request may close this issue.
pass preferences and workspace parameters with the URL to customize the NMRium
we encode preferences JSON data with a URL encode
output
for example
https://nmriumdev.nmrxiv.org/?workspace=default&preferences=%7B%22toolBarButtons%22%3A%20%7B%22import%22%3A%20true%2C%22exportAs%22%3A%20true%7D%2C%22panels%22%3A%20%7B%22multipleSpectraAnalysisPanel%22%3A%20%7B%20%22hidden%22%3A%20true%20%7D%2C%22spectraPanel%22%3A%20%7B%20%22hidden%22%3A%20true%20%7D%7D%7D%0A
The text was updated successfully, but these errors were encountered: