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

WIP Add GUI for ignoring scenes #209

Closed b-camphart closed 6 months ago

b-camphart commented 8 months ago

Moves the code for adding/ignoring scenes into a shared file (to avoid import cycles). I considered using the context API, but it erases all the typing and, since all the logic used shared stores anyway, I figured this design couldn't hurt.

WIP because we may want to add a GUI for including scenes back into the project, but I'll wait to hear from you @kevboh :)

b-camphart commented 8 months ago

Capture

I isolated the section that's longform-specific, and added an "ignore scene" menu item. Not sure what icon to use, though.

b-camphart commented 8 months ago

This should fix #173

b-camphart commented 7 months ago

The formatting thing was a nightmare 😅 But I think I resolved all the changes you asked for. The question is, do you want to have me include a GUI for re-adding notes to the project? Would probably require some new GUI design to do it.

kevboh commented 6 months ago

@b-camphart no, this is fine.