sgsinclair / Voyant

GNU General Public License v3.0
207 stars 53 forks source link

How to save Categories #525

Closed Hjaek closed 3 years ago

Hjaek commented 3 years ago

Hello everyone,

i have Voyant running on a local server and would like to save the categories i added in the session. Right now it seems to overwrite it with every reboot of the tool, is there a way to save these categories?

Kind regards

ajmacdonald commented 3 years ago

Hi @Hjaek,

After modifying the categories and clicking on the Save button, you will be able to see the categories ID: image

You can then add this to the query parameters in the URL to load those categories, e.g. https://voyant-tools.org/?corpus=austen&categories=41a2237d9277778fe5facca19721612e

You can also get an URL by using the Export button for the tool where you edited the categories: image

I hope this helps, Andrew