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

Persisting settings? #21

Open
quinnanya opened this issue May 31, 2022 · 1 comment
Open

Persisting settings? #21

quinnanya opened this issue May 31, 2022 · 1 comment
Labels
enhancement New feature or request

Comments

@quinnanya
Copy link

I might just not know where to look, but is there any way one could persist settings like custom stopword lists, color palettes, etc? I was hoping there might be some kind of folder with some kind of structured data for those things, but I haven't had any luck figuring out where that may be. Thank you!

@ajmacdonald
Copy link
Collaborator

Yes, it is possible to persist custom stopword lists and color palettes.

From the options dialog: after editing either of those you will get a new ID which can be used to retrieve the custom values.
You can then paste that ID into subsequent options dialogs (NB: this is currently broken for the palette but I am working on a fix).

Alternatively, you can append them to the URL, e.g. corpus=austen&palette=903315baf27a070d6749041b2303bc43&stopList=keywords-205e93e6147d25aeefba1ddb3c011962.
(If you export an URL for your corpus it will automatically include these custom parameters in the URL.)

image

This is standard Voyant functionality. Currently there is no support for adding your own presets to a folder for use with VoyantServer.

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

2 participants