fidelthomet / futuring-machines

A tool for Human-AI collaborative writing of speculative fiction stories.
3 stars 3 forks source link

streamline printing workflow #24

Open fidelthomet opened 3 months ago

fidelthomet commented 2 months ago

add option to import from file / url

fidelthomet commented 2 months ago

added option to import stories from json files in 1b730fd

Printing Workflow

1. upload Story JSON to server

see

https://github.com/fidelthomet/futuring-machines/blob/3acb8d3d57ebcb2e65eba4efa89e68081eeb81d9/src/components/TheCommandPalette.vue#L122-L125

&

https://github.com/fidelthomet/futuring-machines/blob/3acb8d3d57ebcb2e65eba4efa89e68081eeb81d9/src/stores/story.js#L45-L57

2. have a server endpoint that accepts the json and saves it to a file

this would be fairly easy to set up

3. download and import

on a different machine download the new json file through sftp / scp / … import the downloaded file in the interface

image

4. open story and print

or save as pdf

Automated Printing Workflow

follow steps 1 & 2, then