kevboh / longform

A plugin for Obsidian that helps you write and edit novels, screenplays, and other long projects.
Other
610 stars 30 forks source link

Handle missing scene folder #195

Closed b-camphart closed 9 months ago

b-camphart commented 10 months ago

Adds a check when reading in the scenes from the scene folder, and creates the scene folder when creating a new scene, if it's missing.

fix #157

b-camphart commented 10 months ago

Adding new tests for this functionality was difficult, due to the close coupling with the obsidian API. It's possible to refactor the code to use an interface, or to create e2e tests, but I didn't think the effort was worth it at this stage.

Also, tests should pass once #194 is merged.