Skip to content

st edit

b2o2i edited this page Apr 3, 2026 · 3 revisions

st-edit — Edit or view story fields in a container

Opens any field in a story container — story text, title, spoken version, or a fact-check — in your configured editor. Changes are saved back to the .json file.

Run after: st-prep

Examples

st-edit subject.json                    # edit story 1 in $EDITOR
st-edit -s 2 subject.json              # edit story 2
st-edit --field markdown subject.json  # edit the markdown field
st-edit --view subject.json            # view without editing

Options: -s story --field --view -v -q

Related: st-prep · st-fix · st-admin

Clone this wiki locally