dhaun / scrivx2pltr

Creates a Plottr file from a Scrivener 3 project
MIT License
1 stars 1 forks source link

Use Python classes #4

Closed dhaun closed 3 years ago

dhaun commented 3 years ago

This started out as what was supposed to be a straightforward little script. It now has a ton of global variables and a recursive function and starts to feel a little messy.

Introducing a Plottr class would clean things up, I would think.

dhaun commented 3 years ago

Implemented a PlottrContent class. Leaving the Scrivener code procedural (for now).