bharbron / hexbook-semantic

An Electron-React-Redux-Semantic-UI application for automatically generating a hexcrawl campaign notebook from random tables.
5 stars 3 forks source link

Implement "Save to File" #71

Open bharbron opened 5 years ago

bharbron commented 5 years ago

Implement a way of saving a project to a file. This will likely involve getting all "full" tables, tags, templates, books, etc. from the state via selectors, converting all of that to JSON, and writing to file.